Introduction to SQL query, namely Select query
https://www.freecodecamp.org/news/sql-select-statement-and-query-examples/
#sql #select
https://www.freecodecamp.org/news/sql-select-statement-and-query-examples/
#sql #select
freeCodeCamp.org
SQL Select – Statement and Query Examples
Structured Query Language (SQL) is a programming language that you use to manage data in relational databases. You can use SQL to create, read, update, and delete (CRUD) data in a relational database. You can write SQL queries to insert data with INS...
Long practice creating custom components with Vue JS and Tailwind CSS
https://www.youtube.com/watch?v=_k-ZrEWc-vQ
—-
Using the VueUse plugin to create dark and light modes in Vue JS apps
https://medium.com/@vuemastery/implementing-dark-mode-with-vueuse-ff27bda9b0d0
—-
Create a page tour display with Vue Tour
https://blog.devgenius.io/onboarding-users-using-the-vue-tour-package-in-nuxtjs-9bea60c9e4ed
#vue #tailwind #component #vueuse #darkmode #tour
https://www.youtube.com/watch?v=_k-ZrEWc-vQ
—-
Using the VueUse plugin to create dark and light modes in Vue JS apps
https://medium.com/@vuemastery/implementing-dark-mode-with-vueuse-ff27bda9b0d0
—-
Create a page tour display with Vue Tour
https://blog.devgenius.io/onboarding-users-using-the-vue-tour-package-in-nuxtjs-9bea60c9e4ed
#vue #tailwind #component #vueuse #darkmode #tour
YouTube
Create a Custom Component Library with Vue & Tailwind CSS
Paige Kelley presents “Create a Custom Component Library with Vue!” at VueConf US 2022. For more vue js tutorials, check out our courses 👉 https://www.vuemastery.com/courses
Ready to master Vue.js? With weekly Vue js tutorials on the latest topics, and…
Ready to master Vue.js? With weekly Vue js tutorials on the latest topics, and…
Creating a web blog with Deno and Fresh TS
https://deno.com/blog/build-a-blog-with-fresh
---
Implementing development with TDD on Deno TS
https://blog.logrocket.com/test-driven-development-methods-deno/
---
#deno #blog #fresh #tdd
https://deno.com/blog/build-a-blog-with-fresh
---
Implementing development with TDD on Deno TS
https://blog.logrocket.com/test-driven-development-methods-deno/
---
#deno #blog #fresh #tdd
Deno Blog
How to Build a Blog with Fresh
Create a simple blog with Fresh in minutes.
Check out some of the new features of Next JS 13 from the Academind channel
https://www.youtube.com/watch?v=bDDuLuCqHg0
#nextjs #academind
https://www.youtube.com/watch?v=bDDuLuCqHg0
#nextjs #academind
YouTube
NextJS 13 - First Look at the /app Folder & Complete Demo
NextJS 13 introduces the beta version of the brand-new /app folder support. This folder allows you to build NextJS apps in a totally different way, simplifying the process of building nested layouts & routes as well as enhancing data fetching capabilities.…
A collection of Github repositories containing a collection of interview questions for backend, frontend, and software engineers
https://medium.com/@flutterqueen/15-github-repository-for-all-frontend-backend-and-software-engineers-ad0523ec9a82
#learn #interview #github
https://medium.com/@flutterqueen/15-github-repository-for-all-frontend-backend-and-software-engineers-ad0523ec9a82
#learn #interview #github
Medium
15 GitHub Repository for All FrontEnd, BackEnd, and Software Engineers
This article is a treasure for All Frontend, Backend, and Software engineers. the best 15 Repo on GitHub at all.
Create a web portfolio with React JS and scroll animation
https://blog.logrocket.com/building-react-portfolio-website-locomotive-scroll/
#react #gsap #portfolio #scroll
https://blog.logrocket.com/building-react-portfolio-website-locomotive-scroll/
#react #gsap #portfolio #scroll
LogRocket Blog
Building a React portfolio website with Locomotive Scroll - LogRocket Blog
This article will take a look at the react-locomotive-scroll package, a React library for handling and creating different scroll animations.
13 REST API interview questions you need to know
https://grokkingtechinterview.com/13-rest-api-interview-questions-you-need-to-know-f0e7ec857550?gi=8e7beaeec036
#rest #interview
https://grokkingtechinterview.com/13-rest-api-interview-questions-you-need-to-know-f0e7ec857550?gi=8e7beaeec036
#rest #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.
Debugging Tips for Angular Developers
https://medium.com/ngconf/debugging-tips-for-angular-developers-eb8dbcd3e379
#angular #Debugging
https://medium.com/ngconf/debugging-tips-for-angular-developers-eb8dbcd3e379
#angular #Debugging
Medium
Debugging Tips for Angular Developers
Something isn’t working right… Now what? How can you figure out what’s going on quickly so you can fix it? Here are a few tips and tools…
How to Write CommonJS Exports That Can Be Name-Imported from ESM
https://2ality.com/2022/10/commonjs-named-exports.html
#nodejs
https://2ality.com/2022/10/commonjs-named-exports.html
#nodejs
2Ality
How to write CommonJS exports that can be name-imported from ESM
This blog post explores how to write CommonJS modules so that their exports can be name-imported from ESM modules on Node.js.
All About React’s Proposed New use() Hook
https://blixtdev.com/all-about-reacts-new-use-hook/
#react #hook #reactjs
https://blixtdev.com/all-about-reacts-new-use-hook/
#react #hook #reactjs
⚡️ Blixt Dev ⚡️
All About React’s Proposed New use() Hook
A feature proposal from the React core team is causing some buzz in the React ecosystem: the new use() hook adds first class support for Promises.
Autocomplete Search Component With React and TypeScript
https://betterprogramming.pub/autocomplete-search-component-with-react-and-typescript-94fa0e21fa04
#react #typescript #component #search
https://betterprogramming.pub/autocomplete-search-component-with-react-and-typescript-94fa0e21fa04
#react #typescript #component #search
Medium
Build an Autocomplete Search Component in React and TypeScript
How to show suggestions of data from an API Rest
Practice using Swiper JS to create carousel elements in Vue JS
https://www.youtube.com/watch?v=MIftzTfzgg0
#carousel #vue #swiperjs
https://www.youtube.com/watch?v=MIftzTfzgg0
#carousel #vue #swiperjs
YouTube
My Favorite Carousel Library | Swiper.js
Swiper.js is an awesome carousel library. In this video i show you how to install and setup swiper and create this really cool cube carousel
Swiper.js: https://swiperjs.com/
-------------------------------------------------------------------------------…
Swiper.js: https://swiperjs.com/
-------------------------------------------------------------------------------…
Creating a login with social media in Nest JS
https://blog.logrocket.com/social-logins-nestjs/
---
Implementing Dependency Injection in Node JS and strategy pattern
https://blog.logrocket.com/improve-node-js-app-performance-typedi-strategy-pattern/
#nodejs #di #injection #strategy #nest #login
https://blog.logrocket.com/social-logins-nestjs/
---
Implementing Dependency Injection in Node JS and strategy pattern
https://blog.logrocket.com/improve-node-js-app-performance-typedi-strategy-pattern/
#nodejs #di #injection #strategy #nest #login
LogRocket Blog
Creating social logins in NestJS - LogRocket Blog
Integrate GitHub social login into a NestJS application using the Passport library, which can be applied to other social media platforms.
Added authentication in Strapi CMS and React JS
https://medium.com/strapi/strapi-authentication-with-react-15b8e7d4a9d4
—-
Adding advertising services into the web application display
https://medium.com/nextjs/how-to-add-google-adsense-in-your-nextjs-89e439f74de3
—-
Configure Next JS applications with TypeScript, Tailwind, and SASS CSS
https://dhanang.medium.com/how-to-setup-a-perfect-nextjs-project-d1591ec666ca
—-
#react #nextjs #tailwind #scss #strapi #auth #cms
https://medium.com/strapi/strapi-authentication-with-react-15b8e7d4a9d4
—-
Adding advertising services into the web application display
https://medium.com/nextjs/how-to-add-google-adsense-in-your-nextjs-89e439f74de3
—-
Configure Next JS applications with TypeScript, Tailwind, and SASS CSS
https://dhanang.medium.com/how-to-setup-a-perfect-nextjs-project-d1591ec666ca
—-
#react #nextjs #tailwind #scss #strapi #auth #cms
Medium
Strapi Authentication with React
Create a React application with authentication and authorization using Strapi.
Some reference courses to learn React Next JS
https://medium.com/quick-code/7-best-next-js-courses-for-react-developers-2b5c9ad86ff6
#nextjs #react #course
https://medium.com/quick-code/7-best-next-js-courses-for-react-developers-2b5c9ad86ff6
#nextjs #react #course
Medium
7 Best Next.js Courses For React Developers in 2022
Next.js is an increasingly popular framework that allows React developers to create server-side rendered applications in a React-like…
10 Books Every Senior Engineer Should Read
https://semaphoreci.medium.com/10-books-every-senior-engineer-should-read-a61c1917e2a7
#book
https://semaphoreci.medium.com/10-books-every-senior-engineer-should-read-a61c1917e2a7
#book
Medium
10 Books Every Senior Engineer Should Read
Engineers are natural readers. They take enormous pleasure in learning about new things, and books are the perfect medium to cover complex…
How to configure environment variables on Linux
https://www.freecodecamp.org/news/how-to-set-an-environment-variable-in-linux/
#linux #env
https://www.freecodecamp.org/news/how-to-set-an-environment-variable-in-linux/
#linux #env
freeCodeCamp.org
How to Set an Environment Variable in Linux
In programming, you use variables to store information like strings and numbers temporarily. Variables can be used repeatedly throughout the code or by your operating system to provide values. You can edit them, overwrite them, and delete them. In t...
Basic introduction to Nest JS . exercises
https://javascript.plainenglish.io/nest-js-getting-started-5ffa116cc7af
---
How to deploy Node JS backend to Digital Ocean App Platform service
https://javascript.plainenglish.io/deploy-a-node-js-api-in-10-minutes-or-less-33eae4afb46d
---
#nodejs #nest
https://javascript.plainenglish.io/nest-js-getting-started-5ffa116cc7af
---
How to deploy Node JS backend to Digital Ocean App Platform service
https://javascript.plainenglish.io/deploy-a-node-js-api-in-10-minutes-or-less-33eae4afb46d
---
#nodejs #nest
Medium
Nest.js — Getting Started
Any fool can write code that a computer can understand. Good programmers write code that humans can understand. — Martin Fowler
Creating simple API endpoints on Nuxt JS 3 middleware
https://medium.com/@shahriarrahi/create-api-with-nuxt3-adcb7b6a17dd
—-
Several ways to communicate between components in Vue JS
https://pasankamburugamuwa1.medium.com/component-communication-in-vuejs-6a4ee553fcbf
—-
A collection of Vue JS based admin dashboard templates to try
https://medium.com/@DashboardsHub/free-vue-dashboards-curated-list-173a66ffa0b7
—-
#vue #nuxt #api #dashboard #template
https://medium.com/@shahriarrahi/create-api-with-nuxt3-adcb7b6a17dd
—-
Several ways to communicate between components in Vue JS
https://pasankamburugamuwa1.medium.com/component-communication-in-vuejs-6a4ee553fcbf
—-
A collection of Vue JS based admin dashboard templates to try
https://medium.com/@DashboardsHub/free-vue-dashboards-curated-list-173a66ffa0b7
—-
#vue #nuxt #api #dashboard #template
Medium
Create API with Nuxt 3
Nuxt 3 provides the Nitro server where we can write our server-side code. Nitro uses unjs/h3 internally to create server and handle routes…