Creating web applications with Deno TS and Fresh framework
https://www.thisdot.co/blog/building-your-first-app-using-fresh-framework
#deno #fresh
https://www.thisdot.co/blog/building-your-first-app-using-fresh-framework
#deno #fresh
This Dot Labs
Building Your First App Using Fresh Framework - This Dot Labs
The Fresh framework is the new kid on the block among frontend meta-frameworks. Just like other React meta-frameworks such as Next.js, Fresh allows you to build…
Practice from Codebubb creating an Accordion view with HTML, CSS, and JavaScript
https://www.youtube.com/watch?v=p78A1lysGDk
#faq #codebubb #accordion #html #css
https://www.youtube.com/watch?v=p78A1lysGDk
#faq #codebubb #accordion #html #css
YouTube
Build an FAQ Accordion Using HTML, CSS & JavaScript
In this project, I will show you how to build an FAQ Accordion component using HTML, CSS & JavaScript.
00:00 Intro
00:32 Fetching the data
03:27 Adding widget container to page
08:55 Making FAQ Items
16:11 Styling
23:45 Button toggle
24:50 Connecting data…
00:00 Intro
00:32 Fetching the data
03:27 Adding widget container to page
08:55 Making FAQ Items
16:11 Styling
23:45 Button toggle
24:50 Connecting data…
Performing Fetch data function in JavaScript to API endpoint
https://javascript.plainenglish.io/how-to-fetch-data-in-javascript-like-a-pro-6394d38ed255
---
Create file upload and share functions with JavaScript
https://dev.to/varshithvhegde/how-i-created-a-file-sharing-website-using-simple-javascript-355g
---
#fetch #upload
https://javascript.plainenglish.io/how-to-fetch-data-in-javascript-like-a-pro-6394d38ed255
---
Create file upload and share functions with JavaScript
https://dev.to/varshithvhegde/how-i-created-a-file-sharing-website-using-simple-javascript-355g
---
#fetch #upload
Medium
How to Fetch Data in JavaScript Like a Pro
Are you fumbling with APIs? This tutorial will teach you how to use the fetch API to get your data in JavaScript like a pro.
Create an image search app with React JS and React Query hook
https://dev.to/franklin030601/image-search-engine-with-react-js-react-query-39
—-
Difference between React Router and React Router DOM
https://www.syncfusion.com/blogs/post/react-router-vs-react-router-dom.aspx
—-
#react #router #query #image
https://dev.to/franklin030601/image-search-engine-with-react-js-react-query-39
—-
Difference between React Router and React Router DOM
https://www.syncfusion.com/blogs/post/react-router-vs-react-router-dom.aspx
—-
#react #router #query #image
DEV Community
Image search engine with React JS - React Query 🔋
This time we will make an image search engine with the help of Unsplash API and React Query, with...
Several winners of the competition created a 13 kb JavaScript game for 2022.
https://github.blog/2022-10-06-js13k-2022-winners/
#js13k #game
https://github.blog/2022-10-06-js13k-2022-winners/
#js13k #game
The GitHub Blog
JS13K 2022 winners 🏆
The eleventh annual js13kGames coding competition, challenging participants to create games in 13kB or less of JavaScript in a month, just wrapped up. This post highlights the top thirteen entries.
Introduction to Scope and Hoisting in JavaScript
https://blog.webdevsimplified.com/2022-10/js-scoping/
---
How to solve the problem cannot read property of undefined on Array operation in JavaScript
https://www.freecodecamp.org/news/fix-typeerror-cannot-read-property-push-of-undefined-in-javascript/
#array #scope #undefined #hoisting
https://blog.webdevsimplified.com/2022-10/js-scoping/
---
How to solve the problem cannot read property of undefined on Array operation in JavaScript
https://www.freecodecamp.org/news/fix-typeerror-cannot-read-property-push-of-undefined-in-javascript/
#array #scope #undefined #hoisting
Webdevsimplified
All 4 JavaScript Scopes Explained
There are 4 different scopes in JavaScript which each behave differently and you need to understand those differences to truly master JavaScript.
Introduction to Worker Threads in Node JS
https://javascript.plainenglish.io/a-brief-guide-on-worker-threads-in-node-js-80bd1e7846cb
—-
Processing video data with ffmpeg and Node JS
https://betterprogramming.pub/how-to-process-video-with-ffmpeg-and-nodejs-940a8e510791
—-
Asynchronous initialization of objects in Node JS
https://blog.devgenius.io/asynchronous-initialization-with-nodejs-d01017f558c7
—-
Some trends in the use of Node JS that you need to know
https://medium.com/front-end-weekly/top-10-node-js-trends-to-follow-28212b4e029e
#nodejs #workerthread #init #async
https://javascript.plainenglish.io/a-brief-guide-on-worker-threads-in-node-js-80bd1e7846cb
—-
Processing video data with ffmpeg and Node JS
https://betterprogramming.pub/how-to-process-video-with-ffmpeg-and-nodejs-940a8e510791
—-
Asynchronous initialization of objects in Node JS
https://blog.devgenius.io/asynchronous-initialization-with-nodejs-d01017f558c7
—-
Some trends in the use of Node JS that you need to know
https://medium.com/front-end-weekly/top-10-node-js-trends-to-follow-28212b4e029e
#nodejs #workerthread #init #async
Medium
A Brief Guide on Worker Threads in Node.js
How you can use worker threads in Node.js
Basic DBMS and SQL introduction exercises
https://www.freecodecamp.org/news/dbms-and-sql-basics/
#db #rdbms #sql
https://www.freecodecamp.org/news/dbms-and-sql-basics/
#db #rdbms #sql
freeCodeCamp.org
Database Management Systems and SQL – Tutorial for Beginners
By Bikash Daga (Jain) Database Management Systems and SQL are two of the most important and widely used tools on the internet today. You use a Database Management System (DBMS) to store the data you collect from various sources, and SQL to manipulat...
Some String manipulation techniques to know
https://www.syncfusion.com/blogs/post/javascript-string-manipulation-techniques-every-developer-should-know.aspx
—-
Simple way to do email validation in JavaScript front end
https://www.30secondsofcode.org/articles/s/js-email-validation
—-
Visualization of how the JavaScript engine works
https://dev.to/lydiahallie/javascript-visualized-the-javascript-engine-4cdf
—-
#string #engine
https://www.syncfusion.com/blogs/post/javascript-string-manipulation-techniques-every-developer-should-know.aspx
—-
Simple way to do email validation in JavaScript front end
https://www.30secondsofcode.org/articles/s/js-email-validation
—-
Visualization of how the JavaScript engine works
https://dev.to/lydiahallie/javascript-visualized-the-javascript-engine-4cdf
—-
#string #engine
Syncfusion
JavaScript String Manipulation Techniques Every Developer Should Know
This article discusses the JavaScript string manipulation techniques every developer should know.
Practice from John Komarnicky creating Dark Mode and light mode in Vue JS with Tailwind CSS and Vue Use
https://youtu.be/7_mqThfC_yM
#johnKomarnicky #vue #tailwind
https://youtu.be/7_mqThfC_yM
#johnKomarnicky #vue #tailwind
YouTube
Dark & Light Mode With Vue, VueUse & Tailwind CSS
This video explains how to create a simple dark and light theme toggle using Vue 3, a library called vueUse & Tailwind CSS
Install Tailwind CSS With Vue: https://www.johnkomarnicki.com/articles/install-tailwind-with-vue-3
Theme Switcher With Tailwind CSS:…
Install Tailwind CSS With Vue: https://www.johnkomarnicki.com/articles/install-tailwind-with-vue-3
Theme Switcher With Tailwind CSS:…
Creating data visualizations with D3 JS and TypeScript
https://blog.logrocket.com/creating-visualizations-d3-typescript/
#d3 #typescript #visualization
https://blog.logrocket.com/creating-visualizations-d3-typescript/
#d3 #typescript #visualization
LogRocket Blog
Creating visualizations with D3 and TypeScript - LogRocket Blog
This tutorial will be a step-by-step guide that will show you how to create a complex visualization using D3 and TypeScript.
Create an online store application with Node JS, Angular, TypeScript, and Stripe Payment
https://www.freecodecamp.org/news/build-a-webshop-with-angular-node-js-typescript-stripe/
#angular #nodejs #webshop
https://www.freecodecamp.org/news/build-a-webshop-with-angular-node-js-typescript-stripe/
#angular #nodejs #webshop
freeCodeCamp.org
Build a Webshop with Angular, Node.js, TypeScript, & Stripe
Learn how to build a webshop from scratch! We just published a course on the freeCodeCamp.org YouTube channel that will teach you how to build a webshop or e-commerce store using Angular/TypeScript, Express.js, and Stripe. You will learn how to use Angular…
Refresh token implementation exercise in Strapi CMS
https://medium.com/strapi/how-to-create-a-refresh-token-feature-in-your-strapi-application-de9e85cf3e83
#strapi #cms #token #refresh
https://medium.com/strapi/how-to-create-a-refresh-token-feature-in-your-strapi-application-de9e85cf3e83
#strapi #cms #token #refresh
Medium
How to Create a Refresh Token Feature in your Strapi Application
This article explains how to create a refresh token feature in your Strapi application.
Javascript Mastery released a lengthy exercise on introducing React JS by creating multiple projects
https://youtu.be/XxXyfkrP298
---
React JS introduction practice by building a Weather App
https://www.freecodecamp.org/news/use-react-and-apis-to-build-a-weather-app/
---
Tips for using Props well in React JS
https://www.freecodecamp.org/news/avoid-prop-drilling-with-react-context-api/
#react #javascriptMastery #props #weather #course
https://youtu.be/XxXyfkrP298
---
React JS introduction practice by building a Weather App
https://www.freecodecamp.org/news/use-react-and-apis-to-build-a-weather-app/
---
Tips for using Props well in React JS
https://www.freecodecamp.org/news/avoid-prop-drilling-with-react-context-api/
#react #javascriptMastery #props #weather #course
YouTube
Modern React Web Development Full Course - 12 Hours | 4 Real Industry Web Applications
Welcome to the ultimate course, which will help you become a master of Modern Web Development by Building Real Industry Applications. In this compilation of videos, you'll build social media applications, eCommerce applications, a professional development…
A long tutorial using Docker and Kubernetes from Freecodecamp
https://www.freecodecamp.org/news/learn-docker-and-kubernetes-hands-on-course/
#docker #kubernetes #freecodecamp
https://www.freecodecamp.org/news/learn-docker-and-kubernetes-hands-on-course/
#docker #kubernetes #freecodecamp
freeCodeCamp.org
Learn Docker and Kubernetes – Free Hands-On Course
Docker and Kubernetes are important technologies that can help you scale your applications. Docker is a platform for packaging, deploying, and running applications in containers. Kubernetes is a system for managing containerized applications across a...
A collection of many articles that help in learning TypeScript
https://medium.com/frontend-canteen/with-these-articles-you-will-not-be-confused-when-learning-typescript-d96a5c99e229
#typescript #article #learning
https://medium.com/frontend-canteen/with-these-articles-you-will-not-be-confused-when-learning-typescript-d96a5c99e229
#typescript #article #learning
Medium
With 40+ Articles, You Will Not Be Confused When Learning TypeScript
Through Vivid Animations, You Can Easily Understand the Difficult Points and Core Knowledge of TypeScript! Continuously Updated~~~
Docker introduction long practice for beginners
https://testdriven.io/blog/docker-for-beginners/
—-
Difference between Docker and Podman container
https://linuxhandbook.com/docker-vs-podman/
#docker #podman
https://testdriven.io/blog/docker-for-beginners/
—-
Difference between Docker and Podman container
https://linuxhandbook.com/docker-vs-podman/
#docker #podman
testdriven.io
Docker for Beginners
This article provides an overview of what Docker is, how it's used, and the basic Docker commands, so you can get up and running with Docker quickly.
Optimizing video backgrounds in CSS and JavaScript
https://blog.logrocket.com/optimizing-video-backgrounds-css-javascript/
#javascript #css #video
https://blog.logrocket.com/optimizing-video-backgrounds-css-javascript/
#javascript #css #video
LogRocket Blog
Optimizing video backgrounds in CSS and JavaScript - LogRocket Blog
In this article, you’ll learn how to add a video as the background of a website and how to make it responsive and interactive.
15 Game-Changing Tools in the Vue 3 Ecosystem
https://ejiro.hashnode.dev/15-game-changing-tools-in-vue-3-ecosystem
#vue
https://ejiro.hashnode.dev/15-game-changing-tools-in-vue-3-ecosystem
#vue