Javascript Weekly
01/31/2023
• News Why Not document.write()?
• News The WebAssembly JavaScript Promise Integration API
• News Break the Programming Mold with Dependency Injection
• News Why Is My Jest Suite So Slow?
• News Bun v0.5 Released
• News Building an Accessible Theme Picker
• News Fixing a Memory Leak in a Production Node.js App
• News Build a Mobile-Responsive Telehealth Pager App Using Stream’s Chat API
• News A Beginner’s Guide to Chrome Tracing
• News Handling Errors Like a Pro in TypeScript
• News RoughNotation: Cute Animated 'Rough' Text Annotations
• News Free Website Speed Test: Does Your Site Meet Google's Core Web Vitals?
• News Modern Errors: Handle Errors in a Simple, Stable, Consistent Way
• News Shifty: A Small, Fast Tweening Engine
• News Barba.js: For Smooth Visual Transitions Between Pages
• News Rete.js 1.5: A Framework for Visual Programming
• News Don’t Let Your Issue Tracker Be a Four-Letter Word. Use Shortcut
• News gpu-io: GPU-Accelerated Computing Library
Tags: #Javascriptweekly #Javascript #JS #weekly
01/31/2023
• News Why Not document.write()?
• News The WebAssembly JavaScript Promise Integration API
• News Break the Programming Mold with Dependency Injection
• News Why Is My Jest Suite So Slow?
• News Bun v0.5 Released
• News Building an Accessible Theme Picker
• News Fixing a Memory Leak in a Production Node.js App
• News Build a Mobile-Responsive Telehealth Pager App Using Stream’s Chat API
• News A Beginner’s Guide to Chrome Tracing
• News Handling Errors Like a Pro in TypeScript
• News RoughNotation: Cute Animated 'Rough' Text Annotations
• News Free Website Speed Test: Does Your Site Meet Google's Core Web Vitals?
• News Modern Errors: Handle Errors in a Simple, Stable, Consistent Way
• News Shifty: A Small, Fast Tweening Engine
• News Barba.js: For Smooth Visual Transitions Between Pages
• News Rete.js 1.5: A Framework for Visual Programming
• News Don’t Let Your Issue Tracker Be a Four-Letter Word. Use Shortcut
• News gpu-io: GPU-Accelerated Computing Library
Tags: #Javascriptweekly #Javascript #JS #weekly
Csswizardry
Why Not document.write()? – CSS Wizardry
We’re often told not to use document.write(), but… why?!
Javascript Weekly
01/02/2023
• News Astro 2.0: The Next-Gen 'Islands'-Oriented Web Framework
• News Deep Cloning Objects in JavaScript, The Modern Way
• News Go From Professional Web Developer to Lead Engineer
• News Announcing TypeScript 5.0 Beta
• News AlaSQL.js 3.0: Isomorphic JavaScript SQL Database
• News Getting Started with SvelteKit
• News Using .NET Code from JavaScript using WebAssembly
• News JavaScript Scratchpad for VS Code (2m+ Downloads)
• News scrollend: A New JavaScript Event
• News Packaging Rust Apps for the npm Registry
• News Making Sense of TypeScript using Set Theory
• News React Authentication, Simplified
• News Accessible Hamburger Buttons without JavaScript
• News Uppy 3.4: Powerful, Modular JavaScript File Uploader
• News Nut.js 3.0: Desktop Automation from Node
• News Optimize Your Systems' Performance With TelemetryHub - Real-Time Data Monitoring & Analysis
• News Eleventy v2.0: First Beta of the Popular Site Generator
• News Mock Service Worker 1.0: API Mocking Library for Browser and Node
• News Drift: A Self-Hostable Gist-Like / Pastebin Service
Tags: #Javascriptweekly #Javascript #JS #weekly
01/02/2023
• News Astro 2.0: The Next-Gen 'Islands'-Oriented Web Framework
• News Deep Cloning Objects in JavaScript, The Modern Way
• News Go From Professional Web Developer to Lead Engineer
• News Announcing TypeScript 5.0 Beta
• News AlaSQL.js 3.0: Isomorphic JavaScript SQL Database
• News Getting Started with SvelteKit
• News Using .NET Code from JavaScript using WebAssembly
• News JavaScript Scratchpad for VS Code (2m+ Downloads)
• News scrollend: A New JavaScript Event
• News Packaging Rust Apps for the npm Registry
• News Making Sense of TypeScript using Set Theory
• News React Authentication, Simplified
• News Accessible Hamburger Buttons without JavaScript
• News Uppy 3.4: Powerful, Modular JavaScript File Uploader
• News Nut.js 3.0: Desktop Automation from Node
• News Optimize Your Systems' Performance With TelemetryHub - Real-Time Data Monitoring & Analysis
• News Eleventy v2.0: First Beta of the Popular Site Generator
• News Mock Service Worker 1.0: API Mocking Library for Browser and Node
• News Drift: A Self-Hostable Gist-Like / Pastebin Service
Tags: #Javascriptweekly #Javascript #JS #weekly
Getting started with Inertia.js, Vue.js, and AdonisJs
https://blog.logrocket.com/getting-started-inertia-js-vue-js-adonisjs/
#js #framework
https://blog.logrocket.com/getting-started-inertia-js-vue-js-adonisjs/
#js #framework
LogRocket Blog
Getting started with Inertia.js, Vue.js, and AdonisJs - LogRocket Blog
This article will cover getting started with Inertia.js, Vue.js, and AdonisJs to create fast and performant web applications.
Create residential applications with HTML CSS and JavaScript
https://dev.to/codewithsadee/how-to-build-impressive-real-estate-website-using-html-css-and-js-c01
Some questions about JavaScript interviews that often fail to be answered
https://intspirit.medium.com/the-most-failed-javascript-interview-questions-849664e5bee
#css #html #landingpage #js #interviews
https://dev.to/codewithsadee/how-to-build-impressive-real-estate-website-using-html-css-and-js-c01
Some questions about JavaScript interviews that often fail to be answered
https://intspirit.medium.com/the-most-failed-javascript-interview-questions-849664e5bee
#css #html #landingpage #js #interviews
DEV Community
How to Build Impressive Real Estate Website Using HTML CSS and JavaScript
In this video, we'll teach you how to create an impressive real estate website with HTML, CSS,...
Forwarded from Learn Web Development
8 free eBooks and websites to help you learn web development (for free):
1. The Magic of CSS
The content in this eBook is for all-level developers. Learn about layout, box-model, positioning etc. with sample code snippets.
→ adamschwartz.co/magic-of-css/
2. DOM Enlightenment
"DOM Enlightenment" is a free online book that explores DOM in-depth, providing a clear and detailed understanding of how it works.
→ domenlightenment.com
3. Eloquent JavaScript
Introduction to programming in JavaScript focuses on writing real-world websites.
→ eloquentjavascript.net
4. Pro Git book
Learn everything about Git with infographics.
→ git-scm.com/book/en/v2
5. SQL
SQL is one of the crucial skills for web development.
Down these well structured notes in PDF format for free.
→ goalkicker.com/SQLBook/
6. Law of UI and UX
Collection of best practices that developers and designers can consider when building user interfaces.
→ lawsofux.com
7. Learn CSS Grid
This guide was created as a resource to help you better understand and learn Grid.
→ learncssgrid.com
8. React
React Express is a free eBook/guide that covers the basics of React, including components, state, props, and more.
→ react.express
#Webdevelopment #JS #JavaScript #Html #Css #React
Follow @learn_webdevelopment for Web development content
1. The Magic of CSS
The content in this eBook is for all-level developers. Learn about layout, box-model, positioning etc. with sample code snippets.
→ adamschwartz.co/magic-of-css/
2. DOM Enlightenment
"DOM Enlightenment" is a free online book that explores DOM in-depth, providing a clear and detailed understanding of how it works.
→ domenlightenment.com
3. Eloquent JavaScript
Introduction to programming in JavaScript focuses on writing real-world websites.
→ eloquentjavascript.net
4. Pro Git book
Learn everything about Git with infographics.
→ git-scm.com/book/en/v2
5. SQL
SQL is one of the crucial skills for web development.
Down these well structured notes in PDF format for free.
→ goalkicker.com/SQLBook/
6. Law of UI and UX
Collection of best practices that developers and designers can consider when building user interfaces.
→ lawsofux.com
7. Learn CSS Grid
This guide was created as a resource to help you better understand and learn Grid.
→ learncssgrid.com
8. React
React Express is a free eBook/guide that covers the basics of React, including components, state, props, and more.
→ react.express
#Webdevelopment #JS #JavaScript #Html #Css #React
Follow @learn_webdevelopment for Web development content