HTTP PUT vs PATCH
June 03, 2020
I so frequently forget the difference between HTTP’s and methods I figured I’d write it down so that I would have easy access next time I…
HTTPHow to Give Box Shadow a Border Radius
May 25, 2020
Today I learned how easy it is to apply a border radius to an element’s box shadow: just add to the element! Allan, my co-founder at Keming…
CSSNeumorphism
May 21, 2020
Today I learned what neumorphism is. Well, rather, I finally learned what this design trend I have been seeing for months on my Muzli feed…
DesignMock Low, Assert High
May 20, 2020
Today I learned the concept of mocking low and asserting high. When it comes to testing software you are often weighing test-fidelity…
TestingAnother Styled Component Pattern
May 19, 2020
Today I learned yet another styled-components pattern. styled-components is an approach to writing CSS within JavaScript. It uses tagged…
JavaScriptReactStyled Components