Skip to content

Latest commit

 

History

History
486 lines (360 loc) · 44 KB

File metadata and controls

486 lines (360 loc) · 44 KB

drawing

Let's learn about Js via these 118 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the /Learn or LearnRepo.com to find the most read blog posts about any technology.

"Not a real programming language" since 1995.

Learn BFS and DFS, powerful algorithms to traverse and search data structures. Examples and step-by-step JavaScript code included.

File management is a helpful tool in any business application. Here is an overview of the most functional, elegant, and popular JavaScript File Managers ready to be built into the client-server solution. Even if you do not have a direct need to work with files, you can borrow the classic file explorer interface for other tasks. For instance, there are some cases of the classic interface becoming the basis for a new web application in this article.

This article will explain what CORS is, how it works, and why it is important.

Spreadsheet libraries are in high demand today. Such solutions are convenient as they offer ready-made applications, save the developers' time and the owners' money. They can be used in any business domain to deal with big amounts of data.

Learn about the top challenges developer face when they are learning new JavaScript frameworks. See more from GrapeCity today.

What is GRASP? Why do we need it? Information expert and creator principles using Javascript examples.

Understand Javascript Spread and rest operators

LIVE demo 🚀 on how to integrate the Screen Wake Lock API into any React application with automatic reacquisition of a lock using react-use-wake-lock.

This tutorial teaches you how to get the Base64 encoded data of an image displayed in the HTML image element using JavaScript.

A brief intro to 10 file managers for software developers

Solving ATM problem with Dynamic Programming

In this post I'm going to show you how to potentially triple your Node application's performance by managing multiple threads.

It is common in Node.js and other languages to run a script on a certain port. These are steps to take to stop an active process on a port.

dJavaScript libraries are incredibly useful tools for any web app developer. They’re designed for boosting the development process and adding extra functionality to your projects with just a few lines of code.

Explore tree traversal methods in JavaScript: Inorder, Preorder, and Postorder. Learn their differences and how to implement them. #JavaScript #TreeTraversal

Solution to a popular Interview problem: Solve ATM task with Greedy Algorithm

Ever wondered how Node.js handles multiple requests despite being single threaded? Find out the secret to concurrency in Node.js and how the event loop works

The new HTML Bundler plugin makes Webpack setup incredibly simple, as all the configuration happens in one place.

A Proxy object is an object that wraps another object and intercepts fundamental operations on it, such as property access, assignment, and deletion

Take a closer look at various options for how we can allow users to choose from various themes, as well as customize them for their needs.

In this post, we'll show you how to protect your code with Jscrambler while using Gulp with a guide on how to set it all up to streamline the process.

Learn the basics of the Sliding Window algorithm in JavaScript. Discover how to optimize tasks with practical examples for efficient data processing.

NB: I saw I had this tutorial in my draft for close to 2 years now, I just decided to post it.

Throttling and debouncing, what are they? What is the difference and when and why should we use them in our own javascript-based programming projects?

This article will guide beginners in software development on how to deploy a serverless Node.js application on Microsoft Azure.

My first time building a (very) simple web component.

JavaScript implementation of so-called Seam Carving algorithm for the content-aware image resizing and objects removal. Dynamic programming approach is applied

Redis is a powerful piece of technology that lets us store data in memory. Let's look at how to use it with Node.JS

Learn how to add a prefix or suffix to each new line in JavaScript with our step-by-step tutorial. Create a user-friendly online tool using JS.

Hello Readers! I’ve launched JavaScript Algorithms and Data Structures repository on GitHub with a collection of classic algorithms and data-structures implemented in ES6 JavaScript with explanations and links to further readings and YouTube videos.

Hello, guys, this is the third part of SOLID Principles in JavaScript and if you haven't read the previous two (first part and second part), I highly recommend to read them first and coming back here.

In this article, we'll go over some of the most common React interview questions and how to answer them.

In this 5th instalment of my “Node JS Performance Optimizations” series, I show you how to increase Node JS performance with thread pool management. We achieve this by understanding how Libuv works, how the thread pool works and how to configure the number of threads based on your machine specs.

JavaScript is on the list of requirements for a position as a web developer in any IT company at the moment. It is hard to imagine building modern web applications without JavaScript. This programming language provides IT specialists with an effective and relatively easy way to create interactive applications able to comply with the tastes of any picky customer. The choice of the JS libraries and frameworks adds dedicated followers to this language. 

A list of 25+ Javascript projects for beginners with source code available on Github. Easy Javascript projects for beginners.

