Get to know the Slate JS library, a library for a rich text editor that can be used on the front end
https://blog.logrocket.com/what-is-slate-js-replace-quill-draft-js/
#slatejs #rtf #wysiwyg
https://blog.logrocket.com/what-is-slate-js-replace-quill-draft-js/
#slatejs #rtf #wysiwyg
Some of the new features released in Nuxt JS 3 based on Vue JS 3
https://blog.logrocket.com/whats-new-nuxt-3/
#nuxt #vue
https://blog.logrocket.com/whats-new-nuxt-3/
#nuxt #vue
Practice making a Todo List app with React JS and Alan AI
https://www.freecodecamp.org/news/build-a-voice-based-weather-application-using-react-and-alan-ai/
#react #voice #todolist
https://www.freecodecamp.org/news/build-a-voice-based-weather-application-using-react-and-alan-ai/
#react #voice #todolist
Practice with Dcode on creating a Sign Up page with HTML and CSS
https://youtu.be/yW4y5aZSwQM
#signup #dcode #html #css
https://youtu.be/yW4y5aZSwQM
#signup #dcode #html #css
5 Common Mistakes when Using Promises
https://blog.bitsrc.io/5-common-mistakes-in-using-promises-bfcc4d62657f
#promise #tips
https://blog.bitsrc.io/5-common-mistakes-in-using-promises-bfcc4d62657f
#promise #tips
Load balancer configuration for Node JS backend application with NGINX and PM2
https://bencoderus.medium.com/load-balancing-your-nodejs-server-with-nginx-and-pm2-8095f558da2e
#nginx #nodejs #pm2 #loadbalancer
https://bencoderus.medium.com/load-balancing-your-nodejs-server-with-nginx-and-pm2-8095f558da2e
#nginx #nodejs #pm2 #loadbalancer
A simple exercise to create an image upload function with Express JS and Multer
https://medium.com/jsblend/image-upload-using-nodejs-16b1e804ec92
#express #multer #upload #image
https://medium.com/jsblend/image-upload-using-nodejs-16b1e804ec92
#express #multer #upload #image
Practice using Fetch API for retrieving data from backend API
https://dev.to/kragon741/code-along-with-fetch-api-1h18
#fetch #backend
https://dev.to/kragon741/code-along-with-fetch-api-1h18
#fetch #backend
Tips for making a fast Docker Container
https://dev.to/mtk3d/here-are-the-dockerfile-tips-you-can-use-to-get-your-builds-faster-and-safer-4o1a
---
How to add data into PostgreSQL database with Docker
https://dev.to/karanpratapsingh/seeding-postgres-with-docker-19n7
#docker #postgresql
https://dev.to/mtk3d/here-are-the-dockerfile-tips-you-can-use-to-get-your-builds-faster-and-safer-4o1a
---
How to add data into PostgreSQL database with Docker
https://dev.to/karanpratapsingh/seeding-postgres-with-docker-19n7
#docker #postgresql
Udemy Black Fiday Sale until Nov.26
References to some good instructors for learning all-Node JS and JavaScript web development can be seen below:
1. Maximilian Schwarzmüller
2. Colt Steele
3. Angela Yu
4. Jonas Schmedtmann
5. Stephen Grider
6. Brad Traversy
7. The Net Ninja (Shaun Pelling)
8. Andrei Neagoie
9. Andrew Mead
References to some good instructors for learning all-Node JS and JavaScript web development can be seen below:
1. Maximilian Schwarzmüller
2. Colt Steele
3. Angela Yu
4. Jonas Schmedtmann
5. Stephen Grider
6. Brad Traversy
7. The Net Ninja (Shaun Pelling)
8. Andrei Neagoie
9. Andrew Mead
Introduction to TypeScript such as Type aliases and interfaces
https://betterprogramming.pub/typescript-anonymous-types-type-aliases-and-interface-declarations-b60bc8a08f8c
#typescript
https://betterprogramming.pub/typescript-anonymous-types-type-aliases-and-interface-declarations-b60bc8a08f8c
#typescript
Dexie 3.2 library release notes, a library for easy manipulation of IndexedDb in the browser
https://github.com/dfahlander/Dexie.js/releases/tag/v3.2.0
#dexie #library
https://github.com/dfahlander/Dexie.js/releases/tag/v3.2.0
#dexie #library
Using Nest JS for backend API in Authentication Role
https://wanago.io/2021/11/15/api-nestjs-authorization-roles-claims/
#nodejs #nest #auth
https://wanago.io/2021/11/15/api-nestjs-authorization-roles-claims/
#nodejs #nest #auth
Create a digital currency conversion web application with Svelte and Strapi CMS
https://strapi.medium.com/create-a-crypto-converter-with-svelte-and-strapi-94cba1225eeb
#svelte #strapi #emoney
https://strapi.medium.com/create-a-crypto-converter-with-svelte-and-strapi-94cba1225eeb
#svelte #strapi #emoney
Forwarded from Learn CSS™
Long practice on introduction to CSS Grid for HTML page layout
https://dev.to/daaahailey/grid-practice-14ac
#cssGrid #css #layout
https://dev.to/daaahailey/grid-practice-14ac
#cssGrid #css #layout
Some tools that can help the development of React JS applications
https://javascript.plainenglish.io/11-must-use-tools-for-react-development-36c3b6ba2218
---
Example of Google Recaptcha integration into React JS and Node JS
https://javascript.plainenglish.io/integrate-google-recaptcha-v2-invisible-with-react-and-nodejs-9d119c94433b
#react #tools #recaptcha #nodejs
https://javascript.plainenglish.io/11-must-use-tools-for-react-development-36c3b6ba2218
---
Example of Google Recaptcha integration into React JS and Node JS
https://javascript.plainenglish.io/integrate-google-recaptcha-v2-invisible-with-react-and-nodejs-9d119c94433b
#react #tools #recaptcha #nodejs
Get to know the Needle library, the library used to process Http Requests on the Node JS backend to other API endpoints
https://blog.logrocket.com/using-needle-send-http-requests-nodejs/
---
#nodejs #needle #httprequest
https://blog.logrocket.com/using-needle-send-http-requests-nodejs/
---
#nodejs #needle #httprequest
Authentication system implementation exercise on Next JS with the help of Auth0 and Supabase
https://auth0.com/blog/using-nextjs-and-auth0-with-supabase/
---
Introduction to Virtual DOM concept in React JS
https://dev.to/thenerdydev/reactjs-virtual-dom-3m68
#nextjs #auth #auth0 #react #supabase
https://auth0.com/blog/using-nextjs-and-auth0-with-supabase/
---
Introduction to Virtual DOM concept in React JS
https://dev.to/thenerdydev/reactjs-virtual-dom-3m68
#nextjs #auth #auth0 #react #supabase
An introduction to some JavaScript libraries that can help the web application development process
https://javascript.plainenglish.io/30-javascript-libraries-that-you-dont-use-but-should-a85b28d757d2
#library
https://javascript.plainenglish.io/30-javascript-libraries-that-you-dont-use-but-should-a85b28d757d2
#library
Introducing Vno, the Vue JS build tool that runs on top of the Deno TS runtime
https://medium.com/codex/introducing-vno-1-5-a-more-powerful-build-tool-for-vue-9c0fae0fca4f
#deno #vue #vno
https://medium.com/codex/introducing-vno-1-5-a-more-powerful-build-tool-for-vue-9c0fae0fca4f
#deno #vue #vno