Some comparisons of loop methods and their performance speed in JavaScript
https://blog.bitsrc.io/finding-the-fastest-loop-type-in-javascript-38af16fe7b4f
—-
What is the result of (123['toString'].length + 123) when output in console
https://javascript.plainenglish.io/what-does-123-tostring-length-123-print-out-in-javascript-31ed0fc716f
—-
Using Form Data to send complex data
https://dpericich.medium.com/how-to-use-javascripts-formdata-object-to-send-complex-data-c07c31c95f6c
—-
Several Github repositories for learning JavaScript programming
https://medium.com/bitsrc/7-github-repositories-to-become-a-pro-javascript-developer-8ce09c4f8950
—-
#loop #performance #github #interview #formdata
  
  https://blog.bitsrc.io/finding-the-fastest-loop-type-in-javascript-38af16fe7b4f
—-
What is the result of (123['toString'].length + 123) when output in console
https://javascript.plainenglish.io/what-does-123-tostring-length-123-print-out-in-javascript-31ed0fc716f
—-
Using Form Data to send complex data
https://dpericich.medium.com/how-to-use-javascripts-formdata-object-to-send-complex-data-c07c31c95f6c
—-
Several Github repositories for learning JavaScript programming
https://medium.com/bitsrc/7-github-repositories-to-become-a-pro-javascript-developer-8ce09c4f8950
—-
#loop #performance #github #interview #formdata
Medium
  
  What is the Fastest Loop Type in JavaScript?
  Comparing the speed of forEach, reduce, map, and filter, in JS
👍1
  Some composables from VueUse plugins that can be used for Vue JS projects
https://medium.com/vue-mastery/best-vueuse-composables-72dc82e2f90f
#vue #composable #vueUse
  
  https://medium.com/vue-mastery/best-vueuse-composables-72dc82e2f90f
#vue #composable #vueUse
Medium
  
  Best VueUse Composables
  Check out this list of some of the top Vue composables from the VueUse library that can save you tons of time and energy.
  Adding Google Fonts in Next JS and its optimization
https://medium.com/nextjs/how-to-use-font-optimizing-in-nextjs-13-7a66c450a88a
#font #optimize #nextjs
  
  https://medium.com/nextjs/how-to-use-font-optimizing-in-nextjs-13-7a66c450a88a
#font #optimize #nextjs
Medium
  
  How to use Font Optimization in Nextjs 13?
  Adding any google fonts in nextjs 13, with two lines of code.
  All right then gang, Net Ninja released a series of exercises using Vue Nuxt JS 3
One of the videos
https://www.youtube.com/watch?v=GBdO5myZNsQ&list=PL4cUxeGkcC9haQlqdCQyYmL_27TesCGPC&index=1
The list of videos in the playlist will continue to be updated in the next few days
https://www.youtube.com/playlist?list=PL4cUxeGkcC9haQlqdCQyYmL_27TesCGPC
#netninja #nuxtjs #vue #course
  
  One of the videos
https://www.youtube.com/watch?v=GBdO5myZNsQ&list=PL4cUxeGkcC9haQlqdCQyYmL_27TesCGPC&index=1
The list of videos in the playlist will continue to be updated in the next few days
https://www.youtube.com/playlist?list=PL4cUxeGkcC9haQlqdCQyYmL_27TesCGPC
#netninja #nuxtjs #vue #course
YouTube
  
  Nuxt 3 Crash Course #1 - What is Nuxt?
  In this Nuxt 3 crash course, you'll learn what Nuxt is & how to use it to make web applications with Vue. In this lesson, I'll talk about what Nuxt.js is.
⭐⭐ Watch the whole course now (without ads) on Net Ninja Pro:
https://netninja.dev/p/nuxt-3-crash-course…
  ⭐⭐ Watch the whole course now (without ads) on Net Ninja Pro:
https://netninja.dev/p/nuxt-3-crash-course…
How to format a specific date in JavaScript
https://www.freecodecamp.org/news/javascript-date-format-how-to-format-a-date-in-js/
---
Multiple ways to loop in JavaScript
https://blog.bitsrc.io/8-ways-to-iterate-over-an-array-in-javascript-6660af94738
---
Understand how the Proxy Object API works in JavaScript
https://www.freecodecamp.org/news/javascript-proxy-object/
#date #format #proxy #array
  
  https://www.freecodecamp.org/news/javascript-date-format-how-to-format-a-date-in-js/
---
Multiple ways to loop in JavaScript
https://blog.bitsrc.io/8-ways-to-iterate-over-an-array-in-javascript-6660af94738
---
Understand how the Proxy Object API works in JavaScript
https://www.freecodecamp.org/news/javascript-proxy-object/
#date #format #proxy #array
freeCodeCamp.org
  
  JavaScript Date Format – How to Format a Date in JS
  JavaScript is one of the three fundamental web technologies you'll use when developing websites or web applications. When creating these web pages, you will, at some point, likely need to use dates for some reason – such as displaying when something ...
  Create a simple blog application with Next JS and Notion API
https://dev.to/yunuserturk/how-to-create-a-blog-with-nextjs-notion-and-notion-api-4fnm
#nextjs #notion #blog
  
  https://dev.to/yunuserturk/how-to-create-a-blog-with-nextjs-notion-and-notion-api-4fnm
#nextjs #notion #blog
DEV Community
  
  How to Create a Blog with NextJS, Notion, and Notion API
  In this post, I want to try how we can create a blog management system using notion as a database. I...
  A simple way to find out which form submit event was executed using JavaScript
https://javascript.plainenglish.io/how-to-listen-to-the-form-submit-event-in-javascript-f991b6dac01a
#form #submit #event
  
  https://javascript.plainenglish.io/how-to-listen-to-the-form-submit-event-in-javascript-f991b6dac01a
#form #submit #event
Medium
  
  How to Listen to the Form Submit Event in JavaScript
  Sometimes, we want to listen to the form submit event with JavaScript so that we can do something with the form data on client-side.
  Library for parsing JSON data in TypeScript
https://dev.to/samchon/i-made-10x-faster-jsonstringify-functions-even-type-safe-2eme
#typescript #library #json
  
  https://dev.to/samchon/i-made-10x-faster-jsonstringify-functions-even-type-safe-2eme
#typescript #library #json
DEV Community
  
  I made 10x faster JSON.stringify() functions, even type safe
  // FASTER STRINGIFY FUNCTIONS export function stringify<T>(input: T): string; // unsafe but...
❤1
  Some alternatives to Heroku services that can be used for free
https://javascript.plainenglish.io/free-alternatives-to-heroku-c7669af7912f
#heroku #alternative
  
  https://javascript.plainenglish.io/free-alternatives-to-heroku-c7669af7912f
#heroku #alternative
Medium
  
  Free Alternatives to Heroku
  Since Heroku shut down free data service, in this article, we’ll take a look at some alternatives which are a close match to Heroku.
  Some tools in Linux that can help the application programming process
https://www.freecodecamp.org/news/5-linux-utilities-for-better-programming-workflow/
---
Practice creating a Linux Ubuntu dual boot system with windows
https://levelup.gitconnected.com/linux-ubuntu-commands-to-speed-up-your-daily-work-32f0d2517e8b
---
Practice making shell scripts on Linux
https://www.freecodecamp.org/news/shell-scripting-crash-course-how-to-write-bash-scripts-in-linux/
---
#linux #tools #bash #script #ubuntu
  
  https://www.freecodecamp.org/news/5-linux-utilities-for-better-programming-workflow/
---
Practice creating a Linux Ubuntu dual boot system with windows
https://levelup.gitconnected.com/linux-ubuntu-commands-to-speed-up-your-daily-work-32f0d2517e8b
---
Practice making shell scripts on Linux
https://www.freecodecamp.org/news/shell-scripting-crash-course-how-to-write-bash-scripts-in-linux/
---
#linux #tools #bash #script #ubuntu
freeCodeCamp.org
  
  5 Linux Utilities to Improve Your Programming Workflow
  By Rishabh Rawat Working as a Software Developer, there are always new tools and frameworks coming out that can completely change your workflows – for the better (or worse?). Either way, there is always the possibility to optimize how you do things d...
  A simple tutorial on creating a monorepo with Nx Tools
