DEV Community

Enmanuel Durán profile picture

Enmanuel Durán

404 bio not found

Understanding Big O Notation as a Software Developer

Understanding Big O Notation as a Software Developer

27
Comments
13 min read

Want to connect with Enmanuel Durán?

Create an account to connect with Enmanuel Durán. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Understanding Singly Linked Lists and some of their uses

Understanding Singly Linked Lists and some of their uses

5
Comments
7 min read
Better ways of tracking data in your web application that you may not know of!

Better ways of tracking data in your web application that you may not know of!

7
Comments 1
7 min read
Leenker.com a place to organize and share useful Links and bookmarks

Leenker.com a place to organize and share useful Links and bookmarks

1
Comments
1 min read
Show and hide content on click with just HTML

Show and hide content on click with just HTML

16
Comments 1
2 min read
Toggle content on click without javascript (Yes you read that right)

Toggle content on click without javascript (Yes you read that right)

36
Comments 8
2 min read
6 Things you probably did not know javascript could do natively

6 Things you probably did not know javascript could do natively

159
Comments 6
3 min read
A different way of handling required arguments in javascript functions

A different way of handling required arguments in javascript functions

55
Comments 4
2 min read
Two exceptional use cases for the spread operator you may not know of

Two exceptional use cases for the spread operator you may not know of

9
Comments
2 min read
Efficient behavioral tracking in javascript applications

Efficient behavioral tracking in javascript applications

8
Comments
9 min read
Code quality and web performance, the myths, the do's and the don'ts

Code quality and web performance, the myths, the do's and the don'ts

5
Comments
8 min read
Avoid recomputing heavy tasks by leveraging memoization in javascript

Avoid recomputing heavy tasks by leveraging memoization in javascript

15
Comments 1
5 min read
Building objects progressively with the builder pattern in javascript

Building objects progressively with the builder pattern in javascript

7
Comments
7 min read
Diving into the great observer pattern in javascript

Diving into the great observer pattern in javascript

10
Comments
9 min read
const vs let vs var

const vs let vs var

12
Comments
4 min read
Protect the integrity of your applications with Error Boundaries on React

Protect the integrity of your applications with Error Boundaries on React

10
Comments
3 min read
Higher order functions and some great applications in javascript

Higher order functions and some great applications in javascript

68
Comments 1
6 min read
Most Important things I’ve learned after 10 years as a software developer

Most Important things I’ve learned after 10 years as a software developer

10
Comments
5 min read
A look into ternary operators and boolean assignations in javascript

A look into ternary operators and boolean assignations in javascript

9
Comments
4 min read
Some of the struggles of a software developer outside of the code

Some of the struggles of a software developer outside of the code

15
Comments
5 min read
The power of dynamic imports

The power of dynamic imports

40
Comments 1
3 min read
Modern web techniques/tricks for image handling and delivery on your site

Modern web techniques/tricks for image handling and delivery on your site

16
Comments
6 min read
Another approach to media queries with the power of Sass

Another approach to media queries with the power of Sass

13
Comments 1
6 min read
Short-circuiting for faster evaluations in javascript

Short-circuiting for faster evaluations in javascript

6
Comments
3 min read
Why I prefer objects over switch statements

Why I prefer objects over switch statements

107
Comments 15
7 min read
The underestimated power behind javascript's matchMedia API

The underestimated power behind javascript's matchMedia API

10
Comments
4 min read
Creating objects dynamically with factory pattern in javascript

Creating objects dynamically with factory pattern in javascript

10
Comments 1
4 min read
loading...