Open in app

Sign In

Write

Sign In

Anthony Jimenez
Anthony Jimenez

189 Followers

Home

About

Published in

codeburst

·Pinned

Learn These Three JavaScript Functions and Become a Reduce Master!

Reducer functions are simple yet challenging to master. The minimalist solutions that reducers implement are often too abstract for new developers. It can also be difficult to visualize the nearly limitless ways that reducers can be used to manage and simplify data. …

JavaScript

4 min read

Learn These Three JavaScript Functions and Become a Reduce Master!
Learn These Three JavaScript Functions and Become a Reduce Master!
JavaScript

4 min read


Published in

codeburst

·Pinned

Four More Powerful JavaScript Operators You’ve Never Heard Of

JavaScript is incredibly difficult to master. This is partly because JavaScript is a vast language with features that even seasoned developers may not fully understand. In a previous article, I highlighted four operators that you’ve probably never heard of. …

JavaScript

4 min read

Four More Powerful JavaScript Operators You’ve Never Heard Of
Four More Powerful JavaScript Operators You’ve Never Heard Of
JavaScript

4 min read


Published in

JavaScript in Plain English

·Pinned

Write Cleaner JavaScript with These Destructuring Techniques

Destructuring is one of the most versatile expressions ever added to JavaScript. Why? Because it allows developers to write cleaner code in countless situations. Once you fully grasp destructing you’ll be shocked by how often it can be used. Let’s dive in! The Basics At it’s core, destructuring is an expression that…

JavaScript

3 min read

Write Cleaner JavaScript with These Destructuring Techniques
Write Cleaner JavaScript with These Destructuring Techniques
JavaScript

3 min read


Published in

JavaScript in Plain English

·Pinned

4 Powerful JavaScript Operators You’ve Never Heard Of

Have you ever spent an afternoon reading through the Mozilla docs? If you have, you are well aware that there is a lot of information on JavaScript available online. This makes it easy to overlook the more out of the ordinary JavaScript operators. However, just because these operators are uncommon…

JavaScript

3 min read

4 Powerful JavaScript Operators You’ve Never Heard Of
4 Powerful JavaScript Operators You’ve Never Heard Of
JavaScript

3 min read


Published in

Level Up Coding

·Feb 8

5 Must-Know JavaScript Methods (That Aren’t Built-in!)

You probably already know that built-in methods can make a programmers life easier. Their ability to abstract logic reduces errors and improves readability. Familiarity with JavaScript methods allows us to figure out self documenting solutions to common problems. Here is an example. const str = "Hello World!"; const reversed = str.split('').reverse().join(''); console.log(reversed)…

JavaScript

5 min read

5 Must-Know JavaScript Methods (That Aren’t Built-in!)
5 Must-Know JavaScript Methods (That Aren’t Built-in!)
JavaScript

5 min read


Published in

Level Up Coding

·Feb 2

Learn to create Speech-to-Text applications in JavaScript!

Speech recognition functionality is increasingly considered a basic necessity of modern web applications. While this might seem daunting, getting started with Speech-to-Text application is easier than you might expect! …

JavaScript

4 min read

Learn to create Speech-to-Text applications in JavaScript!
Learn to create Speech-to-Text applications in JavaScript!
JavaScript

4 min read


Published in

Level Up Coding

·Jan 26

The 10 Best Prompts for Instant Code Refactoring (According to ChatGPT)

Author’s Note: The prompts below this note were generated through a series of ChatGPT prompts. It’s been revised and reviewed for correctness. This article is a great starting point for refactoring your applications. However, always check the code generated by ChatGPT for errors. A.I …

AI

3 min read

The 10 Best Prompts for Instant Code Refactoring (According to ChatGPT)
The 10 Best Prompts for Instant Code Refactoring (According to ChatGPT)
AI

3 min read


Published in

JavaScript in Plain English

·Jan 25

Learn the Easy Way to Convert Data Types in Modern JavaScript

Knowing how to choose between JavaScript objects and arrays when modeling data is a crucial skill. However, it is just as vital to understand how to convert between this types in practice. That’s where fromEntries and entrie come in — these methods are incredibly useful for data conversion in JavaScript…

JavaScript

3 min read

Learn the easy way to convert data types in modern JavaScript!
Learn the easy way to convert data types in modern JavaScript!
JavaScript

3 min read


Published in

Level Up Coding

·Jan 24

4 functional concepts every JavaScript developer should learn!

Functional programming is a way of thinking about software development that has taken over the JavaScript world. While functional programming has its roots in languages like Haskell and Lisp, it’s becoming increasingly associated with JavaScript developers, and for good reason. As we will soon learn, JavaScript implements all the functional…

JavaScript

6 min read

4 Functional concepts every JavaScript developer should learn!
4 Functional concepts every JavaScript developer should learn!
JavaScript

6 min read


Published in

Level Up Coding

·Jan 23

How to implement Shuffle in JavaScript

Shuffling elements in a random order is a must-have skill for any developer. However, some languages (including JavaScript) do not have a built-in shuffle method. This is particularly perilous because shuffle algorithms are not truly random when implemented incorrectly. So don’t let JavaScript’s lack of built-in shuffle method stop you…

JavaScript

3 min read

How to implement Shuffle in JavaScript
How to implement Shuffle in JavaScript
JavaScript

3 min read

Anthony Jimenez

Anthony Jimenez

189 Followers

Web Developer with a passion for JavaScript.

Following
  • Rich Brown

    Rich Brown

  • John Au-Yeung

    John Au-Yeung

  • Jennifer Fu

    Jennifer Fu

  • Sean LaFlam

    Sean LaFlam

  • Trey Huffine

    Trey Huffine

See all (74)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams