Practice building an auction app with Vue JS , Socket IO and Strapi CMS
https://medium.com/strapi/how-to-create-a-real-time-bidding-app-using-strapi-v4-vue-and-socket-io-2fff3bf6eee7
#vue #strapi #cms #realtime #socketIO
  
  https://medium.com/strapi/how-to-create-a-real-time-bidding-app-using-strapi-v4-vue-and-socket-io-2fff3bf6eee7
#vue #strapi #cms #realtime #socketIO
Medium
  
  How to Create a Real-Time Bidding App Using Strapi v4, Vue and Socket IO
  In this tutorial, we will be building a real-time bidding application using Vue, Socket IO and Strapi.
👍1
  Reading file types using JavaScript
https://medium.com/frontend-canteen/how-to-detect-file-type-using-javascript-251f67679035
#file #type #javascript
  
  https://medium.com/frontend-canteen/how-to-detect-file-type-using-javascript-251f67679035
#file #type #javascript
Medium
  
  How to Detect File Type Using JavaScript?
  Don’t be fooled by the file suffix! This article shows you how to get the real type of a file using JavaScript!
👍1
  Practice making a Todo List application with Strapi CMS and React JS
https://medium.com/strapi/how-to-build-a-to-do-list-application-with-strapi-and-reactjs-6a59a42d527b
#todo #strapi #react
  
  https://medium.com/strapi/how-to-build-a-to-do-list-application-with-strapi-and-reactjs-6a59a42d527b
#todo #strapi #react
Medium
  
  How to Build a To-Do List Application with Strapi and ReactJS
  This article uses the ToDo list example to cover the process of creating collections, creating RESTful APIs, manipulating data entries, and packaging with ReactJS frontend in Strapi.
👍1
  Building a Simple Microservice with Node.js
https://www.youtube.com/watch?v=t7T3zfWd5aI
#microservice #nodejs #js #framework #javascript
https://www.youtube.com/watch?v=t7T3zfWd5aI
#microservice #nodejs #js #framework #javascript
👍1
  Removing unused Node modules with NPKill
https://dev.to/this-is-learning/delete-unused-nodemodules-in-a-second-and-enjoy-some-free-space-f3p
#nodejs #module
  
  https://dev.to/this-is-learning/delete-unused-nodemodules-in-a-second-and-enjoy-some-free-space-f3p
#nodejs #module
DEV Community
  
  ♻️ Delete unused node_modules in a second and enjoy some free space!
  Intro   In this article I'll tell you about a cool tool I just found on npm, called npkill,...
👍1
  Using TypeScript to add type in Request Object
https://blog.logrocket.com/extend-express-request-object-typescript/
#nodejs #express #typescript
  
  https://blog.logrocket.com/extend-express-request-object-typescript/
#nodejs #express #typescript
LogRocket Blog
  
  How to extend the Express Request object in TypeScript - LogRocket Blog
  Let’s learn how to extend the Request type in TypeScript to make its instances store custom data you can use at the controller level.
👍1
  Tips and tricks for using and learning Node JS for those who have previously used php.
https://medium.com/tripleuniverse/10-tips-for-php-developers-starting-with-node-js-510fc280414f
#nodejs #docs #php
  
  https://medium.com/tripleuniverse/10-tips-for-php-developers-starting-with-node-js-510fc280414f
#nodejs #docs #php
Medium
  
  10 Tips for PHP Developers starting with Node.js
  My name is Daan, I’m a Technical Architect at Triple and in this blog, I will share my experiences with Node.js and tell you what to pay…
👍1
  React, Vue, Angular and Svelte Popularity by the Numbers
https://gist.github.com/tkrotoff/b1caa4c3a185629299ec234d2314e190?utm_campaign=react--vue--angular-and-svelte-popularit
#framework #react #vue #Angular #svelte
  
  https://gist.github.com/tkrotoff/b1caa4c3a185629299ec234d2314e190?utm_campaign=react--vue--angular-and-svelte-popularit
#framework #react #vue #Angular #svelte
Gist
  
  Front-end frameworks popularity (React, Vue, Angular and Svelte)
  Front-end frameworks popularity (React, Vue, Angular and Svelte) - FrontendFrameworksPopularity.md
👏1
  Using Auxiliary Routes in Angular to reduce application size
https://javascript.plainenglish.io/using-auxiliary-routes-in-angular-to-reduce-application-size-1058f4566854
#angular
  
  https://javascript.plainenglish.io/using-auxiliary-routes-in-angular-to-reduce-application-size-1058f4566854
#angular
Medium
  
  How to Use Auxiliary Routes in Angular to Reduce Application Size
  The not-much-discussed “Auxiliary Routes” approach to reducing Angular application size.
👍1
  JavaScript SDK “Package Size is Massive” — So we reduced it by 29%
https://blog.sentry.io/2022/07/19/javascript-sdk-package-reduced
#javascript #sdk #package
https://blog.sentry.io/2022/07/19/javascript-sdk-package-reduced
#javascript #sdk #package
👍1
  A simple exercise to create a mobile app with a medical theme using React Native
https://javascript.plainenglish.io/create-a-real-time-medical-app-with-react-native-621397fb7909
#react #native #mobile
  
  https://javascript.plainenglish.io/create-a-real-time-medical-app-with-react-native-621397fb7909
#react #native #mobile
Medium
  
  Create a Real-Time Medical App With React Native
  Build a React Native Doctor Booking App in 10 Days
🤩1
  Long practice building a chat app with Node JS, Socket IO, React, and Express
https://www.freecodecamp.org/news/build-a-realtime-chat-app-with-react-express-socketio-and-harperdb/
#mern #chat
  
  https://www.freecodecamp.org/news/build-a-realtime-chat-app-with-react-express-socketio-and-harperdb/
#mern #chat
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...
👍1
  Resolved CORS issues in React and Next JS
https://javascript.plainenglish.io/avoiding-cors-issues-in-react-next-js-6a50c3f94653
#react #nextjs #cors
  
  https://javascript.plainenglish.io/avoiding-cors-issues-in-react-next-js-6a50c3f94653
#react #nextjs #cors
Medium
  
  How to Avoid CORS Issues in React/Next.js
  If you’ve written any frontend code, you’ve likely encountered a CORS error before. In this post, we’ll look at how to fix them.
👍1
  An Introduction to Multithreading in Node.js
https://blog.appsignal.com/2022/07/20/an-introduction-to-multithreading-in-nodejs.html?utm_campaign=an-introduction-to-multithreading-in-nod
#nodejs #multithreading #framework
  
  https://blog.appsignal.com/2022/07/20/an-introduction-to-multithreading-in-nodejs.html?utm_campaign=an-introduction-to-multithreading-in-nod
#nodejs #multithreading #framework
Appsignal
  
  An Introduction to Multithreading in Node.js | AppSignal Blog
  Let's dive into multithreading and how to use worker threads in Node.
👍1
  ES2022: The Main New Features, Quickly, in Code
https://h3manth.com/ES2022/?utm_campaign=es2022-the-main-new-features--quickly
#javascript #ES2022 #js
  
  https://h3manth.com/ES2022/?utm_campaign=es2022-the-main-new-features--quickly
#javascript #ES2022 #js
H3Manth
  
  ES2022 features list
  ES2022 as approved by the Ecma General Assembly
👍2
  Forwarded from 👨💻Coder Blast🌋
Searching for projects!🔥🔥
Best DSA Projects ✨✨
These are the list of some best projects using data structure and algorithms which can be added to your resume💯💯
👉 Build Tiny URL with appropriate hash functions
👉 Create a Sudoku Solver using a Backtracking algorithm
👉 Create a File Zipper (Greedy Huffman Encoder)
👉 Create a Map Navigator for finding the best path between two places
👉 Build a React-like Framework using BFS and DFS
👉 Sorting visualizer for comparing different sorting algorithms
Best Android Projects ✨✨
These are the list of some best projects on Android which can be added to your resume💯💯
👉 Sticky Notes App https://youtu.be/qfzdZoEiZFQ
👉Face Filters App https://youtu.be/3Zu9Bd2Pwg4
👉Facial Emotion Detection https://youtu.be/fkgpvkqcoJc
👉Paint Application https://youtu.be/xGrOHLk60q8
👉Bitcoin Tracker https://youtu.be/QA6oTpMZp84
👉Xylophone Application https://youtu.be/Dd6dW--w01M
Best Full-stack Development Project ✨✨
These videos helped me in learning the flameworks well and taking some projects under my CVs.💯💯
👉Full-Stack AMAZON Clone -https://youtu.be/RDV3Z1KCBvo
👉Full-Stack Netflix Clone -https://youtu.be/XtMThy8QKqU
👉Full-Stack Weather website- https://youtu.be/Fx9ciSsjDsc
👉Real-Time Chat App- https://youtu.be/u-LBihwjVDk
👉Ecommerce Website - https://youtu.be/AN3t-OmdyKA
👉Portfolio Website- https://youtu.be/h1igcrpG-Ek
👉Cryptocurrency Tracker- https://youtu.be/QA6oTpMZp84
Share 🚀
Follow us :
Telegram & Instagram
  Best DSA Projects ✨✨
