51 Stories To Learn About Javascript Top Story

Written by learn | Published 2023/05/11
Tech Story Tags: javascript-top-story | learn | learn-javascript-top-story | javascript | web-development | programming | javascript-development | javascript-frameworks

TLDRvia the TL;DR App

Let's learn about Javascript Top Story via these 51 free stories. They are ordered by most time reading created on HackerNoon. Visit the /Learn Repo to find the most read stories about any technology.

1. Out With Javascript, In With Typescript - The New Favorite Language

According to the latest report, Typescript has surpassed Javascript to become world's favourite language for developers.

2. 10 JavaScript Apps to Power your Business

3. 6 Things You Should Not Do in JavaScript

In JavaScript, there are many ways to do the same things. But not all of them are equally good. And some of them you should not use at all.

4. How To Create React Apps From Scratch: [Part 1 - Setting Up]

Since React is currently one of the most in-demand front-end technology, I have decided to start a course series that intends to show you how to create the React js app from scratch to finish.

5. Top 7 JavaScript Pivot Widgets in 2022

Pivot Charts are useful tools that can be relied on to visualise huge amounts of data. These 7 JavaScript Pivot Widgets are some of the best ways to use them.

6. Node.js Performance Testing Tools For Getting Proven Results

Not sure what tools to use for Node.js performance testing of your application? We have crafted a quick guide with tools to help you out!

7. The JavaScript Guide for 2020 :Part 1 [An Overview]

Welcome to the amazing world of JavaScript where we will learn about how to build amazing applications and create some awesome things along the way.

8. Surveying Brazilian IT Companies on Their Preferred Programming Languages

In early 2020, we surveyed almost 350 people to get a Landscape of IT Departments of the companies. As the majority of the participants work for Brazilian companies, the study revealed that JavaScript is the most used programming language in Brazil.

9. Avoid security loopholes using @JsonView

Don’t expose more than you think needs exposing.

If a certain property on an object is not useful to a consumer and internal to your business, then don’t return it.

10. A Kanban Board Component for Project Management

Project management is a crucial domain in the sphere of IT.

11. Higher-Order Function in JavaScript with ES6 Examples

In this article, we are going to learn higher-order functions in JavaScript, as well as see the ways you can use them.

12. 24 Best JavaScript Blogs and Websites

In this overview, we have compiled a list of popular sites, as well as JS blogs that are worth reading and keeping in your bookmarks.

13. Understanding Symbol: Javascript's Newest Primitive Type

Symbol, the brand new primitive type for JavaScript is worth to know more for each single front-end hacker.

14. A Detailed Guide to the useEffect Hook in React

A complete guide for using React's useEffect hook

15. I Did Not Choose Javascript, JavaScript Chose Me

Nowadays most applications – server, mobile, web – can run on JavaScript. In the last couple of years the popularity of this programming language has been steadily increasing, and today it is used more frequently than PHP and Java. At the height of the language’s popularity, it is worth spending a few minutes to learn about it, and decide whether it’s worth spending the long hours it takes to learn it. To this end we interviewed our JS developer Alexander Podik about his career, life skills and JavaScript tips and tricks.

16. 6 Ways A Node Developer Can Drastically Boost Their Productivity

These six productivity tips will supercharge your productivity as a Node developer. You'll save hours of time which you can then invest in other activities.

17. Using JavaScript & AWS CloudWatch for Scheduling Website Content [Tutorial]

Scheduling website content is hard. Most content management systems (CMS) have features for publishing products, blog articles, and other types of platform-related content, but what about simply scheduling HTML? As developers sometimes we want to show a section of our website during a certain time frame.

18. Single Page Application: Dispelling SEO Myths

Single Page Application (SPA) can be indexed by search engines without SSR or prerendering

19. Making a Custom Select Component in Vue.js [A How-To Guide]

Customizing the design of a select tag is notoriously difficult. Sometimes it's impossible without building your own from scratch using a combination of styled divs with custom JavaScript. In this article, you will learn how to build a Vue.js component that can be styled using completely custom CSS.

20. 10 Repositories to Help You 10x Your Performance on Technical Interviews

10 repositories that will transform the way you approach technical interviews.

21. Solving Matrix Algebra in JavaScript [An Overview]

Many problems, especially in scientific computing, end up being formulated as matrix operations. This can be anything from PDE-solvers (PDE - Partial Differential Equation) up to image-processing or ML-algorithms.

22. How to Power Up Your Logging in JavaScript

Power up your logging and build good developer habits. As your codebase grows you'll need to debug it more easily and one tool is logging.

23. Automating Invoice Creation with Chrome DevTools: A How-To Guide

How to automate a website from Chrome DevTools using JavaScript and DevTools Snippets. Learn more about DevTools by playing around with it.

24. We Created JavaScript Data Grids So You Don't Have To Reinvent the Wheel

Avoid these pitfalls when deciding whether to build a JavaScript data table (Grid) on your own. Learn from engineers who’ve built multiple grids.

25. A Node of Truth For Making Graphs

When you are learning software you will have to pick and choose what. There is just too much to learn it all. So much is really cool and fulfilling but some of it is more tedious and feels like busy work. However there are things you will have to know; the fundamentals are a requirement no matter what you choose. Whether its Machine Learning and Neural Networks or Web Development and REST APIs you will need to know the fundamentals for both.

