Coding
How The Web is Really Built
My 2020 was colored by the considerable amount of time I spent analyzing data about CSS usage in the wild, for the CSS chapter of the Web Almanac, by the HTTP Archive. The results were eye-opening Read more…
My 2020 was colored by the considerable amount of time I spent analyzing data about CSS usage in the wild, for the CSS chapter of the Web Almanac, by the HTTP Archive. The results were eye-opening Read more…
Images take up to 50% of the total size of an average web page. And if images are not optimized, users end up downloading extra bytes. And if they’re downloading extra bytes, the site not only Read more…
I’ve created a function to animate out a div on click and I need to remove a class and an attribute after the animation has completed. Here’s the code: $(‘.close__overlay’).on(‘click’, function(){$(‘.fw__bio-container’).animate({right: “-200%”}, 50, function() {// Read more…
Over the years, I have tweeted about Fela a few times. And as I am about to leave N26 and behind me the decisions I made, I want to properly reflect on the choice of going with Read more…
It’s December! Lots of things are published this time of year, like developer advent calendars and organizations reflecting on the past year. We have even our own end-of-year series where we asked folks what they learned in Read more…
Good afternoon, Is there a convenient way of making a class, or object, or something where I can utilize an object in the Form1 class, but without having to re-specify every label, box, and location Read more…
Hello! I’ve been using VS for a few years now and have never encountered this bug. When I try to do anything it takes a very long time (for example: making a string, the word Read more…
I’ve learned to be more comfortable not knowing. “I don’t know”, comes easier now. “I don’t know anything about that.” It’s okay. It feels good to say. Whether it’s service workers, Houdini, shadow DOM, web Read more…
Hello, together, I would like to present you my new Open Source project called Notifo: https://github.com/notifo-io/notifo . The goal is to implement an open and feature-rich notification system for multiple channels like web (sockets), web-push, Read more…
I’ve seen it asked a bit but people always turn to VMs on Mac to do .Net dev. I have the option for work (Windows vs Mac) as a dev machine. And I am a Read more…