These are the list of some best projects using data structure and algorithms which can be added to your resume💯💯
👉 Build Tiny URL with appropriate hash functions
👉 Create a Sudoku Solver using a Backtracking algorithm
👉 Create a File Zipper (Greedy Huffman Encoder)
👉 Create a Map Navigator for finding the best path between two places
👉 Build a React-like Framework using BFS and DFS
👉 Sorting visualizer for comparing different sorting algorithms
Best Android Projects ✨✨
These are the list of some best projects on Android which can be added to your resume💯💯
👉 Sticky Notes App https://youtu.be/qfzdZoEiZFQ
👉Face Filters App https://youtu.be/3Zu9Bd2Pwg4
👉Facial Emotion Detection https://youtu.be/fkgpvkqcoJc
👉Paint Application https://youtu.be/xGrOHLk60q8
👉Bitcoin Tracker https://youtu.be/QA6oTpMZp84
👉Xylophone Application https://youtu.be/Dd6dW--w01M
Best Full-stack Development Project ✨✨
These videos helped me in learning the flameworks well and taking some projects under my CVs.💯💯
👉Full-Stack AMAZON Clone -https://youtu.be/RDV3Z1KCBvo
👉Full-Stack Netflix Clone -https://youtu.be/XtMThy8QKqU
👉Full-Stack Weather website- https://youtu.be/Fx9ciSsjDsc
👉Real-Time Chat App- https://youtu.be/u-LBihwjVDk
👉Ecommerce Website - https://youtu.be/AN3t-OmdyKA
👉Portfolio Website- https://youtu.be/h1igcrpG-Ek
👉Cryptocurrency Tracker- https://youtu.be/QA6oTpMZp84
Share 🚀
Follow us :
Telegram & Instagram
React Hooks: The Deep Cuts
https://css-tricks.com/react-hooks-the-deep-cuts/?utm_campaign=react-hooks-the-deep-cutssimple-int
#react
  
  https://css-tricks.com/react-hooks-the-deep-cuts/?utm_campaign=react-hooks-the-deep-cutssimple-int
#react
CSS-Tricks
  
  React Hooks: The Deep Cuts | CSS-Tricks
  Hooks are reusable functions. They allow you to use state and other features (e.g. lifecycle methods and so on) without writing a class. Hook functions let us
  How to Use Variables in CSS with v-bind In Vue.js 3
https://zelig880.com/how-to-use-variables-in-css-with-v-bind-in-vuejs-3?utm_campaign=how-to-use-variables-in-css-with-v-bind
#vue #vuejs
  
  https://zelig880.com/how-to-use-variables-in-css-with-v-bind-in-vuejs-3?utm_campaign=how-to-use-variables-in-css-with-v-bind
#vue #vuejs
Zelig880
  
  How to use variables in CSS with v-bind in VueJs 3 - Zelig880
  Unclutter your code of hacks and learn how to use dynamic variables in your CSS using the new feature "v-bind in CSS" available in Vue 3.
  Get to know some JavaScript events commonly used in web applications, along with the Dcode channel
https://youtu.be/Vu60OLyLa-w
#events #dcode
  
  https://youtu.be/Vu60OLyLa-w
#events #dcode
YouTube
  
  5 POWERFUL JavaScript Events You Didn't Know
  Let's have a look at 5 super powerful JavaScript events that you probably didn't know.
🎓 COMPLETE JAVASCRIPT CRASH COURSE FOR BEGINNERS 👇:
https://www.udemy.com/course/the-ultimate-javascript-dom-crash-course/?referralCode=DC343E5C8ED163F337E1
Chapters:…
  🎓 COMPLETE JAVASCRIPT CRASH COURSE FOR BEGINNERS 👇:
https://www.udemy.com/course/the-ultimate-javascript-dom-crash-course/?referralCode=DC343E5C8ED163F337E1
Chapters:…
Checking whether a variable is Null or not in Javascript
https://www.freecodecamp.org/news/javascript-nullable-how-to-check-for-null-in-js/
---
How to read JSON data using JavaScript
https://www.freecodecamp.org/news/how-to-read-json-file-in-javascript/
#json #null
  
  https://www.freecodecamp.org/news/javascript-nullable-how-to-check-for-null-in-js/
---
How to read JSON data using JavaScript
https://www.freecodecamp.org/news/how-to-read-json-file-in-javascript/
#json #null
freeCodeCamp.org
  
  JavaScript Nullable – How to Check for Null in JS
  Sometimes you've gotta check to make sure that nothing isn't actually...nothing. 😲❗❓  In JavaScript, null is a primitive type intentionally containing the value of null. Undefined is a primitive type and represents a variable you declare without initiating…
  Learning flow to become a web developer on the front end
https://www.freecodecamp.org/news/how-to-become-a-frontend-developer/
#frontend #learning
  
  https://www.freecodecamp.org/news/how-to-become-a-frontend-developer/
#frontend #learning
freeCodeCamp.org
  
  How to Become a Front End Developer – Front End Web Dev Skills
  Some of the highest-paid professionals in the world are front-end developers. They use their knowledge and talents to design appealing and user-friendly websites. Front-end developers do not need a degree or a school certificate to work. Rather, they...
👍2🤩1
  