Skip to content

Instantly share code, notes, and snippets.

View cswagerty's full-sized avatar

Corbin Swagerty cswagerty

  • Callibrity Solutions
  • Cincinnati, OH
View GitHub Profile
@cswagerty
cswagerty / index.html
Created January 24, 2019 00:59
playing cards
<main>
<div class="card">
<div class="face face-front">
<div class="card-corner card-corner-top">
<span class="card-name">A</span>
<span class="card-suit">♥</span>
</div>
<div class="card-middle">♥</div>
<div class="card-corner card-corner-bottom">
<span class="card-name">A</span>
@cswagerty
cswagerty / gist:b5e251620fb76a6bc16f9c1155abf4a1
Last active July 9, 2021 15:42
What's the Deal with Microsoft Edge?!

What's the Deal with Microsoft Edge?!

seinfeld

Overview

  • native browser introduced in 2015, the default browser with Windows 10
  • not well-known in the public consciousness, even though it has about 5% market share
  • only browser being actively developed by Microsoft, IE just gets patches

Rendering (Layout) Engine

  • Uses a new rendering engine that supposedly conforms to web standards better than Trident (IEs rendering engine)
@cswagerty
cswagerty / gist:cf5120e73ebcc37e12f1445a16b456ca
Last active July 9, 2021 15:37
PNGs vs. JPEGs - What's the Deal with Those?!

What's the Deal Image Optimization?

seinfeld

PNGs vs. JPEGs - What's the Deal with Those?

Overview

If you come from a development background, it can be easy to overlook optimizations outside of JS and CSS. I found some interesting information about PNGs and JPEGs,] and synthesized it the best I could.