Practice making a blog app with Markdown and Deno TS
https://www.freecodecamp.org/news/how-to-create-a-blog-with-deno/
#blog #markdown #deno
https://www.freecodecamp.org/news/how-to-create-a-blog-with-deno/
#blog #markdown #deno
freeCodeCamp.org
How to Create a Static Markdown Blog with Deno and Deploy It
Deno is a runtime for JavaScript and TypeScript. The creator of Node.js built it, and while Node is built with C and C++, Deno is built with the Rust language. You might be wondering what some of the main differences between Node and Deno are. Well, ...
Practice using DOM manipulation with JavaScript
https://www.freecodecamp.org/news/the-javascript-dom-a-practical-tutorial/
---
Some important references about important services for JavaScript Developer
https://javascript.plainenglish.io/the-most-useful-javascript-resources-for-developers-c43662e9ed88
---
Introduction to Refect API in JavaScript
https://blog.logrocket.com/working-with-the-javascript-reflect-api/
#dom #resource #reflect
https://www.freecodecamp.org/news/the-javascript-dom-a-practical-tutorial/
---
Some important references about important services for JavaScript Developer
https://javascript.plainenglish.io/the-most-useful-javascript-resources-for-developers-c43662e9ed88
---
Introduction to Refect API in JavaScript
https://blog.logrocket.com/working-with-the-javascript-reflect-api/
#dom #resource #reflect
freeCodeCamp.org
How the JavaScript DOM Works – A Practical Tutorial
If you were listening to music on an app and you wanted to pause or skip a song, you'd have to do that through the app. This process is similar to how the Document Object Model or DOM works. Here, the music app represents the DOM because it serves as...
Practice using Chart JS on Angular and using the zoom in out plugin
https://www.freecodecamp.org/news/chart-js-zooom-plugin/
#angular #chartjs #zoom
https://www.freecodecamp.org/news/chart-js-zooom-plugin/
#angular #chartjs #zoom
freeCodeCamp.org
How to Add the Chart.js Zoom Plugin to an Angular App
In this tutorial you will learn how to the Add Chart.js Zoom plugin to an Angular application. When you have a lot of data in a chart, you may want to zoom in and see the details. Line charts are a good way to visualise large amounts of data. You
Basic introduction to Remix JS exercises and examples of their use
https://css-tricks.com/the-basics-of-remix/
#remix #react #beginner
https://css-tricks.com/the-basics-of-remix/
#remix #react #beginner
CSS-Tricks
The Basics Of Remix | CSS-Tricks
You’ve probably heard a lot of hype around one of the newest kids on the framework block, Remix. It may be surprising that it got its start back in 2019, but
Long practice with Traversy Media on introducing multiple command lines in Linux / Unix Terminal
https://youtu.be/uwAqEzhyjtw
#traversyMedia #commandLine #linux #cmd #terminal
https://youtu.be/uwAqEzhyjtw
#traversyMedia #commandLine #linux #cmd #terminal
YouTube
Command Line Crash Course For Beginners | Terminal Commands
This is a course for beginners to learn how to navigate the terminal/command line. I tried to make it as OS agnostic as possible, but if you are on Windows, I suggest using something like "Git Bash".
⭐ Check out Agora!
https://bit.ly/3bLM8Iu
💻 Gist With…
⭐ Check out Agora!
https://bit.ly/3bLM8Iu
💻 Gist With…
Reference some applications that need to be installed after first installing Linux
https://medium.com/codex/first-13-apps-acquired-after-new-linux-install-aff7e3abca5a
#linux
https://medium.com/codex/first-13-apps-acquired-after-new-linux-install-aff7e3abca5a
#linux
Medium
First 13 Apps Acquired After New Linux Install
These are the first programs I sought out for a new install of Linux Mint XFCE Edition.
Practice from Dcode on how to detect device screen orientation portrait or landscape with JavaScript
https://www.youtube.com/watch?v=uXKCDwPwUZg
—-
Create Youtube playlists based on Spotify playlists with Node JS
https://javascript.plainenglish.io/create-a-youtube-playlist-from-a-spotify-playlist-using-javascript-bb84b1532638
#dcode #orientation #playlist
https://www.youtube.com/watch?v=uXKCDwPwUZg
—-
Create Youtube playlists based on Spotify playlists with Node JS
https://javascript.plainenglish.io/create-a-youtube-playlist-from-a-spotify-playlist-using-javascript-bb84b1532638
#dcode #orientation #playlist
YouTube
How to Detect Device Orientation in JavaScript (Portrait/Landscape Mode)
In today's video I'll show you how easy it is to detect device orientation (portrait or landscape mode) on desktop and mobile devices in JavaScript for the web.
This is easily done using media queries and the matchMedia method found on the window object.…
This is easily done using media queries and the matchMedia method found on the window object.…
Build a blink detection app with Tensorflow JS , Vue JS, and Pinia
https://medium.com/the-web-tub/recognising-eye-blinking-with-tensorflow-js-3c02b738850d
—-
Example of creating a reusable component in Vue JS
https://nikakharebava.medium.com/creating-reusable-components-in-vuejs-and-why-it-is-important-93b3952f8916
—-
#vue #tensorflow #pinia
https://medium.com/the-web-tub/recognising-eye-blinking-with-tensorflow-js-3c02b738850d
—-
Example of creating a reusable component in Vue JS
https://nikakharebava.medium.com/creating-reusable-components-in-vuejs-and-why-it-is-important-93b3952f8916
—-
#vue #tensorflow #pinia
Medium
Recognising Eye Blinking With Tensorflow.js
For many years, developing Machine Learning (ML) projects have been mostly limited to Python users. Fortunately for web developers, this…
Making a Twitter Bot in the Year 2022 with Node.js
https://cmdcolin.github.io/posts/2022-08-26-twitterbot
#nodejs
https://cmdcolin.github.io/posts/2022-08-26-twitterbot
#nodejs
cmdcolin.github.io
Making a twitter bot in the year 2022 with node.js
A blog
How to create a global custom plugin in Nuxt.js
https://blog.logrocket.com/create-global-custom-plugin-nuxt-js/
#plugin #nuxtjs #nuxt
https://blog.logrocket.com/create-global-custom-plugin-nuxt-js/
#plugin #nuxtjs #nuxt
LogRocket Blog
How to create a global custom plugin in Nuxt.js - LogRocket Blog
Cover two different options for building a custom global plugin for a Nuxt.js app, using both Vue and JavaScript.
How to use polyfills in your React app
https://blog.logrocket.com/use-polyfills-react-app/
#react #app #polyfills
https://blog.logrocket.com/use-polyfills-react-app/
#react #app #polyfills
LogRocket Blog
How to use polyfills in your React app - LogRocket Blog
Polyfills are essential to using the latest and greatest tools in your apps. Learn how to build them from scratch in this post.
Testing your React Components — Step by Step
https://blog.bitsrc.io/testing-your-react-components-step-by-step-2ce9c3b4f299
#react #component #testing
https://blog.bitsrc.io/testing-your-react-components-step-by-step-2ce9c3b4f299
#react #component #testing
Medium
Testing your React Components — Step by Step
How to test React.js components with Jest and Testing Library. Test events, async behavior, mock API calls, plus more.
JavaScript and Events — The Fundamentals
https://www.lullabot.com/articles/javascript-and-events-fundamentals
#javascript #fundementals #event
https://www.lullabot.com/articles/javascript-and-events-fundamentals
#javascript #fundementals #event
Lullabot
JavaScript and Events - The Fundamentals
Reacting to browser events in JavaScript is one of the fundamental ways to start building more reactive websites and rich web applications. Get started with this primer.
Creating a Real time chat app with Vue, Socket. io and NodeJS
https://medium.com/@iamdeepinder/creating-a-real-time-chat-app-with-vue-socket-io-and-nodejs-part-2-ab73a75761b
#chat #app #vue #vuejs #socket #nodejs
https://medium.com/@iamdeepinder/creating-a-real-time-chat-app-with-vue-socket-io-and-nodejs-part-2-ab73a75761b
#chat #app #vue #vuejs #socket #nodejs
Medium
Creating a Real time chat app with Vue, Socket.io and NodeJS — Part 2
This tutorial explains how to build a realtime one to one and group chat application with Vue, Socket.IO Rooms, WebSocket, and NodeJS
5 Most Common useState Mistakes React Developers Often Make
https://refine.dev/blog/common-usestate-mistakes-and-how-to-avoid/
#mistakes #usestate #react #reactjs
https://refine.dev/blog/common-usestate-mistakes-and-how-to-avoid/
#mistakes #usestate #react #reactjs
refine.dev
5 Most Common useState Mistakes React Developers Often Make | Refine
Find out what the five most common mistakes React developers make with useState and how to avoid them.
The Future of State Management in Vue.js
https://fadamakis.medium.com/the-future-of-state-management-in-vue-js-fa3f94865d1f
#vue
https://fadamakis.medium.com/the-future-of-state-management-in-vue-js-fa3f94865d1f
#vue
Medium
The future of State Management in Vue.js
With Vue 3 gaining traction and becoming the new default, many things are changing, and the ecosystem is still shaping. Until recently, the…
Take a look at some of the new features of JavaScript ES2022
https://javascript.plainenglish.io/5-most-exciting-es2022-features-you-should-know-about-f7a4d8ed78cb
#es2022
https://javascript.plainenglish.io/5-most-exciting-es2022-features-you-should-know-about-f7a4d8ed78cb
#es2022
Practice making diagrams or charts with JavaScript and Anychart
https://javascript.plainenglish.io/creating-line-charts-stepped-line-charts-in-js-601db1022f76
---
Some tips and tricks on using JavaScript
https://dev.to/dcodeyt/7-must-know-javascript-tips-tricks-2m8f
---
#chart #anychart #tips
https://javascript.plainenglish.io/creating-line-charts-stepped-line-charts-in-js-601db1022f76
---
Some tips and tricks on using JavaScript
https://dev.to/dcodeyt/7-must-know-javascript-tips-tricks-2m8f
---
#chart #anychart #tips
Medium
Create Line Charts & Stepped Line Charts in JavaScript
A step-by-step guide on how to quickly create beautiful interactive line (and step-line) charts using JavaScript.