https://blog.bitsrc.io/create-a-package-based-monorepo-with-nx-ce4476b08139
#nx #monorepo
  
  https://blog.bitsrc.io/create-a-package-based-monorepo-with-nx-ce4476b08139
#nx #monorepo
Medium
  
  Create a package-based Monorepo with Nx
  What is a Monorepo? How to get up and running with Nx
👍1
  Create data visualizations with Chart JS in Vue JS
https://blog.openreplay.com/data-visualization-in-vue-with-chartjs/
#vue #chartJS
  
  https://blog.openreplay.com/data-visualization-in-vue-with-chartjs/
#vue #chartJS
Openreplay
  
  Data Visualization in Vue with Chart.js
  Use Chart.js to create all types of charts for your Vue app
👍1
  A collection of Git commands frequently used by developers
https://medium.com/@dreamy-player/20-git-commands-every-developer-should-know-71cd739b084d
#git #command #developer
https://medium.com/@dreamy-player/20-git-commands-every-developer-should-know-71cd739b084d
#git #command #developer
👍1
  Freecodecamp practice building fullstack JavaScript web application with Node JS and MongoDb database
https://www.freecodecamp.org/news/learn-full-stack-development-html-css-javascript-node-js-mongodb/
#freecodecamp #html #css #nodejs
  
  https://www.freecodecamp.org/news/learn-full-stack-development-html-css-javascript-node-js-mongodb/
#freecodecamp #html #css #nodejs
freeCodeCamp.org
  
  Learn Full Stack Development – HTML, CSS, JavaScript, Node.js, MongoDB
  Full stack development is a term used to describe the process of developing a complete website or application from start to finish. A full stack developer is a web developer who can work on all parts of a website or application, from the back-end cod...
  A collection of several free Public APIs that can be used for practice building applications
https://medium.com/@flutterqueen/15-free-apis-for-your-programming-projects-c68aca72b392
#fire #public
  https://medium.com/@flutterqueen/15-free-apis-for-your-programming-projects-c68aca72b392
#fire #public
Exploring Ghostwriter, a GitHub Copilot alternative
https://blog.logrocket.com/ghostwriter-github-copilot-alternative/
#github #githubcopilot #alternative
  
  https://blog.logrocket.com/ghostwriter-github-copilot-alternative/
#github #githubcopilot #alternative
LogRocket Blog
  
  Exploring Ghostwriter, a GitHub Copilot alternative - LogRocket Blog
  Explore Ghostwriter, an AI engine that helps with code autocompletion, and compare it to GitHub’s Copilot and some other popular alternatives.
👍1
  A complete guide that contains exercises and tips about JavaScript
https://blog.bitsrc.io/the-complete-javascript-guide-18319669dade
----
Introduction to the Bun JS runtime by creating a React JS application
https://blog.bitsrc.io/getting-started-with-bun-js-and-create-a-react-app-46bac6bdb947
----
Knowing how Event Emitters work in JavaScript
https://javascript.plainenglish.io/as-a-front-end-engineer-the-magic-behind-event-emitter-in-javascript-that-you-should-know-about-d30a62bc4bce
----
#tips #guide #eventEmitter #bunJS
  
  https://blog.bitsrc.io/the-complete-javascript-guide-18319669dade
----
Introduction to the Bun JS runtime by creating a React JS application
https://blog.bitsrc.io/getting-started-with-bun-js-and-create-a-react-app-46bac6bdb947
----
Knowing how Event Emitters work in JavaScript
https://javascript.plainenglish.io/as-a-front-end-engineer-the-magic-behind-event-emitter-in-javascript-that-you-should-know-about-d30a62bc4bce
----
#tips #guide #eventEmitter #bunJS
Medium
  
  The Complete JavaScript Guide
  17+ topics, 5+ cheatsheets, 3+ hours of work
👍1
  Several methods to unzip data in Node JS
https://blog.logrocket.com/best-methods-unzipping-files-node-js/
#nodejs #unzip
  
  https://blog.logrocket.com/best-methods-unzipping-files-node-js/
#nodejs #unzip
LogRocket Blog
  
  Best methods for unzipping files in Node.js - LogRocket Blog
  Learn the best methods for zipping and unzipping files in Node.js using the decompress, adm-zip, zlib, unzipper, and jszip packages.
  