The coding articles collection contains curated stories, tips, questions and answers on a wide variety of topics. The main focus of these articles revolves around the languages and technologies presented in snippets, as well as career advice and lessons.
HTML, Webdev
Make your HTML documents more SEO-friendly by including these lines in your <head>
element.
HTML, Webdev
Ensure your HTML documents have a proper favicon by including these lines in your <head>
element.
HTML, Webdev
Ensure your HTML documents can be shared on social media by including these lines in your <head>
element.
HTML, Webdev
Ensure your HTML documents are properly structured by including these lines in your <head>
element.
Python, List
There's a good way to test the emptiness of a Python list and a better one. Which one are you using?
JavaScript, Algorithm
Learn everything you need to know about Big-O notation with this handy cheatsheet.
Learn how to sort a Python dictionary list using a tuple key.
Implement responsive typography with the CSS clamp() function.
JavaScript, Browser
A quick reference for the window.location
object.
JavaScript, Browser
Using Document.elementFromPoint()
to easily get the element at a specific point on the page.
JavaScript, String
Avoid the naive approach and use a more robust method to edit URL parameters in JavaScript.
JavaScript, String
Locale-sensitive string splitting and truncation are finally possible in JavaScript.
CSS, Visual
The currentColor
CSS keyword is a nifty alternative to custom properties for simple use cases.
CSS, Layout
You might have heard that line-height
should be unitless, but do you know why?
CSS, Visual
A short summary of your story up to 180 characters long.