Explore

Posts tagged "javascript"

Browse fresh notes, guides, links, and shared pages created with PasteNow.

So, you learned JavaScript ??? now what?

Mastering JavaScript isn’t easy, but getting started is simpler than with other languages. You are not dependent on a certain editor and you don’t need to…

Istanbul ??? JavaScript Code Coverage

Code Coverage is really important to tell how well you code is been testing and really gives you the confident that your recent changes do not…

Understanding JavaScript Code Coverage

This is the second of a two-post series in which we try to understand how code coverage is measured and reported in JavaScript by building a…

Top 5 one liners in JavaScript

In the world of JavaScript, I’m the magician of one-liners, simplifying the complex with elegance. 1.Copy to Clipboard In web apps, copy to clipboard is rapidly…

TypeScript: Adding Type Safety to JavaScript

JavaScript is one of the most widely used programming languages for web development, known for its flexibility and versatility. However, it has a notable downside: the…

It???s 2023. Start using JavaScript Maps and Sets

As a JavaScript developer, you are probably familiar with the two most commonly used data structures, Arrays and Objects. They are both extremely versatile and powerful…

Spring Boot REST API Full Tutorial

This is a complete tutorial of building a REST api with Spring Boot with. You will learn how to : Create REST APIs Add spring security…

Circuit Breaker Pattern in Microservices

Microservices architecture has become the new norm for large-scale applications. Because it has more advantages compared to traditional monolithic architecture. However, microservices also come with several…

Objects in JavaScript

An Object in JavaScript is a data type that stores a collection of properties in key-value pairs. Each key-value pair is used to define characteristics of any arbitrary…

Learn this before React

In this tutorial we will explore top fundamental JavaScript concepts necessary to know in order to have an effective React Js/React Native learning. Table of contents…

Open???closed principle in Javascript.

Creating a large, scalable software project for an enterprise can be a complex endeavor, especially when you’re working with multiple teams. To ensure success, you need…

Best practices for securing your Node.js apps

Node.js is a JavaScript runtime environment, meaning it has everything you need to execute a program written in JavaScript. Though quite secure by itself, you should…

Stunning Dot Spheres with WebGL

Beautiful, interactive WebGL globes have had something of a moment in the spotlight lately with both Stripe and GitHub featuring them prominently on their homepages. Each later went on to…