A simple tutorial on creating a web with Nuxt JS 3
https://medium.com/call-for-atlas/build-modern-web-apps-with-nuxt-3-and-vuejs-409b3d3a2277
#vue #nuxt
https://medium.com/call-for-atlas/build-modern-web-apps-with-nuxt-3-and-vuejs-409b3d3a2277
#vue #nuxt
Medium
Build Modern Web Apps with Nuxt 3 and Vuejs
Nuxt is the de facto VueJs framework used throughout the industry to build apps, these being of the type Single Page App (SPA), Server-side…
Reference from Dcode on some Javascript projects that can be studied to deepen JavaScript
https://youtu.be/A8LCUkHLSCA
---
A collection of several JavaScript code shortcuts or shorthands
https://blog.openreplay.com/top-javascript-shorthand-techniques
---
Creating a data String from a JavaScript Array content
https://dev.to/gaelgthomas/array-to-string-without-commas-in-javascript-4mg6
---
Getting to know the "this" Object in Javascript
https://javascript.plainenglish.io/do-you-really-know-this-in-javascript-cbdd80b79442
---
Several TypeScript libraries to help with application development
https://betterprogramming.pub/5-typescript-libraries-to-improve-your-codebase-d26f74a5c3
#dcode #project #array #string #this #library
https://youtu.be/A8LCUkHLSCA
---
A collection of several JavaScript code shortcuts or shorthands
https://blog.openreplay.com/top-javascript-shorthand-techniques
---
Creating a data String from a JavaScript Array content
https://dev.to/gaelgthomas/array-to-string-without-commas-in-javascript-4mg6
---
Getting to know the "this" Object in Javascript
https://javascript.plainenglish.io/do-you-really-know-this-in-javascript-cbdd80b79442
---
Several TypeScript libraries to help with application development
https://betterprogramming.pub/5-typescript-libraries-to-improve-your-codebase-d26f74a5c3
#dcode #project #array #string #this #library
YouTube
7 Unique JavaScript Project Ideas to Build Your Skills (With Guides!)
In today's video, I'll take you through 7 unique JavaScript project ideas to help build your skills - perfect for beginner to intermediate developers.
🎓 ULTIMATE JAVASCRIPT DOM CRASH COURSE:
https://www.udemy.com/course/the-ultimate-javascript-dom-crash…
🎓 ULTIMATE JAVASCRIPT DOM CRASH COURSE:
https://www.udemy.com/course/the-ultimate-javascript-dom-crash…
Long practice from Freecodecamp creating a Minecraft game clone with Three JS and React JS
https://www.freecodecamp.org/news/code-a-minecraft-clone-using-react-and-three-js/
—-
Simple exercise how to use Props in React JS
https://www.freecodecamp.org/news/how-to-use-props-in-reactjs/
#react #props #threejs #minecraft #clone
https://www.freecodecamp.org/news/code-a-minecraft-clone-using-react-and-three-js/
—-
Simple exercise how to use Props in React JS
https://www.freecodecamp.org/news/how-to-use-props-in-reactjs/
#react #props #threejs #minecraft #clone
freeCodeCamp.org
Code a Minecraft Clone Using React and Three.js
It may not be possible to code a Minecraft clone in 30 seconds [https://www.youtube.com/watch?v=MAlSjtxy5ak], but you can definitely create one in under two hours. We just published a course on the freeCodeCamp.org YouTube channel that will teach you how…
Some of the advantages and disadvantages of using the Linux operating system
https://dev.to/jjokah/benefits-of-using-linux-the-developers-os-2bp2
#linux
https://dev.to/jjokah/benefits-of-using-linux-the-developers-os-2bp2
#linux
DEV Community 👩💻👨💻
Benefits of using Linux: the Developer's OS
The best part about Linux is that you can do anything and still, the worst part is that you can do...
Practice making Select Input Component with React JS, with Web Dev Simplified
https://www.youtube.com/watch?v=bAJlYgeovlg
#input #select #react #webdevsimplified
https://www.youtube.com/watch?v=bAJlYgeovlg
#input #select #react #webdevsimplified
YouTube
This Is The Perfect Project For Your React/TypeScript Resume
PropelAuth: https://bit.ly/PropelAuthWDS
Select components are one of the most important components you will use in React, but how exactly do you create a good select component. In this video I will breakdown how to create a select component in React using…
Select components are one of the most important components you will use in React, but how exactly do you create a good select component. In this video I will breakdown how to create a select component in React using…
Tips and tricks from Traversy Media on using the React JS framework
https://www.youtube.com/watch?v=4FhJkX18fS8
#react #traversy #media #tips
https://www.youtube.com/watch?v=4FhJkX18fS8
#react #traversy #media #tips
YouTube
5 Pro-Level React Do's & Don'ts
In this video, Jack will talk about some do's and don'ts when it comes to writing code with the React JavaScript framework.
📽️ Jack's YouTube Channel:
https://www.youtube.com/c/JackHerrington
👇 Follow Traversy Media On Social Media:
Twitter: https://t…
📽️ Jack's YouTube Channel:
https://www.youtube.com/c/JackHerrington
👇 Follow Traversy Media On Social Media:
Twitter: https://t…
A Guide to Rounding Numbers in JavaScript
https://www.sitepoint.com/rounding-numbers-javascript/
#javascript #roundingnumber
https://www.sitepoint.com/rounding-numbers-javascript/
#javascript #roundingnumber
Sitepoint
A Guide to Rounding Numbers in JavaScript — SitePoint
Learn about methods for rounding numbers in JavaScript: rounding up, rounding down, rounding to decimal places, and gotchas to avoid.
Forwarded from 👨💻Coder Blast🌋
VSCheatsheet, a web that provides shortcut cheats in the VS Code / Codium text editor
https://www.vscheatsheet.com
#vscode #codium
Share 🚀
Follow us :
Telegram & Instagram
https://www.vscheatsheet.com
#vscode #codium
Share 🚀
Follow us :
Telegram & Instagram
TypeScript 4.8 Released
https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/
#typescript #releases
https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/
#typescript #releases
Microsoft News
Announcing TypeScript 4.8
Today we’re excited to announce the release of TypeScript 4.8! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. These types let you put your expectations and assumptions into your code,
Popular Nodejs Patterns and Tools to Reconsider?
https://practica.dev/blog/popular-nodejs-pattern-and-tools-to-reconsider/
#nodejs
https://practica.dev/blog/popular-nodejs-pattern-and-tools-to-reconsider/
#nodejs
practica.dev
Popular Node.js patterns and tools to re-consider | Practica.js
Node.js is maturing. Many patterns and frameworks were embraced - it's my belief that developers' productivity dramatically increased in the past years. One downside of maturity is habits - we now reuse existing techniques more often. How is this a problem?
Some new things from Google Chrome DevTools version 106
https://www.youtube.com/watch?v=5gBqTXctxO8
#chrome #devtools #release
https://www.youtube.com/watch?v=5gBqTXctxO8
#chrome #devtools #release
YouTube
Chrome 106 - What’s New in DevTools
What’s new in DevTools (Chrome 106) → https://goo.gle/3DM1AAi
Chapters:
0:00 - Intro
0:45 - Group files by Authored / Deployed
1:30 - Hide ignore-listed sources
2:12 - The x_google_ignore_list in sourcemap
2:36 - Ignore 3rd party scripts in the stack traces…
Chapters:
0:00 - Intro
0:45 - Group files by Authored / Deployed
1:30 - Hide ignore-listed sources
2:12 - The x_google_ignore_list in sourcemap
2:36 - Ignore 3rd party scripts in the stack traces…
Several ways to implement lazy loading on images
https://javascript.plainenglish.io/4-ways-to-lazy-load-images-fe2e4bc9211d
---
Delete certain elements in an Array based on a certain index
https://javascript.plainenglish.io/delete-an-item-in-an-array-at-a-specific-index-671dd8c842ec
#image #lazy #array #index
https://javascript.plainenglish.io/4-ways-to-lazy-load-images-fe2e4bc9211d
---
Delete certain elements in an Array based on a certain index
https://javascript.plainenglish.io/delete-an-item-in-an-array-at-a-specific-index-671dd8c842ec
#image #lazy #array #index
Medium
4 Ways to Lazy Load Images
Which one is the most recommended?
Some examples of frequently used Git commands
https://dev.to/wadecodez/the-git-commands-i-use-every-day-5g17
---
Important practice on how to revert code to the previous commit
https://www.freecodecamp.org/news/git-remove-last-commit-how-to-undo-a-commit-in-git/
#git #command #undo #commit
https://dev.to/wadecodez/the-git-commands-i-use-every-day-5g17
---
Important practice on how to revert code to the previous commit
https://www.freecodecamp.org/news/git-remove-last-commit-how-to-undo-a-commit-in-git/
#git #command #undo #commit
DEV Community
The Git Commands I Use Every Day
1. Get all latest changes without merging Stop pulling code that you think will break!...
When to Use useLayoutEffect Instead of useEffect
https://javascript.plainenglish.io/react-hooks-when-to-use-uselayouteffect-instead-of-useeffect-3271a96d881a
#react
https://javascript.plainenglish.io/react-hooks-when-to-use-uselayouteffect-instead-of-useeffect-3271a96d881a
#react
Medium
React Hooks — When to Use useLayoutEffect Instead of useEffect
The difference between useEffect and useLayoutEffect — explained with a real-life example.
Tabs with scroll restoration in Angular applications
https://medium.com/javascript-everyday/tabs-with-scroll-restoration-in-angular-applications-2b6b3f8883d4
#angular
https://medium.com/javascript-everyday/tabs-with-scroll-restoration-in-angular-applications-2b6b3f8883d4
#angular
Medium
Tabs with scroll restoration in Angular applications
In this blog post, I will show you how to implement scroll restoration for tabs component. The logic will be encapsulated into a set of…
Forwarded from Learn Web Development
Guide to becoming a fullstack web developer from Freecodecamp
https://www.freecodecamp.org/news/what-is-a-full-stack-developer-full-stack-engineer-guide/
#fullstack #freecodecamp #developer
https://www.freecodecamp.org/news/what-is-a-full-stack-developer-full-stack-engineer-guide/
#fullstack #freecodecamp #developer
freeCodeCamp.org
What is a Full Stack Developer? Full Stack Engineer Guide
Full-stack developer roles are among the most highly sought after positions in the current job market. But what exactly is full-stack web development, and how do you become a full-stack developer? In this article, you will first learn what the term f...
Academind's explanation of some of the fixes in React Router version 6.4
https://www.youtube.com/watch?v=L2kzUg6IzxM
#react #router #academind
https://www.youtube.com/watch?v=L2kzUg6IzxM
#react #router #academind
YouTube
React Router 6.4 - Getting Started
Get started with React Router 6.4, learn how it differs from 6.x and how you can use its amazing new data-fetching (and submission) features!
Learn all about React.js with my full course: https://acad.link/reactjs
Join our Academind Community on Discord:…
Learn all about React.js with my full course: https://acad.link/reactjs
Join our Academind Community on Discord:…