Explore

javascript × typescript ×
  • 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

    These Coding Interview Questions Will Separate the Pros From the Amateurs

    Coding Interview Questions are designed to go beyond technical skills. They delve deeper into a developer's...

  • screenshot

    Get the largest rectangle possible when the corners of the rectangle are cut

    So we have a rectangle with, let's say dimensions of 120ft length, 72ft breadth and 20mm...

  • Destructuring with default values in JavaScript

    Destructuring is a useful JavaScript ES6 feature. I am pretty sure a lot of JavaScript developers...

  • screenshot

    How to detect password protected file in Angular 14+ without using Promise calls

    `Have a requirement of identifying the uploaded file is a password protected file or not. Based...

  • screenshot

    Why does this Next.js code keep making requests to the specified endpoint despite conditional configuration?

    Why does this specific Next.js code continue to make calls to the indicated endpoint, even though...

  • screenshot

    How to type a function with arbitrary arguments in TypeScript, without using any?

    As shown here, a function with an arbitrary number of arguments (potentially of differing types) can...

  • screenshot

    Vue apollo, throws error every time on load

    <template> <div v-if="loading"><loading></loading></div> <div v-else-if="error"><error v-bind="error"/></div> <div v-else> <div class="title" v-if="!error"> <h1>Recently Added:</h1></div> <section class="adverts" >...

  • screenshot

    How to schedule (set date and time) in reactjs

    I have a task schedule similar to the picture on the website (https://app.todoist.com/app/today). If the current...

  • Exploring the Universe of API Testing with TypeScript🌌✨

    This post provides a comprehensive overview of the nine essential tests for ensuring the reliability, performance,...

  • screenshot

    Sourcery | Instant Code Review for Faster Velocity

    Blocked by Slow Code Reviews? Here’s How to Stop Waiting Code reviews are great - but...

  • screenshot

    Add each Input value In Cents Before Populating Dollars

    I have an input field in angular and I am trying to make it work like...

  • 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

    TypeError: fontkit.create is not a function => problem faced while I was adopting customfont to my pdf using pdf-lib

    I am currently modifying pdf files using javascript libraries and node. This is my code and...

  • screenshot

    How to nest client component NextJS

    I'm new to NextJS and react and I'm trying to understand client components. I have a...

  • screenshot

    10 Interview Questions Every JavaScript Developer Should Know in 2024

    10 Interview Questions Every JS Developer Should Know in 2024 — I’d usually shy away from...

  • screenshot

    is there way solve this errow with using any

    I am new to typescript in nodejs i am have this error import { Request, Response,...

  • screenshot

    Microsoft/frontend-bootcamp

    Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux