Forwarded from Cyber Punk™
Comparison between Remix JS, Next JS, and Svelte Kit fullstack JavaScript frameworks
https://blog.logrocket.com/react-remix-vs-next-js-vs-sveltekit/
---
Creating a component library with TypeScript in React JS
https://blog.logrocket.com/build-component-library-react-typescript/
---
Important practice using Firebase SDK version 9 in React JS with CRUD application case examples
https://blog.logrocket.com/build-crud-application-react-firebase-web-sdk-v9/
---
Some techniques for fetching data or http requests in React
https://blog.logrocket.com/modern-api-data-fetching-methods-react/
#react #remix #firebase #component #http
https://blog.logrocket.com/react-remix-vs-next-js-vs-sveltekit/
---
Creating a component library with TypeScript in React JS
https://blog.logrocket.com/build-component-library-react-typescript/
---
Important practice using Firebase SDK version 9 in React JS with CRUD application case examples
https://blog.logrocket.com/build-crud-application-react-firebase-web-sdk-v9/
---
Some techniques for fetching data or http requests in React
https://blog.logrocket.com/modern-api-data-fetching-methods-react/
#react #remix #firebase #component #http
Forwarded from Learn Web Development
Freecodecamp's long practice of introducing SVG by creating an analog clock app using JavaScript, HTML and CSS
https://www.freecodecamp.org/news/svg-javascript-tutorial/
---
Practice making the Pomodoro Timer application with Javascript, HTML and CSS
https://javascript.plainenglish.io/build-a-pomodoro-timer-using-html-css-and-javascript-7a7a8410052c
---
Practice creating animated web pages using Theater JS
https://blog.logrocket.com/theatre-js-creating-intricate-powerful-animations/
---
Comparison between Flexbox and CSS Grid
https://betterprogramming.pub/flexbox-vs-css-grid-3e9011ee2951
#freecodecamp #svg #clock #pomodoro #flexbox #cssGrid
https://www.freecodecamp.org/news/svg-javascript-tutorial/
---
Practice making the Pomodoro Timer application with Javascript, HTML and CSS
https://javascript.plainenglish.io/build-a-pomodoro-timer-using-html-css-and-javascript-7a7a8410052c
---
Practice creating animated web pages using Theater JS
https://blog.logrocket.com/theatre-js-creating-intricate-powerful-animations/
---
Comparison between Flexbox and CSS Grid
https://betterprogramming.pub/flexbox-vs-css-grid-3e9011ee2951
#freecodecamp #svg #clock #pomodoro #flexbox #cssGrid
Forwarded from Learn CSS™
An important exercise from Kevin Powell on using CSS Flexbox for HTML element layout
https://youtu.be/u044iM9xsWU
#flexbox #css #kevinPowell
https://youtu.be/u044iM9xsWU
#flexbox #css #kevinPowell
Forwarded from Learn CSS™
Customizing HTML5 video player with CSS
https://blog.logrocket.com/creating-customizing-html5-video-player-css/
#html5 #videoplayer #css
https://blog.logrocket.com/creating-customizing-html5-video-player-css/
#html5 #videoplayer #css
Retweeting Twitter Bot with Node JS and TypeScript
https://betterprogramming.pub/twitter-auto-retweet-bot-with-node-js-and-typescript-4d6eaf24c0ab
---
Creating posts on Reddit with the help of Reddit API and Node JS
https://javascript.plainenglish.io/post-to-reddit-using-its-api-32b7baf708b2
#bot #twitter #reddit
https://betterprogramming.pub/twitter-auto-retweet-bot-with-node-js-and-typescript-4d6eaf24c0ab
---
Creating posts on Reddit with the help of Reddit API and Node JS
https://javascript.plainenglish.io/post-to-reddit-using-its-api-32b7baf708b2
#bot #twitter #reddit
Angular Async Pipe — Here’s how to use it like a boss
https://dkreider.medium.com/angular-async-pipe-heres-how-to-use-it-like-a-boss-f304bf7409bd
https://dkreider.medium.com/angular-async-pipe-heres-how-to-use-it-like-a-boss-f304bf7409bd
Javascript Weekly 17
• News ES2021: Here's the Features (Quickly)
• News Comparing Svelte and React
• News Build a Mobile-Responsive Telehealth Pager App Using Stream’s Chat API
• News Comparing the New Generation of Build Tools
• News 'Rust is the Future of JavaScript Infrastructure'
• News The State of Web Workers in 2021
• News Rethinking JavaScript's Ternary Operator
• News React Authentication, Simplified
• News zx: A Tool for Writing Better Shell Scripts
• News Over 100 Algorithms and Data Structures Demonstrated in JS
• News Shortcut Puts the Agile in Agile and the “Can” in Kanban
• News HTM 3.1.0: A JSX Alternative using Standard Tagged Templates
• News Tagify: An Elegant Input Component for Tags
• News Typehole: VS Code Tool to Automatically Generate TypeScript Types and Interfaces
• News Cheetah Grid: The Fastest Open-Source Data Table for the Web?
• News JavaScript's Creator Brendan Eich Shares His JavaScript Story
• News What You Need to Know About React 18
• News Beyond onClick: Handling Events in React
• News Coding Up a Mario Game in JavaScript with Kaboom.js
• News Ten JavaScript Clean Code Examples
• News Have Single-Page Apps Ruined the Web?
Tags: #Javascriptweekly #Javascript #JS #weekly
• News ES2021: Here's the Features (Quickly)
• News Comparing Svelte and React
• News Build a Mobile-Responsive Telehealth Pager App Using Stream’s Chat API
• News Comparing the New Generation of Build Tools
• News 'Rust is the Future of JavaScript Infrastructure'
• News The State of Web Workers in 2021
• News Rethinking JavaScript's Ternary Operator
• News React Authentication, Simplified
• News zx: A Tool for Writing Better Shell Scripts
• News Over 100 Algorithms and Data Structures Demonstrated in JS
• News Shortcut Puts the Agile in Agile and the “Can” in Kanban
• News HTM 3.1.0: A JSX Alternative using Standard Tagged Templates
• News Tagify: An Elegant Input Component for Tags
• News Typehole: VS Code Tool to Automatically Generate TypeScript Types and Interfaces
• News Cheetah Grid: The Fastest Open-Source Data Table for the Web?
• News JavaScript's Creator Brendan Eich Shares His JavaScript Story
• News What You Need to Know About React 18
• News Beyond onClick: Handling Events in React
• News Coding Up a Mario Game in JavaScript with Kaboom.js
• News Ten JavaScript Clean Code Examples
• News Have Single-Page Apps Ruined the Web?
Tags: #Javascriptweekly #Javascript #JS #weekly
Practice using the correct CSS Selector in Vue JS so you don't need the Scoped CSS feature in Vue JS, with the Programming With Erik channel
https://youtu.be/9WEV51IGSek
#vue #css #scoped
https://youtu.be/9WEV51IGSek
#vue #css #scoped
Examples of class use cases in JavaScript from Freecodecamp
https://www.freecodecamp.org/news/javascript-classes-how-they-work-with-use-case/
---
Practice uploading files using the Multipart Form Data method using JavaScript and Node JS
https://dev.to/pankod/how-to-multipart-file-upload-using-formdata-with-html-16g4
---
Practice using Weakmaps and Weaksets in JavaScript
https://blog.logrocket.com/weakmap-weakset-understanding-javascript-weak-references/
---
#class #esm #weak #multipart
https://www.freecodecamp.org/news/javascript-classes-how-they-work-with-use-case/
---
Practice uploading files using the Multipart Form Data method using JavaScript and Node JS
https://dev.to/pankod/how-to-multipart-file-upload-using-formdata-with-html-16g4
---
Practice using Weakmaps and Weaksets in JavaScript
https://blog.logrocket.com/weakmap-weakset-understanding-javascript-weak-references/
---
#class #esm #weak #multipart
Practice creating image filters with CSS and React JS
https://betterprogramming.pub/creating-instagram-filters-using-react-js-and-css-a9a466ef60a3
#filter #css #react
https://betterprogramming.pub/creating-instagram-filters-using-react-js-and-css-a9a466ef60a3
#filter #css #react
Forwarded from Cyber Punk™
A simple exercise on how to deploy a Node JS backend application using Docker
https://sonipuru21.medium.com/how-to-build-a-node-js-and-mongodb-application-with-docker-containers-81ef63c25e
#docker #nodejs #mongodb #deploy
https://sonipuru21.medium.com/how-to-build-a-node-js-and-mongodb-application-with-docker-containers-81ef63c25e
#docker #nodejs #mongodb #deploy
Forwarded from Learn CSS™
Explanation of what is Font Weight in CSS with Dcode
https://youtu.be/hsuyIvzxOOQ
#dcode #font #weight #css
https://youtu.be/hsuyIvzxOOQ
#dcode #font #weight #css
Creating a documentation system with Swagger and Open API on Node JS
https://medium.com/@yasirurahnayaka97/openapi-3-0-documentation-for-node-js-rest-api-b91f30d91ed5
—-
Basic practice of introducing Node JS and Express JS
https://medium.com/nerd-for-tech/express-js-node-js-for-beginners-with-example-f43e547f1f79
—-
Simple queuing system in Node JS
https://medium.com/geekculture/simple-queues-system-in-nodejs-e3a2e23b5ebf
—-
#nodejs #swagger #openapi #express #queue
https://medium.com/@yasirurahnayaka97/openapi-3-0-documentation-for-node-js-rest-api-b91f30d91ed5
—-
Basic practice of introducing Node JS and Express JS
https://medium.com/nerd-for-tech/express-js-node-js-for-beginners-with-example-f43e547f1f79
—-
Simple queuing system in Node JS
https://medium.com/geekculture/simple-queues-system-in-nodejs-e3a2e23b5ebf
—-
#nodejs #swagger #openapi #express #queue