From John Komarnicky creating infinite scrolling in Vue JS and using the VueUse library
https://www.youtube.com/watch?v=WRnoQdIU-uE
#vue #infinite #scrolling
  
  https://www.youtube.com/watch?v=WRnoQdIU-uE
#vue #infinite #scrolling
YouTube
  
  Infinite Scrolling With Vue & VueUse
  This video explains how to create a simple infinite scrolling component using vue 3 and a library, vueUse
Vue Suspense: https://youtu.be/r9OmM2FpcC8
-----------------------------------------------------------------------------------------------------
Join…
  Vue Suspense: https://youtu.be/r9OmM2FpcC8
-----------------------------------------------------------------------------------------------------
Join…
Some tips on using Cron Job on Node JS
https://myas92.medium.com/useful-tips-about-cron-job-in-node-js-9ec9acf5fe4c
#nodejs #cronjob
  
  https://myas92.medium.com/useful-tips-about-cron-job-in-node-js-9ec9acf5fe4c
#nodejs #cronjob
Medium
  
  Useful Tips About Cron Job In Node.js
  Cron Jobs in node.js is used for scheduling scripts to run, They’re most commonly used for automating doing a task like scraping data from…
👍1
  A collection of cheat sheets or tips for web developers
https://dev.to/mustapha/5-webdev-tips-you-may-want-to-know-2-41e
#cheatsheets #tips
  
  https://dev.to/mustapha/5-webdev-tips-you-may-want-to-know-2-41e
#cheatsheets #tips
DEV Community 👩💻👨💻
  
  Web workers cheatsheet & 4 other webdev tips you may want to know 🚀
  1. Web workers cheatsheet   A worker thread can perform tasks without interfering with the...
  13 REST API interview questions you need to know
https://grokkingtechinterview.com/13-rest-api-interview-questions-you-need-to-know-f0e7ec857550?gi=658c99953c3e
#rest #api #interview
  
  https://grokkingtechinterview.com/13-rest-api-interview-questions-you-need-to-know-f0e7ec857550?gi=658c99953c3e
#rest #api #interview
Medium
  
  13 REST API interview questions you need to know
  Show your interviewers you know all about REST APIs and land your dream job.
  Awesome tools for Open Source Contribution
https://dev.to/surajondev/awesome-tools-for-open-source-contribution-36cm
#opensource #beginners #javascript
#react
  
  https://dev.to/surajondev/awesome-tools-for-open-source-contribution-36cm
#opensource #beginners #javascript
#react
DEV Community
  
  Awesome tools for Open Source Contribution
  Introduction   We are in October which is well known as the month of Hacktoberfest in the...
  Flask & Stripe - Open-Source Mini eCommerce
https://dev.to/sm0ke/flask-stripe-open-source-mini-ecommerce-34jj
#webdev #flask #stripe #opensource
  
  https://dev.to/sm0ke/flask-stripe-open-source-mini-ecommerce-34jj
#webdev #flask #stripe #opensource
DEV Community
  
  Flask & Stripe - Open-Source Mini eCommerce
  Open-source mini eCommerce project that loads the products from JSON files saved in the templates directory (no database required) - Bootstrap 5 design is used for styling.
  Creating a Twitter bot in Python using Twitter APIv2 🚀🚀
https://dev.to/dhravya/creating-a-twitter-bot-in-python-using-twitter-apiv2-3pjo
#tutorial #python #api #twitter
  
  https://dev.to/dhravya/creating-a-twitter-bot-in-python-using-twitter-apiv2-3pjo
#tutorial #python #api #twitter
DEV Community
  
  Creating a Twitter bot in Python using Twitter APIv2 🚀🚀
  When I was migrating @poet_this twitter bot to use the Twitter API v2, I wasn't able to find any good...
  Several React JS libraries that can be used to help with application development
https://dev.to/madza/16-libraries-you-should-know-as-a-react-developer-4f1k
—-
Long practice creating Kanban Boards with React, Node JS, and Socket IO
https://dev.to/novu/building-a-beautiful-kanban-board-with-nodejs-react-and-websockets-39dk
—-
Tremor, a library for creating admin dashboards with React JS
https://dev.to/sm0ke/tremor-free-react-library-for-dashboards-3gm9
—-
#react #library #nodejs #tremor #dashboard
  
  https://dev.to/madza/16-libraries-you-should-know-as-a-react-developer-4f1k
—-
Long practice creating Kanban Boards with React, Node JS, and Socket IO
https://dev.to/novu/building-a-beautiful-kanban-board-with-nodejs-react-and-websockets-39dk
—-
Tremor, a library for creating admin dashboards with React JS
https://dev.to/sm0ke/tremor-free-react-library-for-dashboards-3gm9
—-
#react #library #nodejs #tremor #dashboard
DEV Community
  
  16 Libraries You Should Know as a React Developer 💯🔥
  Being a modern React developer is not about knowing just React itself. To stay competitive, it is...
  Use of Workbox on Vue JS to create PWA application caching
https://blog.logrocket.com/frontend-caching-in-vue-with-workbox-service-workers/
#vue #pwa #workbox
  
  https://blog.logrocket.com/frontend-caching-in-vue-with-workbox-service-workers/
#vue #pwa #workbox
LogRocket Blog
  
  Frontend caching in Vue with Workbox service workers - LogRocket Blog
  Explore frontend caching in Vue with Workbox service workers, which provide offline capabilities and boost the page performance.
  Checking if a String contains a specific word substring with JavaScript
https://www.freecodecamp.org/news/how-to-check-if-a-string-contains-a-substring-javascript/
---
Getting the number of digits from a sequence of numbers with JavaScript
https://javascript.plainenglish.io/how-to-get-the-number-of-digits-of-a-number-with-javascript-7fd88e5e5381
---
An explanation of how recursive functions work in JavaScript
https://www.freecodecamp.org/news/recursion-in-javascript-simplified/
---
Introduction to Functions and code block functions in JavaScript
https://www.freecodecamp.org/news/javascript-function-iife-parameters-code-blocks-explained/
#number #digit #string #substring #function #recursive
  
  https://www.freecodecamp.org/news/how-to-check-if-a-string-contains-a-substring-javascript/
---
Getting the number of digits from a sequence of numbers with JavaScript
https://javascript.plainenglish.io/how-to-get-the-number-of-digits-of-a-number-with-javascript-7fd88e5e5381
---
An explanation of how recursive functions work in JavaScript
https://www.freecodecamp.org/news/recursion-in-javascript-simplified/
---
Introduction to Functions and code block functions in JavaScript
https://www.freecodecamp.org/news/javascript-function-iife-parameters-code-blocks-explained/
#number #digit #string #substring #function #recursive
freeCodeCamp.org
  
  How to Check if a String Contains a Substring in JavaScript
  When you're working with a JavaScript program, you might need to check whether a string contains a substring. A substring is a string inside another string. Specifically, you might need to check whether a word contains a specific character or a speci...
👍1
  20 principles I learned from 10 years of developing software
https://dev.to/ondrejsevcik/20-principles-i-learned-from-10-years-of-developing-software-5354
#principles
  
  https://dev.to/ondrejsevcik/20-principles-i-learned-from-10-years-of-developing-software-5354
#principles
DEV Community
  
  20 principles I learned from 10 years of developing software
  It's been 10 years since I started my first job in the software industry. Here are 20 principles that...
👍1
  create-t3-app — Interactive CLI to quickly set up an opinionated, full-stack, typesafe Next.js project.
https://github.com/t3-oss/create-t3-app
#nextjs
  
  https://github.com/t3-oss/create-t3-app
#nextjs
GitHub
  
  GitHub - t3-oss/create-t3-app: The best way to start a full-stack, typesafe Next.js app
  The best way to start a full-stack, typesafe Next.js app  - GitHub - t3-oss/create-t3-app: The best way to start a full-stack, typesafe Next.js app
  Using Private GitHub npm repositories in AWS CodeBuild 
https://dev.to/aws-builders/using-private-github-npm-repositories-in-codebuild-16b3
#github #aws
  
  https://dev.to/aws-builders/using-private-github-npm-repositories-in-codebuild-16b3
#github #aws
DEV Community
  
  Using Private GitHub NPM repositories in CodeBuild
  I use GitHub instead of CodeCommit for many reasons, and I also use GitHub Npm Registry, for private...
  Useful JavaScript Math Functions and How to Use Them
https://www.sitepoint.com/javascript-math-functions/
#javascript #math #function
  
  https://www.sitepoint.com/javascript-math-functions/
#javascript #math #function
Sitepoint
  
  Useful JavaScript Math Functions and How to Use Them — SitePoint
  Learn what you can do with the built-in JavaScript Math object, which includes useful functions for performing mathematical operations.
  Build real time applications with React JS, Express, Harper Db and Socket IO
https://www.freecodecamp.org/news/build-a-realtime-chat-app-with-react-express-socketio-and-harperdb
---
Get to know Surreal Db databases by creating Express JS and Node JS backend applications
https://betterprogramming.pub/surrealdb-explained-with-express-js-node-js-and-typescript-98db891389c4
—-
A simple explanation of what a CRUD database is
https://www.freecodecamp.org/news/crud-operations-explained/
---
#crud #surrealdb #nodejs #harperdb
  
  https://www.freecodecamp.org/news/build-a-realtime-chat-app-with-react-express-socketio-and-harperdb
---
Get to know Surreal Db databases by creating Express JS and Node JS backend applications
https://betterprogramming.pub/surrealdb-explained-with-express-js-node-js-and-typescript-98db891389c4
—-
A simple explanation of what a CRUD database is
https://www.freecodecamp.org/news/crud-operations-explained/
---
#crud #surrealdb #nodejs #harperdb
freeCodeCamp.org
  
  How to Build a Real-time Chat App with React, Node, Socket.io, and HarperDB
  In this article, we will be using Socket.io and HarperDB to build a fullstack, real-time chat application with chat rooms.  This will be a great project to learn how to put together fullstack apps, and how to create an app where the backend can commu...
  Some conditions where it is necessary to use multiple env in Node JS
https://blog.bitsrc.io/why-you-should-use-multiple-environments-node-js-ca3123f4566b
—-
Creating a Job Queue queuing system on the jS . Node
https://medium.com/nerd-for-tech/implementing-a-job-queue-in-nodejs-2bcfebf52d2b
#nodejs #queue #env
  
  https://blog.bitsrc.io/why-you-should-use-multiple-environments-node-js-ca3123f4566b
—-
Creating a Job Queue queuing system on the jS . Node
https://medium.com/nerd-for-tech/implementing-a-job-queue-in-nodejs-2bcfebf52d2b
#nodejs #queue #env
Medium
  
  Why, When, and How to Use Multiple Environments for Node.js
  I ran into a post by Suhail recently about engineers at Twitter building in production environments. It captured a lot of attention and…
  Forwarded from Programming World👨💻
𝗔𝗺𝗮𝘇𝗼𝗻'𝘀 𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 𝗚𝘂𝗶𝗱𝗲 (𝟮𝟬𝟮𝟮)
  
𝗔𝘃𝗲𝗿𝗮𝗴𝗲 𝘀𝗮𝗹𝗮𝗿𝘆 𝗶𝗻 𝘁𝗵𝗲 𝗨𝗦
SDE I (L4): 170K
SDE II (L5): 240K
SDE III (L6): 345K
𝗛𝗲𝗿𝗲 𝗶𝘀 𝘄𝗵𝗮𝘁 𝘁𝗼 𝗲𝘅𝗽𝗲𝗰𝘁 𝗶𝗻 𝗮𝗻 𝗔𝗺𝗮𝘇𝗼𝗻 𝗶𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 𝗳𝗼𝗿 𝗮 𝘀𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗲𝗻𝗴𝗶𝗻𝗲𝗲𝗿:
 
➡ 𝗥𝗲𝗰𝗿𝘂𝗶𝘁𝗲𝗿 𝗣𝗵𝗼𝗻𝗲 𝗦𝗰𝗿𝗲𝗲𝗻 - Initial screening based on resume and team fit.
➡ 𝟭-𝟮 𝗢𝗻𝗹𝗶𝗻𝗲 𝗔𝘀𝘀𝗲𝘀𝘀𝗺𝗲𝗻𝘁𝘀 – Algorithm and coding questions.
➡ 𝗧𝗲𝗰𝗵𝗻𝗶𝗰𝗮𝗹 𝗽𝗵𝗼𝗻𝗲 𝗶𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 - You will be interviewed either in person or via telephone with the hiring manager, who will be your direct manager. You will be asked one or two coding questions related to data structures and algorithms. Some questions from your resume.
➡ 𝗢𝗻𝘀𝗶𝘁𝗲 𝗟𝗼𝗼𝗽 (𝟱-𝟲 𝗶𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄𝘀) - Algorithm, System Design or Object Oriented Design, Behavioral questions.
◆ 𝗔𝗹𝗴𝗼𝗿𝗶𝘁𝗵𝗺𝘀 - Coding questions solved on a whiteboard.
◆ 𝗗𝗲𝘀𝗶𝗴𝗻 - Junior engineers will be asked Object Oriented Design questions, whereas senior engineers will be asked System Design questions.
◆ 𝗕𝗲𝗵𝗮𝘃𝗶𝗼𝗿𝗮𝗹 questions related to Amazon's leadership principles.
◆ 𝗕𝗮𝗿 𝗥𝗮𝗶𝘀𝗲𝗿 𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 - A Bar Raiser is a skilled interviewer who acts as a neutral third party in the hiring process. Expect coding, design, and behavioral questions related to Amazon's leadership principles.
 
𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 𝗧𝗶𝗽𝘀
𝟭) 𝗗𝗮𝘁𝗮 𝗦𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲𝘀 - Practice common data structures like Array, String, HashTable, Tree, LinkedList, Stack, and Queue. Develop an understanding of the inner workings of these data structures. You will be expected to know the runtimes for common operations and how they use memory.
𝟮) 𝗔𝗹𝗴𝗼𝗿𝗶𝘁𝗵𝗺 - Practice divide and conquer, breadth-first search vs. depth-first search, and tree traversal algorithms.
𝟯) 𝗖𝗼𝗱𝗶𝗻𝗴 - Candidates are expected to write syntactically correct code.
𝟰) 𝗔𝗺𝗮𝘇𝗼𝗻'𝘀 𝗟𝗲𝗮𝗱𝗲𝗿𝘀𝗵𝗶𝗽 𝗣𝗿𝗶𝗻𝗰𝗶𝗽𝗹𝗲𝘀 -
https://www.amazon.jobs/en/principles
𝗧𝗼𝗽 𝗿𝗲𝗰𝗲𝗻𝘁 𝗔𝗺𝗮𝘇𝗼𝗻 𝘁𝗮𝗴𝗴𝗲𝗱 𝗖𝗼𝗱𝗶𝗻𝗴 𝗤𝘂𝗲𝘀𝘁𝗶𝗼𝗻𝘀 𝗼𝗻 𝗟𝗲𝗲𝘁𝗖𝗼𝗱𝗲
1. Biggest Island (easy)
2. 'K' Closest Points to the Origin (easy)
3. Right View of a Binary Tree (easy)
4. Number of Islands (Medium)
5. Merge 'K' Sorted Lists (medium)
6. Tasks Scheduling (medium)
7. Merge Intervals (medium)
8. Zigzag Traversal (medium)
9. Minimum Meeting Rooms (hard)
10. Alien Dictionary (hard)
 
𝗥𝗲𝗳𝗲𝗿𝗲𝗻𝗰𝗲𝘀
1) 14 Most Popular Amazon Coding Interview Questions
https://bit.ly/3eh6Q4m
2) Grokking the Coding Interview:
https://bit.ly/3yw1I3o
3) Grokking the Object Oriented Design Interview:
https://bit.ly/3EvLMSr
4) Grokking the System Design Interview:
https://bit.ly/3TaXBBK
#amazon #sde #datastructures #algorithms #systemdesign #leetcode
𝗔𝘃𝗲𝗿𝗮𝗴𝗲 𝘀𝗮𝗹𝗮𝗿𝘆 𝗶𝗻 𝘁𝗵𝗲 𝗨𝗦
SDE I (L4): 170K
SDE II (L5): 240K
SDE III (L6): 345K
𝗛𝗲𝗿𝗲 𝗶𝘀 𝘄𝗵𝗮𝘁 𝘁𝗼 𝗲𝘅𝗽𝗲𝗰𝘁 𝗶𝗻 𝗮𝗻 𝗔𝗺𝗮𝘇𝗼𝗻 𝗶𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 𝗳𝗼𝗿 𝗮 𝘀𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗲𝗻𝗴𝗶𝗻𝗲𝗲𝗿:
➡ 𝗥𝗲𝗰𝗿𝘂𝗶𝘁𝗲𝗿 𝗣𝗵𝗼𝗻𝗲 𝗦𝗰𝗿𝗲𝗲𝗻 - Initial screening based on resume and team fit.
➡ 𝟭-𝟮 𝗢𝗻𝗹𝗶𝗻𝗲 𝗔𝘀𝘀𝗲𝘀𝘀𝗺𝗲𝗻𝘁𝘀 – Algorithm and coding questions.
➡ 𝗧𝗲𝗰𝗵𝗻𝗶𝗰𝗮𝗹 𝗽𝗵𝗼𝗻𝗲 𝗶𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 - You will be interviewed either in person or via telephone with the hiring manager, who will be your direct manager. You will be asked one or two coding questions related to data structures and algorithms. Some questions from your resume.
➡ 𝗢𝗻𝘀𝗶𝘁𝗲 𝗟𝗼𝗼𝗽 (𝟱-𝟲 𝗶𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄𝘀) - Algorithm, System Design or Object Oriented Design, Behavioral questions.
◆ 𝗔𝗹𝗴𝗼𝗿𝗶𝘁𝗵𝗺𝘀 - Coding questions solved on a whiteboard.
◆ 𝗗𝗲𝘀𝗶𝗴𝗻 - Junior engineers will be asked Object Oriented Design questions, whereas senior engineers will be asked System Design questions.
◆ 𝗕𝗲𝗵𝗮𝘃𝗶𝗼𝗿𝗮𝗹 questions related to Amazon's leadership principles.
◆ 𝗕𝗮𝗿 𝗥𝗮𝗶𝘀𝗲𝗿 𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 - A Bar Raiser is a skilled interviewer who acts as a neutral third party in the hiring process. Expect coding, design, and behavioral questions related to Amazon's leadership principles.
𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 𝗧𝗶𝗽𝘀
𝟭) 𝗗𝗮𝘁𝗮 𝗦𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲𝘀 - Practice common data structures like Array, String, HashTable, Tree, LinkedList, Stack, and Queue. Develop an understanding of the inner workings of these data structures. You will be expected to know the runtimes for common operations and how they use memory.
𝟮) 𝗔𝗹𝗴𝗼𝗿𝗶𝘁𝗵𝗺 - Practice divide and conquer, breadth-first search vs. depth-first search, and tree traversal algorithms.
𝟯) 𝗖𝗼𝗱𝗶𝗻𝗴 - Candidates are expected to write syntactically correct code.
𝟰) 𝗔𝗺𝗮𝘇𝗼𝗻'𝘀 𝗟𝗲𝗮𝗱𝗲𝗿𝘀𝗵𝗶𝗽 𝗣𝗿𝗶𝗻𝗰𝗶𝗽𝗹𝗲𝘀 -
https://www.amazon.jobs/en/principles
𝗧𝗼𝗽 𝗿𝗲𝗰𝗲𝗻𝘁 𝗔𝗺𝗮𝘇𝗼𝗻 𝘁𝗮𝗴𝗴𝗲𝗱 𝗖𝗼𝗱𝗶𝗻𝗴 𝗤𝘂𝗲𝘀𝘁𝗶𝗼𝗻𝘀 𝗼𝗻 𝗟𝗲𝗲𝘁𝗖𝗼𝗱𝗲
1. Biggest Island (easy)
2. 'K' Closest Points to the Origin (easy)
3. Right View of a Binary Tree (easy)
4. Number of Islands (Medium)
5. Merge 'K' Sorted Lists (medium)
6. Tasks Scheduling (medium)
7. Merge Intervals (medium)
8. Zigzag Traversal (medium)
9. Minimum Meeting Rooms (hard)
10. Alien Dictionary (hard)
𝗥𝗲𝗳𝗲𝗿𝗲𝗻𝗰𝗲𝘀
1) 14 Most Popular Amazon Coding Interview Questions
https://bit.ly/3eh6Q4m
2) Grokking the Coding Interview:
https://bit.ly/3yw1I3o
3) Grokking the Object Oriented Design Interview:
https://bit.ly/3EvLMSr
4) Grokking the System Design Interview:
https://bit.ly/3TaXBBK
#amazon #sde #datastructures #algorithms #systemdesign #leetcode
❤1👍1
  What is the difference between DOM and BOM in JavaScript
