3 ways to make git ignore your changes
Ignoring for everyone, ignoring only for me, ignoring committed files.…
Ignoring for everyone, ignoring only for me, ignoring committed files.…
A couple of considerations to take into account when implementing dynamic imports in your project.…
If you have been working for a long time in your branch and you made merges or rebases from the other branches, your branch might look messy. I'll describe several ways to rearrange the commits in your history to make it linear and easy to read.…
Here is a generic function that works with both numeric and string enums. Seams to be working in TypeScript 4 and 3.6+.…
I thought it would be interesting to collect the most common CSS patterns in my work and list them here.…
Using debugpy package to start a debug server in your code and connect to it from VS Code.…
In this post, I'll demonstrate an example implementation of a small formula engine built on top of the "ast" package that comes with Python's standard library and provides access to Python's parser.…
A story about constructing a font with a custom ligature based on Roboto.…