Naina Razafindrabiby
AboutBlogSnippets

Javascript

7 posts
How To Test Your React App With React Testing Library

How To Test Your React App With React Testing Library

October 14, 2020
javascript
react

In this post we will learn how to test react components with react-testing-library using test driven development (TDD) approach.

Nullish Coalescing and Optional Chaining Operator

Nullish Coalescing and Optional Chaining Operator

September 7, 2020
javascript

Learn how to use nullish coalescing and optional chaining operator in JavaScript ES11.

How to Stay Up-To-Date as a Software Developer

How to Stay Up-To-Date as a Software Developer

July 13, 2020
javascript
career

The tech world is changing rapidly, but we do not want to be left out behind. Learn how I keep myself up to date without going insane.

Asynchronous JavaScript: Callbacks, Promises, Async/Await

Asynchronous JavaScript: Callbacks, Promises, Async/Await

June 15, 2020
javascript

Learn and understand how to use callbacks, promises and async/await in JavaScript.

Understand React Key Prop

Understand React Key Prop

June 8, 2020
react
javascript

We usually use key props in a list, but did you know we could use it in just any component? Let us see useful functionality we could do with React key prop.

JavaScript Behind the Scenes: The Event Loop

JavaScript Behind the Scenes: The Event Loop

May 17, 2020
javascript

How does JavaScript handle asynchronous events? In this post, let us learn about the Event Loop in JavaScript.

Understanding How Array.reduce works in JavaScript

Understanding How Array.reduce works in JavaScript

May 10, 2020
javascript

JavaScript has a lot of functions to manipulate and transform elements in an array. In this post, we are going to look in the Array.reduce() function.


Not Playing

–

Spotify

HomeAbout
TwitterLinkedInGithub
SnippetsTags
Naina Razafindrabiby
© 2022
Naina Codes