LaptrinhX
  • My
  • News
  • Tiktok
  • Tag
  • Author
  • Ebook
  • Theme
  • Tutorial
  • Funny
  • IT Job
  • Video
  • Tools
  • Hacker News
  • India (বাংলা)
  • Česká republika (čeština)
  • Danmark (Dansk)
  • Österreich (Deutsch)
  • Schweiz (Deutsch)
  • Deutschland (Deutsch)
  • Ελλάδα (ελληνικά)
  • United Arab Emirates (English)
  • Australia (English)
  • Canada (English)
  • United Kingdom (English)
  • Ireland (English)
  • India (English)
  • Malaysia (English)
  • New Zealand (English)
  • Philippines (English)
  • Singapore (English)
  • United States (English)
  • International Edition (English)
  • South Africa (English)
  • Argentina (español)
  • Chile (español)
  • Colombia (español)
  • España (español)
  • México (español)
  • Perú (español)
  • United States (español)
  • Venezuela (español)
  • América Latina (español)
  • Suomi (suomi)
  • Belgique (français)
  • Canada (français)
  • Suisse (français)
  • France (français)
  • Afrique francophone (français)
  • India (हिंदी)
  • Magyarország (magyar)
  • Indonesia (Bahasa Indonesia)
  • Italia (italiano)
  • 日本 (日本語)
  • 한국 (한국어)
  • India (मराठी)
  • Norge (norsk, bokmål)
  • België (Nederlands)
  • Nederland (Nederlands)
  • Polska (polski)
  • Brasil (português)
  • Portugal (Português)
  • Россия (Pусский)
  • Sverige (svenska)
  • India (తెలుగు)
  • ไทย (ไทย)
  • Türkiye (Türkçe)
  • Việt Nam (Tiếng Việt)
  • 中华人民共和国 (简体中文)
  • 香港特别行政區 (繁體中文)
  • 台灣 (繁體中文)

    Tags ::

    javascript in plain english

    A collection of 7,398 posts


    javascript in plain english 2023-03-30 07:40

    React developer roadmap 2023

    React Developer Roadmap for 2023In this article we will explore react developer roadmap for 2023. We will explore best practices for react...

    Melih Yumak
    M Melih Yumak
    8 min read
    javascript in plain english 2023-03-30 07:39

    5 Next.JS Tips You Never Heard About

    5 Next.js Tips You Never Heard AboutPhoto by Joshua Woroniecki...

    Helder Esteves
    H Helder Esteves
    4 min read
    javascript in plain english 2023-03-30 07:36

    How to Set the Date Value of a Date Input with JavaScript

    Photo by Priscilla Du Preez on UnsplashSometimes, we want to set the date...

    John Au-Yeung
    J John Au-Yeung
    1 min read
    javascript in plain english 2023-03-29 23:16

    Embedding Google Forms in React Apps

    A comprehensive guide starting from embedding Google Forms as an iframe to any customized UI with styling and brandingPhoto by Sergey...

    Jennifer Fu
    J Jennifer Fu
    16 min read
    javascript in plain english 2023-03-29 22:16

    Core Foundations for Resilient UX on the Web

    Photo by Kelly Sikkema on UnsplashWhile using a product or consuming a service as a user we gain positive or negative experiences for that...

    Afzal Ansari
    A Afzal Ansari
    6 min read
    javascript in plain english 2023-03-29 21:16

    What is the Difference Between Dependencies and devDependencies

    Photo by Clément Falize on UnsplashWhen working on a JavaScript project, you...

    Stephanie
    S Stephanie
    2 min read
    7 Essential JavaScript GIS Operations with Turf.js
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-29 19:16

    7 Essential JavaScript GIS Operations with Turf.js

    Analyze & Manipulate GeoJSON geographies with ease.Photo by Marjan Blan | @marjanblan on UnsplashTurf is a powerhouse JavaScript GIS library. Turf functions take GeoJSON objects as parameters and return results as...

    Dev Wanderer
    D Dev Wanderer
    4 min read
    Getting Started with JavaScript Optional Chaining
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-29 17:16

    Getting Started with JavaScript Optional Chaining

    Photo by Karine Avetisyan on UnsplashAre you writing code that needs to quickly access properties or invoke methods of an object — without worrying if the object or related data is null or undefined?If so, then...

    rahul.biz
    rahul.biz rahul.biz
    5 min read
    What Is the Difference Between Map and WeakMap
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-29 15:16

    What Is the Difference Between Map and WeakMap

    Photo by Andrew Stutesman on UnsplashJavaScript provides many data structures for developers to choose from. Two of the most commonly used data structures in JavaScript are Map and WeakMap. Although both of these data...

    Danielle Dias
    D Danielle Dias
    3 min read
    My Checklist for Finding Careless Mistakes in Programming
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-29 14:16

    My Checklist for Finding Careless Mistakes in Programming

    Before requesting a code review.Photo by Markus Spiske on Unsplash.Since working as a programmer, I have enjoyed programming without getting bored. I’m almost half-hearted now, but I write a lot of code daily as a...

    Josef Cruz
    J Josef Cruz
    4 min read
    Mastering Technical Interview: Dynamic Programming and Maximum Subarray Sum
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-29 13:17

    Mastering Technical Interview: Dynamic Programming and Maximum Subarray Sum

    Part 2: A common question that interviewers ask — and how you should approach it.Welcome back to my series on mastering technical interview questions! For the second part, I want to talk about dynamic programming...

    Ayako Sayama
    A Ayako Sayama
    2 min read
    How To Become a More Senior Developer — 4 tips
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-29 12:16

    How To Become a More Senior Developer — 4 tips

    How To Become a More Senior Developer — 4 tips4 tips I learned to become a more senior developerPhoto by Fotis Fotopoulos on UnsplashBecoming a senior developer is not all about writing code and implementing...

    Binh Tran
    B Binh Tran
    4 min read
    What Are the Possible Ways to Create Objects in JavaScript?
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-29 11:16

    What Are the Possible Ways to Create Objects in JavaScript?

    Photo by Mike Dorner on UnsplashThere are many ways to create objects in JavaScript as shown below:Object constructor:The simplest way to create an empty object is by using the Object constructor. Currently, this...

    Xiuer Old
    X Xiuer Old
    2 min read
    What is a Decorator in JavaScript?
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-29 09:31

    What is a Decorator in JavaScript?

    A decorator is a way to dynamically add functionality while code is running, and it can be used to modify the behavior of a class or function.Photo by Spacejoy on UnsplashConceptionA decorator is a way to dynamically...

    Xiuer Old
    X Xiuer Old
    7 min read
    Mastering End-to-End Testing: A Complete Guide
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-29 08:27

    Mastering End-to-End Testing: A Complete Guide

    End-to-end (E2E) is one type of testing strategy for software development that involves testing the entire application from start to finish to ensure that all components work together as expected. In this article,...

    Carolina Ramirez
    C Carolina Ramirez
    5 min read
    Mastering JS: Structural Design Patterns
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-29 08:18

    Mastering JS: Structural Design Patterns

    Simplify Your JavaScript Code with These Essential Structural Design PatternsOptimize your code with Decorator, Façade, and Flyweight Patterns!Photo by Danist Soh on Unsplash“Good code is its own best...

    Alen Vlahovljak
    A Alen Vlahovljak
    9 min read
    From syntax errors to endless debugging, these memes capture the life of a programmer
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-28 23:16

    From syntax errors to endless debugging, these memes capture the life of a programmer

    The ultimate collection of programmer humor that will brighten your dayPhoto by Barney Yau on UnsplashDo you require something to laugh about? Are you a programmer? Look nowhere else! The best collection of programmer...

    Sheetal
    S Sheetal
    8 min read
    Stop Using useMemo Now!
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-28 22:16

    Stop Using useMemo Now!

    Most of the Time It Slows Down Your ApplicationOver-optimization in React applications is an actual nightmare. Every day we have to face tons of useless optimizations, intended to make code more “mysterious”. Some...

    Pavel Pogosov
    P Pavel Pogosov
    6 min read
    Building Responsive Websites with CSS Grid and Flexbox
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-28 21:16

    Building Responsive Websites with CSS Grid and Flexbox

    In today’s digital age, having a website is essential for any business or individual to establish their online presence. It is important for a website to be responsive, meaning it should adapt to different screen...

    Code Home
    C Code Home
    5 min read
    Best practices for using AbortController
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-28 20:16

    Best practices for using AbortController

    Using AbortController for Canceling Requests, DOM Events, and PromisesIntroductionAs a front-end developer, you may have encountered situations where you need to cancel ongoing requests, DOM events, or promises. In the...

    bitbug
    B bitbug
    4 min read
    Interview: How to Prohibit Developers from Manipulating The DOM?
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-28 19:16

    Interview: How to Prohibit Developers from Manipulating The DOM?

    Photo by Dave Hoefler on Unsplash1. How to prohibit developers from manipulating the DOM?In the page, HTML elements can be obtained through the document object, and DOM operations of adding, deleting, modifying, and...

    OMGZui
    O OMGZui
    6 min read
    Why You Should Use a React Framework for Your Next Project | By Nilanth
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-28 18:16

    Why You Should Use a React Framework for Your Next Project | By Nilanth

    Photo by Dayne Topkin on UnsplashReact has become one of the most popular front-end development tools in recent years, and for good reason. Its flexibility, performance, and community support make it an ideal choice...

    Nilanth
    N Nilanth
    4 min read
    How To Use URLs to Store State in a React App
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-28 17:16

    How To Use URLs to Store State in a React App

    How to customize the hook to reuse it?Photo by Memento Media on UnsplashReact provides a simple and clear way to manage the state of WebApp, however, when it comes to sharing or bookmarking the current state of a...

    Zack
    Z Zack
    4 min read
    Weird JavaScript Things That Will Make You Laugh (and Scratch Your Head)
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-28 16:16

    Weird JavaScript Things That Will Make You Laugh (and Scratch Your Head)

    Photo by Lautaro Andreani on UnsplashAre you tired of writing boring JavaScript code that just works? Are you ready for something weird, funny, and completely unexpected? Well, you’re in luck, because in this post...

    Srini Keth
    S Srini Keth
    3 min read
    How I Failed an Angular Developer Interview by Failing to Answer this Simple Question
    • twitter
    • facebook
    • email
    javascript in plain engli... 2023-03-28 14:16

    How I Failed an Angular Developer Interview by Failing to Answer this Simple Question

    Photo by Brett Jordan on UnsplashDuring my Angular developer interview, I was asked a seemingly simple question: "What's the difference between ngIf and ngSwitch?" As an experienced Angular developer, I...

    Atit Patel
    A Atit Patel
    8 min read
    LaptrinhX © 2023
    Latest Posts News raoxyz congtyaz