Carolina Ramirez·Sep 25, 2023Making the Web Inclusive: A Comprehensive Guide to Accessibility in Modern Web ApplicationsA response icon2A response icon2
InLevel Up CodingbyCarolina Ramirez·Sep 22, 2023Tailwind CSS: Does it Outshines All Other CSS FrameworksI’d been hearing about Tailwind for quite some time, and while it caught my attention, I hadn’t had the opportunity to work with it… until…A response icon2A response icon2
Carolina Ramirez·Apr 19, 2023JSX: Creating Reusable UI Components with JSX and ReactJSX is a JavaScript syntax extension that allows you to write markup right in your JavaScript code. It was designed by Facebook to be used…
InLevel Up CodingbyCarolina Ramirez·Apr 17, 2023Controlled vs Uncontrolled Components in React: Which One to Choose?React, as we all know, is a famous JavaScript library for creating user interfaces. One of its main features is its component-based…
InLevel Up CodingbyCarolina Ramirez·Apr 14, 2023Beyond Code: How Communication Skills Can Take Your Programming Career to the Next LevelAs a programmer, you’re used to working with code, syntax, and complex algorithms. You’ve devoted many hours to refining your technical…
Carolina Ramirez·Apr 12, 2023The Event Loop Explained: A Comprehensive Guide to Asynchronous JavaScriptThis is the second article of a series I’m publishing about the basic JavaScript concepts I think every developer should understand. In…
InLevel Up CodingbyCarolina Ramirez·Apr 10, 2023Bug Busters: Tips for Tackling Software Development BugsAs a software developer, there is one thing you cannot avoid: BUGS. They can appear when you least expect them, sometimes during…
InLevel Up CodingbyCarolina Ramirez·Apr 7, 2023Understanding DOM Events: A Guide to Event Handling with JavaScriptWe are in 2023 and there are a lot of bootcamps, online courses, and resources that allow people to start this amazing journey as a…
Carolina Ramirez·Apr 6, 2023Testing Anti-Patterns: Avoiding the Cupcake, Ice-Cream, and HourglassTesting is a crucial element in software development, but sometimes teams may fall into harmful testing practices that can be…
Carolina Ramirez·Apr 5, 2023React Concurrent: Fast and Responsive Web AppsAs we all probably know, React is one of the most popular and widely used front-end frameworks for creating interactive and dynamic user…