https://medium.com/geekculture/difference-between-bom-and-dom-in-javascript-5c8317c5c1d2
—-
Some of the utility libraries commonly used by front end developers
https://javascript.plainenglish.io/as-a-front-end-engineer-5-javascript-utility-libraries-you-should-know-about-750f43e2d3ba
—-
Creating school web applications using Strapi CMS and pure JavaScript
https://medium.com/strapi/how-to-build-a-school-website-with-strapi-cms-using-vanilla-javascript-18e407d7cc4d
#dom #bom #utility #strapi #cms
  
  https://medium.com/geekculture/difference-between-bom-and-dom-in-javascript-5c8317c5c1d2
—-
Some of the utility libraries commonly used by front end developers
https://javascript.plainenglish.io/as-a-front-end-engineer-5-javascript-utility-libraries-you-should-know-about-750f43e2d3ba
—-
Creating school web applications using Strapi CMS and pure JavaScript
https://medium.com/strapi/how-to-build-a-school-website-with-strapi-cms-using-vanilla-javascript-18e407d7cc4d
#dom #bom #utility #strapi #cms
Medium
  
  Difference between BOM and DOM in JavaScript
  BOM and DOM look the same but are different from the two. We discuss the difference.
  Create a simple login flow using Node JS, Express, and bcrypt
https://blog.logrocket.com/building-simple-login-form-node-js/
---
Practice making Unit Testing in Node JS with Jest
https://javascript.plainenglish.io/complete-node-js-testing-setup-with-jest-supertest-typescript-and-husky-e9d3fa109e1d
---
#nodejs #jest #login #express #bcrypt
  
  https://blog.logrocket.com/building-simple-login-form-node-js/
---
Practice making Unit Testing in Node JS with Jest
https://javascript.plainenglish.io/complete-node-js-testing-setup-with-jest-supertest-typescript-and-husky-e9d3fa109e1d
---
#nodejs #jest #login #express #bcrypt
LogRocket Blog
  
  Building a simple login form with Node.js - LogRocket Blog
  In this tutorial, we will learn how to build a simple login form to register and sign in users using Node.js.
  