Introduction of JavaScript by creating several game projects by Ania Kubow
https://www.freecodecamp.org/news/learn-javascript-by-coding-7-games/
#freecodecamp #aniaKubow #games #esm
https://www.freecodecamp.org/news/learn-javascript-by-coding-7-games/
#freecodecamp #aniaKubow #games #esm
March 5, 2022
Exercise from Dcode on creating a JavaScript library with the built-in ES Module features
https://youtu.be/sZQEa13r22I
#esm #dcode #library
https://youtu.be/sZQEa13r22I
#esm #dcode #library
March 5, 2022
Some commonly unknown JavaScript features
https://javascript.plainenglish.io/10-javascript-new-features-you-might-have-missed-1c6e71fa44c0
---
Difference between ordinary function and arrow function
https://javascript.plainenglish.io/regular-function-vs-arrow-function-a-comparative-study-abfa22391131
---
Get to know the history.back navigation function in JavaScript
https://javascript.plainenglish.io/do-you-know-history-back-in-javascript-cbc0cecc2993
---
Example interview questions with cases of creating functions from other functions or Currying JavaScript
https://blog.bitsrc.io/common-javascript-interview-question-create-a-function-that-returns-curried-version-of-a-function-192bcac8c55a
---
#es2020 #esm #history #currying
https://javascript.plainenglish.io/10-javascript-new-features-you-might-have-missed-1c6e71fa44c0
---
Difference between ordinary function and arrow function
https://javascript.plainenglish.io/regular-function-vs-arrow-function-a-comparative-study-abfa22391131
---
Get to know the history.back navigation function in JavaScript
https://javascript.plainenglish.io/do-you-know-history-back-in-javascript-cbc0cecc2993
---
Example interview questions with cases of creating functions from other functions or Currying JavaScript
https://blog.bitsrc.io/common-javascript-interview-question-create-a-function-that-returns-curried-version-of-a-function-192bcac8c55a
---
#es2020 #esm #history #currying
March 17, 2022
A long and series of training on the introduction of JavaScript
https://snipcart.com/blog/javascript-practice-exercises
#esm #course
https://snipcart.com/blog/javascript-practice-exercises
#esm #course
March 27, 2022
One of the things that JavaScript app developers need to know when it comes to writing code
https://javascript.plainenglish.io/1-thing-every-javascript-developer-should-know-in-2022-218fa6c2abc3
—-
ES2019 JavaScript feature introduction need to know
https://javascript.plainenglish.io/javascript-es2019-es10-in-a-nutshell-cae6f7524519
—-
#es2019 #esm #if
https://javascript.plainenglish.io/1-thing-every-javascript-developer-should-know-in-2022-218fa6c2abc3
—-
ES2019 JavaScript feature introduction need to know
https://javascript.plainenglish.io/javascript-es2019-es10-in-a-nutshell-cae6f7524519
—-
#es2019 #esm #if
June 21, 2022
Some of the modern JavaScript features that can be used today
https://dev.to/azure/modern-javascript-10-things-you-should-be-using-starting-today-1adm
#esm #modern
https://dev.to/azure/modern-javascript-10-things-you-should-be-using-starting-today-1adm
#esm #modern
DEV Community
Modern JavaScript, 10 things you should be using, starting today
10 JavaScript features you should adopt today
June 28, 2022
July 14, 2022
A collection of JavaScript code snippets or snippets that are often used in programming
https://dev.to/madza/19-practical-es6-snippets-to-solve-common-js-problems-31o9
—-
Tips and tricks in using JavaScript that you need to know
https://dev.to/dcodeyt/7-must-know-javascript-tips-tricks-2m8f
—-
Proxy API Object use case example in JavaScript
https://dev.to/jeevankishore/real-world-use-cases-of-object-proxies-3d87
—-
Example of using Observer design pattern in TypeScript
https://javascript.plainenglish.io/design-patterns-observer-pattern-in-typescript-f6589f1ce4fc
—-
#tips #snippets #observer #pattern #proxy #esm
https://dev.to/madza/19-practical-es6-snippets-to-solve-common-js-problems-31o9
—-
Tips and tricks in using JavaScript that you need to know
https://dev.to/dcodeyt/7-must-know-javascript-tips-tricks-2m8f
—-
Proxy API Object use case example in JavaScript
https://dev.to/jeevankishore/real-world-use-cases-of-object-proxies-3d87
—-
Example of using Observer design pattern in TypeScript
https://javascript.plainenglish.io/design-patterns-observer-pattern-in-typescript-f6589f1ce4fc
—-
#tips #snippets #observer #pattern #proxy #esm
DEV Community
19 Practical ES6 Snippets to Solve Common JS Problems 🚀💯
In our developer workflow, we often encounter challenging problems that might require just a few...
September 19, 2022
Introduction to ES Module in Node JS and browser
https://blog.openreplay.com/the-complete-guide-to-modules/
—-
Node JS 19 release notes available for download
https://nodejs.org/en/blog/announcements/v19-release-announce/
—-
#esm #nodejs #browser #release
https://blog.openreplay.com/the-complete-guide-to-modules/
—-
Node JS 19 release notes available for download
https://nodejs.org/en/blog/announcements/v19-release-announce/
—-
#esm #nodejs #browser #release
Openreplay
The Complete Guide to Modules in Browsers and Node.
How to use JavaScript modules in the front- and back-end
October 23, 2022
A collection of some JavaScript features from ES2015 to ES2022
https://medium.com/@bluetch/javascript-es6-es7-es8-es9-es10-es11-and-es12-519d8be7d48c
—-
Tips and tricks for using JavaScript to make programming easier
https://levelup.gitconnected.com/20-super-useful-js-tips-to-make-your-job-easier-1651d9010f48
—-
Tips and tricks for using JavaScript for front end developers
https://javascript.plainenglish.io/as-a-front-end-engineer-10-javascript-tricks-and-tips-you-should-know-about-6f4df0082407
—-
Practice using the Chrome Face Detection API to build a simple face detection app
https://medium.com/@joomiguelcunha/lets-play-with-chrome-s-face-detection-api-ca13017a958f
—-
#esm #chrome #tips #es2015 #es2022
https://medium.com/@bluetch/javascript-es6-es7-es8-es9-es10-es11-and-es12-519d8be7d48c
—-
Tips and tricks for using JavaScript to make programming easier
https://levelup.gitconnected.com/20-super-useful-js-tips-to-make-your-job-easier-1651d9010f48
—-
Tips and tricks for using JavaScript for front end developers
https://javascript.plainenglish.io/as-a-front-end-engineer-10-javascript-tricks-and-tips-you-should-know-about-6f4df0082407
—-
Practice using the Chrome Face Detection API to build a simple face detection app
https://medium.com/@joomiguelcunha/lets-play-with-chrome-s-face-detection-api-ca13017a958f
—-
#esm #chrome #tips #es2015 #es2022
Medium
JavaScript from ES6 to ES12 in 2022
A note from JavaScript ES6 to ES 12
October 26, 2022
Perform Array data manipulation using only one function method
https://medium.com/@nusrat35/add-remove-and-update-element-of-an-array-using-one-method-59ddd91edd92
----
Some of the latest JavaScript features that developers rarely know about
https://javascript.plainenglish.io/4-cool-modern-javascript-features-most-developers-dont-know-about-c2c45104427c
----
How to deal with asynchronous code in JavaScript
https://blog.appsignal.com/2022/11/09/how-to-handle-async-code-in-javascript.html
----
Some game play to help learn JavaScript
https://dev.to/dailydevtips1/10-games-to-learn-javascript-155j
----
#splice #array #learn #async #es2021 #esm
https://medium.com/@nusrat35/add-remove-and-update-element-of-an-array-using-one-method-59ddd91edd92
----
Some of the latest JavaScript features that developers rarely know about
https://javascript.plainenglish.io/4-cool-modern-javascript-features-most-developers-dont-know-about-c2c45104427c
----
How to deal with asynchronous code in JavaScript
https://blog.appsignal.com/2022/11/09/how-to-handle-async-code-in-javascript.html
----
Some game play to help learn JavaScript
https://dev.to/dailydevtips1/10-games-to-learn-javascript-155j
----
#splice #array #learn #async #es2021 #esm
Medium
Add, Remove and Update element of an array using one method in JavaScript
The art of programming is the skill of controlling complexity.
December 11, 2022
An introduction to the ESM Module in JavaScript
https://javascript.plainenglish.io/unleashing-the-power-of-javascript-modules-a-beginners-guide-e86abb5ee211
---
Explanation of Object Assign in JavaScript
https://javascript.plainenglish.io/js-object-assign-in-depth-113fad346731
---
An explanation of the basic Regex
https://javascript.plainenglish.io/understanding-regex-regex-based-string-methods-and-regex-flags-3501cc3af9fd
---
Some weaknesses in the use of JavaScript that need to be known
https://javascript.plainenglish.io/biggest-javascript-pitfalls-1cfa1ef6f0db
#esm #regex #pitfall
https://javascript.plainenglish.io/unleashing-the-power-of-javascript-modules-a-beginners-guide-e86abb5ee211
---
Explanation of Object Assign in JavaScript
https://javascript.plainenglish.io/js-object-assign-in-depth-113fad346731
---
An explanation of the basic Regex
https://javascript.plainenglish.io/understanding-regex-regex-based-string-methods-and-regex-flags-3501cc3af9fd
---
Some weaknesses in the use of JavaScript that need to be known
https://javascript.plainenglish.io/biggest-javascript-pitfalls-1cfa1ef6f0db
#esm #regex #pitfall
Medium
Unleashing the Power of JavaScript Modules: A Beginner’s Guide
JavaScript is a powerful programming language that is widely used for web development. One of the key features of JavaScript is its support…
January 30, 2023
Tips and tricks for optimizing the appearance of web applications with Dcode
https://www.youtube.com/watch?v=VEJesN2tjOI
ES Module introduction exercise with Dcode to export multiple functions at once
https://www.youtube.com/watch?v=JZtJohuW9JM
Practice with Dcode how to use fonts from Google Fonts
https://www.youtube.com/watch?v=vPPrk0Kwmx8
Some JavaScript functions that need to be understood
https://youtu.be/5p_gpP9_RO0
Practice with Dcode on how to configure JS Node on WSL, Mac, and Linux
https://www.youtube.com/watch?v=R73JI8rwkKc
An exercise from Dcode on how to detect mobile devices with JavaScript
https://www.youtube.com/watch?v=VKZvBf0VLXE
#detection #mobile
#nodejs #wsl #linux #mac
#function #fonts #google
#export #esm #tips #look #dcode
https://www.youtube.com/watch?v=VEJesN2tjOI
ES Module introduction exercise with Dcode to export multiple functions at once
https://www.youtube.com/watch?v=JZtJohuW9JM
Practice with Dcode how to use fonts from Google Fonts
https://www.youtube.com/watch?v=vPPrk0Kwmx8
Some JavaScript functions that need to be understood
https://youtu.be/5p_gpP9_RO0
Practice with Dcode on how to configure JS Node on WSL, Mac, and Linux
https://www.youtube.com/watch?v=R73JI8rwkKc
An exercise from Dcode on how to detect mobile devices with JavaScript
https://www.youtube.com/watch?v=VKZvBf0VLXE
#detection #mobile
#nodejs #wsl #linux #mac
#function #fonts #google
#export #esm #tips #look #dcode
YouTube
3 Easy Ways to Make Your Website Look More Professional
In this video I'll take you through 3 simple ways to make your website more professional - these can be applied to *any* website and only take a few lines of code.
🏫 My Udemy Courses - https://www.udemy.com/user/domenic-corso/
🎨 Download my VS Code theme…
🏫 My Udemy Courses - https://www.udemy.com/user/domenic-corso/
🎨 Download my VS Code theme…
March 16, 2023
Difference between CommonJS and ES Modules
https://javascript.plainenglish.io/the-great-javascript-divide-commonjs-vs-es-modules-6a6e0aa91286
—-
Introduction to asynchronous concepts in JavaScript
https://bitsbydenis.medium.com/asynchronous-javascript-from-callbacks-to-promises-and-async-await-be3eee77ad0
—-
Tips for creating project architecture in Node JS
https://hardiks.medium.com/best-practices-for-node-js-application-architecture-8ccb1f94452a
—-
#nodejs #commonjs #esm #callback #async
https://javascript.plainenglish.io/the-great-javascript-divide-commonjs-vs-es-modules-6a6e0aa91286
—-
Introduction to asynchronous concepts in JavaScript
https://bitsbydenis.medium.com/asynchronous-javascript-from-callbacks-to-promises-and-async-await-be3eee77ad0
—-
Tips for creating project architecture in Node JS
https://hardiks.medium.com/best-practices-for-node-js-application-architecture-8ccb1f94452a
—-
#nodejs #commonjs #esm #callback #async
Medium
The Great JavaScript Divide: CommonJS vs ES Modules
It’s time we put an end to this divide and embrace modern and united JavaScript.
October 14, 2023