-
CSS
Detailed Guide To CSS Supports In Browsers
Everything you see on the internet today is a website upfront and to build it, we need HTML and CSS.…
Read More » -
Python
How to Loop Over a Dictionary in Python: Keys, Values, and More
Welcome to yet another How to Python article. Today, we’ll be looking at looping over dictionaries which appears to be…
Read More » -
JavaScript
Charting data quickly with Chart.js in React
I’m working on a small weather station project, and I was looking for a way to plot the weather data…
Read More » -
Python
Python humanize time-interval without Arrow or Humanize libraries
Sometimes when we need to debug functions in Python, we need a way to write some quick timer code to…
Read More » -
JavaScript
JavaScript: Open Link in New Tab
Major browsers have popup blockers which sometimes prevent sites to open new tabs. This article investigates how popup blockers currently…
Read More » -
Python
How to Split a String by Whitespace in Python: Brute Force and split()
Once again, I’m back with another look at some ways to solve a common Python problem. This time, we’ll be…
Read More » -
Python
How to Convert a String to Lowercase in Python
As this series grows, I’ve started poking at seemingly simple problems to expose their complexity. This time, I thought it…
Read More » -
Python
How to Round a Number in Python: Truncation, Arithmetic, and More
Remember learning to round in grade school? Me too! The only problem is I don’t use the idea very often.…
Read More » -
WordPress
Automating the Change of WordPress Permalinks
WordPress is powering 35% of website. And while it may not be seen as very complex or interesting, it is…
Read More »