Links
AddSprinkle interactivity on your design
My life, where each week I’ve been alive is a little box. When meaningful things happen (for both better and worse) I make a note of it so I can remember how much of life is influenced by these factors. If you’d like to create your own version of this, it’s basically a data file, a template, and a blog post mashed together on Jekyll blog hosted on Netlify.
A focused writing and publishing space. Contribute to writeas/writefreely development by creating an account on GitHub.
Advanced JS typing language like Typescript
A free, open source, self-hosted customer feedback tool ? - riggraz/astuto
Laravel Impersonate is a plugin that allows you to authenticate as your users. - 404labfr/laravel-impersonate
Runno uses Web Assembly to run code in the browser. Code runs in a unix-like sandbox that connects to a web-based terminal emulator. This means it behaves a lot like running code natively on a linux terminal. It's not perfect, but it's handy for making simple code examples run.
:bathtub: Clean Code concepts adapted for PHP. Contribute to jupeter/clean-code-php development by creating an account on GitHub.
List of developer newsletters (and how to sponsor them) - jackbridger/developer-newsletters
Tiger Style is a coding philosophy focused on safety, performance, and developer experience. Inspired by the practices of TigerBeetle, it focuses on building robust, efficient, and maintainable software through disciplined engineering.
Generate customizable color palettes in advanced color spaces that can be easily shared, downloaded, or exported.
Everything digital costs something physical. It’s time for a digital conservation movement.
In this post, we're going to demystify hash functions. We're going to start by looking at a simple hash function, then we're going to learn how to test if a hash function is good or not, and then we're going to look at a real-world use of hash functions: the hash map.