CSS Specificity Explained
If you've ever ran into weird "unexplainable" styling issues, there's a high chance it was something regarding specificity. Specifi-what-ty? Specificity. Let's dive into it in this post.
I write about a handful of different type of articles. Most of them are regarding development, but I also fancy reading about personal growth/development and how to improve processes. Do you feel like you want my take on a subject of your interest? Let me know by sending me an email to hi@duncanteege.com
If you've ever ran into weird "unexplainable" styling issues, there's a high chance it was something regarding specificity. Specifi-what-ty? Specificity. Let's dive into it in this post.
Building a community is a really powerful tool to reach the people you want to reach. Creating an emailing list definitely helps with that. What makes this method really cool is the fact that it is completely free as we will use a very generous starter tier from Netlify and MailerLite.
As scary as it is, building in public has many upsides to it. In the beginning it will be really uncomfortable, but as you will read in this article, many good things can come from building in public.
This is the question many fellow tech nerds have been asking for many different websites. In this article you will read my answer to the question what stack this website is built on.
Oftentimes we need to store a piece of data in JavaScript. Whether we need it to be stored in a database or we temporarily need it to do a calculation, it’s important to understand that variables play a huge role in programming.