Explore

javascript × ~hackernoon ×
  • screenshot

    You Don’t Need JavaScript Native Methods!

    I'm sure you have come across something like, you don't need Lodash, Underscore or Ramda, but...

  • screenshot

    Code Smell 247 - Javascript Function Naming

    Some names in immature languages break the [bijection] principle. Avoid ambiguous or bad names. Wrap with...

  • screenshot

    Improve Semantic Search and Enhance AI Model Discovery with Hypothetical Document Embeddings (HyDE)

    How to use a simple LLM call to dramatically improve the quality of your semantic search results

  • screenshot

    How to Master Authentication and User Flow in Node.js With Knex and Redis

    Using Knex for database management, Redis for efficient caching, and Express for seamless routing. Create and...

  • screenshot

    8 Valuable Lessons I Learned After My Online Dev Radio Reached 700K+ Listens🙏💖

    To celebrate 700K+ listens on DevTunes FM I decided to write an article where I could...

  • screenshot

    Maps on the Web Using React and Mapbox

    I will illustrate how to use Mapbox with React and explain how these technologies work together.

  • screenshot

    Utilizing the Mechanics of Shamir's Secret Sharing Service — Part 2

    I want to dive into SSS in a basic way and show the basic formulas for...

  • screenshot

    TypeScript Might Not Be Your God: A Case Study of Using JSDoc for JavaScript Projects

    Unlock the potential of JSDoc and TypeScript synergy to elevate JavaScript code. Dive into effective typing...

  • screenshot

    Add Time Intervals in JavaScript the Easy Way

    You have a timesheet String, a hovering boss, and JavaScript. The Problem: You want to add...

  • screenshot

    10 ESLint Rules You Should Use

    In this article, I will tell about 10 base rules that I personally use in my...

  • screenshot

    Five Simple Steps to Convert Dashboard Charts Into PDFs

    Learn to quickly export dashboard charts to PDF using jsPDF with a few lines of JavaScript...

  • screenshot

    Your Guide to Time Zones on the Web: Understanding Timestamps and Javascript Dates

    Considers how the Date object works in Javascript for time zones. Explains what UTC, IANA, CST/CDT,...

  • screenshot

    Canvas And React: A Simple Guide To Data Charts

    The power of canvas. Make your data visualizations flexible and performant.