There is a lot of information about different JS features. I want to tell you about equally useful, but less popular tips for working with this language!

Learn how to write cleaner code by avoiding common mistakes in functions and methods.

Introduction to new ES6 javascript feature - Arrow Functions.

Recently we decided to make our templates jQuery-free. Please enjoy this list of admin dashboard templates without jQuery dependencies.

In this article, we’ll look at how you can integrate Jscrambler into your Next.js app development workflow.

SyntaxError missing formal parameter

UI series #1 ft. variables

In this blog post, we start bootstrapping a web development project using Qwik and get things ready to incorporate AI tooling from OpenAI.

These are my personal picks of learning JavaScript in 2020, I picked all of these resources myself, most of them are my favorites and I also used them while learning.

We’re excited to announce the release of Appwrite 0.7, our biggest ever release. The new Appwrite version includes over 100 updates

This article will show you some typical mistakes that almost every Javascript programmer has made during his career.

JavaScript is changing fast with a lot of new and exciting features to help us - developers write code better and better. Let's check these latest features.

A breakdown of the most important JS dev tools in 2022, including their most relevant tradeoffs, and some opinionated advice sprinkled on top.

I won’t make the intro too long. I will shortly introduce you to the Material Framework and mention our traditional criteria for evaluating dashboards/admin templates.

Here we will leave JS challenges for later, and we will focus on integrating the visual part of the frontend in a simple project.

Would you like to know the future of the JavaScript ecosystem and get connected to a stellar crowd? To help you stay up-to-date on the latest JS tech, the GitNation team has come up with a new remote event taking place on June 18-19, 2020. JSNation Live, their 2-day event on all things JavaScript, will gather 25 thousand software engineers, making it the biggest JavaScript conference in the cloud. 

After exams and lots of procrastination, I finally resumed my #100DaysOfCode journey with JavaScript

Learn how to create a custom, accessible file upload button using pure HTML, CSS, and JavaScript.

The Frankensteinian Hodgepodge That Puts Mr. Burns' Smithers in Charge of the Starship Enterprise and Leaves Coders Screaming 'Wubba Lubba Dub Dub!'"

In a real

Hello, guys. This is the second article about SOLID principles with Javascript examples. In my previous article I described what are patterns in general, what is SOLID and why we should use them. If you haven't read it, pls, read it now and continue read current article after the previous one.

Let's learn about the JavaScript conditional statements!

Recently, I have been trying to expand my knowledge as a backend developer. I want to understand solving problems at scale and also breaking down big tasks into little chunks of tasks.

In my student years everybody around me mocked JavaScript. Being part of the tribe, I have never really tried to learn JavaScript. I used quick and dirty solutions, copied code from Stackoverflow, without really understanding it and hoped it will not break. It changed after my first full-time job.

Java and JavaScript...

Beyond the names that appear "similar," how else do these two programming languages differ from each other?

Python and JavaScript are two of the most used programming languages. Even though both are object-oriented programming languages, they have different scopes.

Nullish coalescing is a new feature that helps make that a whole lot easier. In this post, we’ll explain nullish coalescing.

