
Being an engineer in the AI era
I hesitated to write this. Not because I don’t have an opinion about AI in software engineering, but...

Browse the latest writing surfaced through DevArt.

I hesitated to write this. Not because I don’t have an opinion about AI in software engineering, but...

Ever wanted to be super semantic and helpful to your users and machines? The HTML <abbr> tag is...
![[Boost]](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fai3rwdyduczldpnrsx5m.png)
![[Boost]](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg0yu6es5ter7spt8yda1.png)

If you’re working with TypeScript and React, you’ve probably seen types like JSX.Element,...
![[Boost]](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq5r3xgiw9jxkbr8byr1k.png)

JavaScript has two main categories of data types: primitives and objects. A primitive (or a primitive...
![[Boost]](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff7n52if3n75yha9gu1k8.png)

Today we will take a closer look to a common struggle for many developers starting with JavaScript...

Embarking on the path to becoming a manager is an exhilarating yet daunting journey. It marks a...

Hello, hello 👋 If you're just starting your journey into React development, you might have...

Being a developer in this market is tough. 🥲 It is a marathon, not a quick run. It comes with many...

Introduction: Hello there, fellow frontend enthusiasts! Today's post is about some common...

Introduction Comparing objects in JavaScript can be tricky due to their reference-based...

A huge improvement in writing human CSS is Flexbox. Gone are the days of grappling with centering...

So you decided to dive into the world of React, a library used by millions of people and promises to...

One of the most common operations in programming is sorting a collection. Generally, this is a costly...

Introduction Two of the most fundamental set of algorithms in computer science are:...

Do you want a visual indication that something was removed from the document or a visual representati...

One of the most confusing topics in programming is distinguishing whether a variable is passed by ref...

Hi! 😄 I created some superhero examples for understanding some of the most popular built-in iterators...

In programming, the scope of a variable determines its lifetime and accessibility throughout the...

JavaScript has two data types: Primitives, and objects. I made an article with an introduction in Jav...
Advertisement