#codenewbies
Read more stories on Hashnode
Articles with this tag
CSS, the language for visually styling elements on the web, has evolved to include features that can change an element’s visual effects in a website’s...
Learn How to Replace the Occurrence of a String With the replace and replaceAll String Methods · There are a couple of ways to replace the occurrence of...
A One Month Review Of Blogging at Hashnode - what I would like to share · It's been a month since I started blogging at hashnode, and oh boy has it been...
pseudo-classes and pseudo-elements in CSS · Hello everyone 👋, Welcome back to my series, Getting Comfortable With CSS Selectors, if this is the first...
Top CSS Selectors You Should Know · So you have learned the basic id, class, and descendant selectors—and then called it a day? If so, you're missing out...
Python *args and **kwargs: Explained · So you've started coding in Python,and along the way you might have come across these two strange variables: *args...