How to Implement the Singleton Pattern in JavaScript ES6+

In this post, I’ll show you how to implement the singleton pattern in JavaScript. If you’re a full-stack JavaScript developer, you know that JavaScript is a really powerful language which you can use to build really amazing websites. On the other hand, if you’ve used JavaScript only for front-end form validations and making AJAX calls, […]

Understanding Forms and Events in React

React is a JavaScript library built by Facebook for composing user interfaces in single-page applications. In this tutorial, we’ll discuss what events are, how they work in React, and how to set up events handlers on a controlled form in your React application. To follow along with this tutorial, just create a new React app […]

Introduction to API Calls With React and Axios

This tutorial will teach you how to use Axios to fetch data and then how to manipulate it and eventually display it on your page with filtering functionality. You will learn how to use the map, filter and includes methods along the way. On top of that, you will be creating a simple loader to […]

Smashing Podcast Episode 45 With Jeremy Wagner: What Is Reponsible JavaScript?

In this episode, we’re talking about Responsible JavaScript. What does it mean for code to be responsible, and how should we approach projects differently? I spoke to expert Jeremy Wagner to find out. Show Notes Responsible JavaScript website Buy the book from A Book Apart Jeremy’s personal website Jeremy on Twitter Weekly Update Fitts’ Law […]

What is React?

IntroductionWhy use React?Virtual Document Object Model (VDOM)JSXReact NativeMain ComponentsFunction ComponentsClass ComponentsBenefitsWho uses ReactHow to build your first application on ReactHow to create your app on Reactjs from the terminal of your IDEHow to create your app with Flatlogic PlatformCreating a CRUD application with FlatlogicCreating a one-page application with Flatlogic Introduction: What is React React.js was […]

How to Do a Bubble Sort in JavaScript

In this article, you’ll learn how to implement bubble sorting in JavaScript. We’ll briefly discuss different types of sorting algorithms, and we’ll specifically look at how a bubble sort works in JavaScript. Sorting is one of the most important concepts in the field of programming, as it allows you to arrange and locate elements much […]

Data Structures With JavaScript: Stack and Queue

Two of the most commonly used data structures in web development are stacks and queues. Many users of the Internet, including web developers, are unaware of this amazing fact. If you are one of these developers, then prepare yourself for two enlightening examples: the undo operation of a text editor uses a stack to organize […]

8 CSS & JavaScript Snippets for Creating Cool Card UI Hover Effects

Card UI layouts are quite popular these days – and it’s easy to see why. They’re incredibly versatile, with the ability to house anything from product listings to blog post teasers. These elements are also the perfect place to add various hover effects. It’s not only attractive but also a means to improve the user […]

Typescript vs. Javascript: The Key Differences You Should Know in 2022

Let’s start the battle TypeScript vs JavaScript with an introduction of both technologies. JavaScript is a scripting language, that was developed by EMCA’s Technical Committee and Brendan Eich. It works perfectly in web-browsers without the help of any web-server or a compiler. It allows you to change HTML and CSS in the browsers without a full […]

12 JavaScript Image Manipulation Libraries for Your Next Web App

Today we would like to talk to you on a topic most interesting – JavaScript image manipulation libraries. And, to be more precise – those JavaScript image manipulation libraries that definitely deserve your particular attention when you develop your next spectacular web app. But, let’s not get ahead of ourselves and firstly answer the question […]

Generated by Feedzy