Learn the basics of DOM manipulation with Vanilla JS including set up, document.createElement(, .textContent, and more.

Want to make your own classic arcade game?

Optional chaining is a modern language feature that allows you to safely navigate through and access deeply nested object properties.

Using console.log() for JavaScript debugging is the most common practice among developers. But, there is more...

The goal of this post is to provide you with tools you need to be more productive when developing React applications.

Take your Node.js skills to the next level with our top 10 library picks! Streamline workflows, optimize performance, and stay ahead of the competition

This time we want to introduce libraries for working with tables or grids, since tables are an important part of any great application.

Data Visualisation is an incredibly important part of conveying information in the world. Getting the best widget types for Data Visualisation is a part of that

JSWorld Conference is the number one JavaScript Conference in the world, and I share a summary of all the talks with you. Part I

A look at an API that makes it easier to work with cookies in the browser.

How we chose our styling: ​​SASS vs CSS Modules vs CSS-In-JS

Using debounce, the function will be executed only when a certain amount of time has passed since the last function call.

JavaScript statements give us a energy to implement opposite forms of proof in a code. JavaScript provides us with several of them, all of that has a possess purpose and syntax. Among a many obvious examples we can find countenance statements, iteration statements, redeeming statements, and more

According to the Amplication website's introduction, it's a tool for creating the structure you want in NodeJS apps.

Today, I would like to show you how to execute custom JS code in another Node.js process and to get a proper result. These are relatively simple code examples, which demonstrate basic ideas of native code calls with the help of Frida framework.

Are you interested in learning how to create a simple night mode for your website? In this article, I use jQuery and Bootstrap 5.

jQuery is a JavaScript library that is used on your websites. jQuery is open source material that is used to make Javascript programming easier.

Templates can significantly speed up the development process. Here are the 5 Best Javascript Templates - check them out!

An introduction into some tools used to develop a facial expression detector as a means to communicate.

Function Calling in Generative AI, where prompts map to functions, unlocking the potential for intelligent and dynamic applications.

A simple guide for updating for npm packages.

"Mastering Conditionals in JavaScript: A Comprehensive Guide with Example"

In this blog post, we are going to deep dive into DOM and try to understand what a DOM is, and how it works.

Responsiveness is usually achieved through the use of asynchronous functions. This means that you can let your code do several things at the same time.

Configure the CI server to run parallel tests in the shortest CI build time. Ruby and JavaScript examples of parallel testing.

The main superpower of destructuring is the ability to take apart an object or an array. So we can extract just the information we need.

Hello, guys, this is the last part of SOLID Principles in JavaScript and if you haven't read the previous three (first part, second part, third part, fourth part), I highly recommend to read them first and come back here.

In this blog post, we will take a deep dive into how JavaScript functions really work. We’ll discuss concepts like higher-order functions (HOF), execution conte

In this article, we will learn how "This" binding works in Javascript.

Exploring Object Literals, Properties, Methods, and Object Destructuring, Custom constructors, Mechanism for inheritance and object, and Built-in Objects.

Mastering TypeScript: A Comprehensive Guide,From Fundamentals to Intermediate Techniques for Effective Development

Using web components to make it easier to build Reveal.js presentations.

Axios was compromised in a major supply chain attack affecting 100M+ installs. Learn what happened and how to migrate safely to axios-fixed in minutes.

Today, we’ll take a look at the latest Tailwind CSS v4 Beta and explore Tuono’s Rust-powered backends.

Metho allows you to safely 'monkey patch' any object with new capabilities and dynamic properties. Great for extending the functionality of native JS prototypes

This post covers infrastructure improvement ideas for an existing AI application's architecture for better delivery, performance, and cost-reduction.

JavaScript Loop is a fundamental part of any programming language, and JavaScript is no exception. JavaScript loop is a powerful tool that allows developers ...

Node.green is a website that provides a comprehensive and easy-to-use resource for tracking the support for ECMAScript (ES) features in different versions

Understanding Javascript spread operator

If you have understood the discussion so far, you should feel confident in your capacity to discuss closures when asked about them during your next interview.

Before ES6(ECMAScript 2015), we have used single quotes('...') and double quotes("...") to wrap string literals. A simple example is,

SPA optimization techniques that reduce response times, improve UX, and keep your users coming back.

JAVASCRIPT'S RICH AND FUNCTIONAL WORLD

This post introduces a deep dive video tutorial where I teach you the fundamentals of Node-RED and at the same time, show you how to build a Weather dash

Let's take a look at how practical a feature flag can be in a Phaser.io application.

Idempotency is an essential tool for preventing duplicate operations, improving API stability, and ensuring consistent behavior in unsafe HTTP methods.

Disclosure: This post focuses on Jscrambler, a JavaScript protection product to which the author is affiliated (as CTO).

Testing is often considered a necessary but time-consuming and ineffective task in software development.

My attempt at dynamically showing/hiding various slots.

In this guide, we’ll explore various aspects of functions in JavaScript, including their declaration, parameters, function expressions, and more.

Recently at a meet-up there was a talk on writing Cucumber feature files in Cypress, a question was posed to an audience of around 100 - "Who here has tested their stuff with Cucumber?" to which a mild hubbub felt quite negative including a couple of guffaws and scoffs from the back.

It's so important how web UI is designed because people perceive images better and quicker than words. Luckily, most of the IT heads understand the value of an eye-catching UI, but few of them realize the real power of it. Actually, web design does much more than you used to think. 

Here is the easy and simple way to understand call, apply, bind in JavaScript. With these simple examples, you'll never confuse again with these methods

The AWS Node.js SDK can be used to generate signed URLs. The SDK is modularized, so instead of installing a giant SDK, you get just what you need.

You’ve probably used map, reduce, and other functional methods in Javascript before, but there are a few use cases you probably haven’t thought about much or used before. In this post, I’d like to go over these methods (and a few other surprises!) to show what’s possible.

An update to my earlier demo of building a web component version of Reveal.js.