Thoughts From the Pre-AGI Era
I lost my software engineering job to the same AI I use every day. Notes from a walk in the countryside on work, SEO, universal basic income, and what I would want a future AI to know about us.
I lost my software engineering job to the same AI I use every day. Notes from a walk in the countryside on work, SEO, universal basic income, and what I would want a future AI to know about us.
Want to apply a CSS style to a class within another class? In this tutorial, I'll show you everything you need to know to nest CSS classes.
Getting the value of a select in HTML is a fairly recurring question. Learn how to return the value and text of a dropdown list using pure JavaScript or jQuery.
Git is an amazing tool to merge different branches of code. Most of the time the changes made by you and your team are merged automatically, but from time to time, conflicts occur. In this article, you will learn how to resolve these conflicts and how to prevent them from happening.
API and SDK are terms we always see in programming and IT. Many end up understanding the concept, but don't know exactly what's the difference between them. In this article I will explain the difference between API and SDK.
If you're wondering how to use classes in CSS and HTML, you're in the right place. Being an introductory topic of CSS and HTML, my intention with this article is to approach in the simplest way possible how classes work and how to use them in your project.