26. 7 Tips For Becoming A Better JavaScript Developer

Sometimes I find myself going through the same steps when I work on different projects. These are just some of the things I've found helpful over the years.

27. Modify and Reply To Deleted WhatsApp Texts [A How-To Guide]

A while back I was playing around with a chrome extension that allows you to restore deleted messages on WhatsApp web.

28. Demystifying Javascript Array Methods with Practical Examples

Understand how JavaScript array methods work by implementing three of the most common methods: map(), filter() and reduce.

29. Building A Test Runner in Jest - A How-To Guide

I use Jest nearly every day when working, and it's a fantastic tool. It lets me ship my code with confidence, knowing that I have produced something which works as intended.

30. The Fastest Ways to Teach Yourself JavaScript

JavaScript,  the language known for “running the internet,” is entrenched in the programming world. Here are a few of the best ways to learn JavaScript.

31. ReactJS: The Javascript Developer’s Guide

This article will walk you through the concepts you would need to know to step into the world of widely used ReactJS.

32. Once Upon a Time in Javascript: The const Keyword

const keyword was first introduced in javascript as part of ECMAScript 6 standard back in 2015. It probably the most popular way of declaring a variable in javascript, but how was javascript before them?

33. Building A Twitter Bot With Node.js - Part 2: Deploying to Server and Schedule Tweets

In part 1, we learned how to create a simple Twitter bot with Node.js. In this article, we will go over how to deploy the bot and schedule tweets

34. Building a Minimum Viable PWA [A Step by Step Guide]

Introduction

35. Creating an Interactive Word Tree Chart with JavaScript

Learn how to create beautiful interactive JavaScript Word Trees and check out an awesome Word Tree chart visualizing the text of The Little Prince.

36. #JavaScript Hoisting: Where Did My Function Go?

A curious case of a function definition

37. 4 Modern JavaScript (ES6+) Features You Need To Use

JavaScript has progressed a lot over the past few years. Whether you are new to JavaScript or have some experience and want to quickly get up to speed with the most commonly used features in modern JavaScript, this post is for you.

38. Optimize React Native Map in Your Applications [A How To Guide]

Four ways to make your React Native map become a lot faster and more responsive.

39. What is Deno? And Could it Actually Replace Node.js?

Deno is a hot new runtime that may replace Node.js. Everyone’s talking about it like it’s the next big thing. It likely is. Here’s why.

40. Why Reading JavaScript Is More Difficult When Default Exports Are Used

How using default exports hurts your codebase readability and refactoring.

41. The Most Definitive React Hooks Cheat Sheet for 2020

With the introduction of React hooks since the 16.8 version, we have changed the way we write React application. Indeed, we can now leverage React features, such as state and side effects, within function components.

42. Build Your own Telegram Bot with AWS and Node.js

Automate thankless tasks like splitting grocery bills using a Telegram Bot and AWS.

43. How to Efficiently Manage JavaScript Monorepos With Lerna

Manage JavaScript 'monorepos' with Lerna, Build a React Icon Library & Publish to NPM

44. An Overview of the Most Popular JS Frameworks for 2020

JAVASCRIPT'S RICH AND FUNCTIONAL WORLD

45. Scoping in JavaScript: The Basics

The Goal: Understanding the difference between lexical and block scoping

46. Is Selenium Automation Testing with Disabled JavaScript Settings Worth Your Time?

Selenium has been a pinnacle for open-source software in the industry of automated website testing. The automation testing framework is widely adopted by the testing community to help them in automating interactions with their web-application for desktops.

47. Forms of Composition in JavaScript and React

One of the core ideas in functional programming is composition: building larger things from smaller things. The canonical example of this idea should be familiar with legos.

48. Destructuring in JavaScript: A How-To Guide

(This article is part of an ongoing series on technical and soft skills from Nathan Thomas, a full stack software engineer working in San Francisco building really cool stuff. He previously worked and attended Lambda School. Click here for the previous article in the series, a piece called “Please Explain Closures!”)

49. Vue Query Builder with Cube.js - A Tutorial

Quite commonly in our applications, we need to create interactive report builders to let users build custom reports and dashboards. This usually involves selecting the metrics, groupings, date ranges, filters, and chart types. To help developers build such interactive components, we've created a query builder component in Cube.js client libraries.

50. Build Your Own Currency Exchange Web App in ~100 lines using CRA [A Step By Step Guide]

This tutorial describes how to create a simple currency exchange app in just about 100 lines of code using the Create React App boilerplate.

51. Top Startups and Enterprises Using ReactJS

React is a framework released by Facebook for creating Single Page Applications (SPA). What is a Single Page Application? Most web applications are traditionally server-side applications. The server holds the business logic, stores data, and renders the website to the client. When a client clicks on a link, it sends a request to the server, and the server will handle this request and send back a response with HTML code which the browser will render and be viewed by the user.

Thank you for checking out the 51 most read stories about Javascript Top Story on HackerNoon.

Visit the /Learn Repo to find the most read stories about any technology.


Written by learn | Lets geek out. The HackerNoon library is now ranked by reading time created. Start learning by what others read most.
Published by HackerNoon on 2023/05/11