This is a really excellent four-part series on web performance that really dives into the technical details and asks all the right questions: Making the world’s fastest website, and other mistakes The weirdly obscure art of Streamed HTML Speed Needs Design, or: You can’t delight … | Continue reading
or: more storage API propaganda A response to @nikomatsakis's dyn*: can we make dyn sized? dyn*... | Continue reading
Here we go again! Another one of these, and promise, you will be questioning my sanity after this... | Continue reading
Hi All! About 2 years ago, I started a great journey: to design a keyboard for "developers" based on... | Continue reading
Here are the easy simple steps to publish a new JS NPM package 😅 1. A GitHub account... | Continue reading
Today, we are looking on how to publish a PHP Composer v1 and v2 package to packagist.org 😊 ... | Continue reading
A hundred things I learned writing my first technical book "Data-Oriented Programming" | Continue reading
I have been guilty of all these bad habits. It took me some time to ditch them. Python is well known... | Continue reading
This article first appeared here: ... | Continue reading
Relational databases are very powerful. Their power comes from their ability to... Preserve data... | Continue reading
Tailwind CSS has taken the frontend development world by storm over the last few years. A... | Continue reading
JavaScript dates are confusing. Furthermore, they might be the least exciting thing to learn about in... | Continue reading
Do code newbies realize just how shockingly buggy and incomplete all the tools they use really are? | Continue reading
A month ago the Mui team released version 5 of Material-ui . they made some changes in this version, and some of them we'll need to configure at our own aymore. let's have a depth look over it! prerequisite: first make sure to commit your code before upgradation Install the lates … | Continue reading
we as developer have hundred of project in the machine, but have you've ever wondered how much space node_modules takes on single project and what happens when you're running out of free space. this will help you to make some free space safely. List All the node_modules/ folders … | Continue reading
Storybook is javascript package that helps developer to create organize UI that's self documented, make the developing and building process efficient. once we have created component and we add it to story, so we have example of how our component looks like and the features we can … | Continue reading
After I finished the first article I wasn't sure how long it would be before we'd have enough topics... | Continue reading
You may find a situation where you need to create a google map and google place autocomplete and limit your service to 5KM radius from a specific address like 5KM around Miami we offer our service, let's learn how we can achieve this Radius We'll be using react-google-autocomplet … | Continue reading
1. is-odd Detect number is odd or not - 2M downloads/month 🎉 2.... | Continue reading
This is a series of blogposts intended to look into how postgres query execution works, so you can... | Continue reading
You can Brand, track, and share your short links, engage with your users for free. Visit... | Continue reading
Why planning apps like Todoist, Trello, and so on are not the best tools for making personal plans | Continue reading
A short while ago, Chrome broke the web by disabling alert(), confirm() and prompt() dialogs from... | Continue reading
If you're using this error: AttributeError: 'JWTManager' object has no attribute 'token_in_blacklist_loader' it because you're using flask-jwt-extended version 4 and alot changed in version 4 you can see here. the token_in_blacklist_loader changed to token_in_blocklist_loader ho … | Continue reading
I'm learning Zig, and it's looking great so far. There are some wrinkles I'd like to see fixed though... | Continue reading
My third child, Maximus, was born this Spring, and thanks to a generous parental leave policy I’ve... | Continue reading
The Marko Tags API is a new set of Core Tags coming to Marko. They let you use state in your... | Continue reading
Think building a booking system is not your cup of tea? I bet, you will change your mind after... | Continue reading
tsParticles 1.30.0 New Features Added wobble effect to particles, configurable... | Continue reading
The right background music can boost our concentration. But chill and lo-fi beats won’t satisfy every... | Continue reading
I would like to showcase my project I've been working on for a last year. It's a Studio that has buil... | Continue reading
For the last couple of months I worked on a redesign of https://ziglang.org. Among other things, the... | Continue reading
you may find a situation where you want to access your Linux instance from someone's else machine, but your Linux need the .pem key file and you don't want to carry your .pem file to other's machine. why not just create a password for ssh, so let's create it 1) first you have to … | Continue reading
In the past few years, frontend development has become increasingly declarative. React shifted our mi... | Continue reading
7 HABITS to win the WORLD 1 Be Proactive Be worried about these things you can control yourself like your day, study…. Just don’t give a shit about which you can’t like Rain, other emotions. What If I fail in something, should I blame others for my failure (Reactive), of course n … | Continue reading
This last week I spent a lot of time buried deep in the documentation of parcel, rollup, and esbuild.... | Continue reading
I want to share with you 3 "smart" ideas that help me in some day-to-day tasks with my Dog.... | Continue reading
This is the story of a specific optimization that gave a significant speed-up in rav1e, up to 32% fas... | Continue reading
I love the aesthetics of terminals and I’m not the only one, there is a whole subreddit dedicated to... | Continue reading
TL;DR For those that are following me, they already know that. This is the first playgrou... | Continue reading
Ever since I first launched One Word Domains this summer, I've received plenty of requests for a sear... | Continue reading
Autism can lead to obsession, and it isn't unusual that this evolves into expertise after enough practice, but how can this be leveraged effectively at work? | Continue reading
It's not a secret that I'm a big fan of Elixir, so when I started doing Rust development I tried to b... | Continue reading
A few months ago, I had a conundrum: I couldn't stand virtual conferences. I personally go to in-per... | Continue reading
The annual CSS survey is back, this time in multiple languages | Continue reading
Create a Responsive Website with a one CSS property. Let’s see how it's done. 🤔 Consider this templa... | Continue reading
While helping folks work through our Serverless Stack guide, we noticed that most folks have a really... | Continue reading
My website is hosted on AWS Free Tier, and I wanted to create a free company/business email address f... | Continue reading