How to Create a Progressive Web App with Angular
https://dev.to/sanity-io/how-to-create-a-progressive-web-app-with-angular-2dgi
#Angular #Webapp #JavaScript
https://dev.to/sanity-io/how-to-create-a-progressive-web-app-with-angular-2dgi
#Angular #Webapp #JavaScript
Explanation of some design patterns that can be used in JavaScript and TypeScript-based projects with the Fireship channel
https://www.youtube.com/watch?v=tv-_1er1mWI
#fireship #designpattern
https://www.youtube.com/watch?v=tv-_1er1mWI
#fireship #designpattern
Create API documentation using the TypeScript Doc library
https://itnext.io/generating-api-documentation-for-typescript-packages-with-typedoc-9e0061108548
—-
Example of hot reload implementation on docker image using TypeScript Node JS
https://medium.com/@kartikio/setup-node-ts-local-development-environment-with-docker-and-hot-reloading-922db9016119
#typescript #nodejs #reload #docs
https://itnext.io/generating-api-documentation-for-typescript-packages-with-typedoc-9e0061108548
—-
Example of hot reload implementation on docker image using TypeScript Node JS
https://medium.com/@kartikio/setup-node-ts-local-development-environment-with-docker-and-hot-reloading-922db9016119
#typescript #nodejs #reload #docs
Configure a Linux server to prepare to run Docker and NGINX
https://towardsdev.com/6-steps-to-set-up-linux-server-with-nginx-docker-ssl-ef501860610b
#nginx #server #docker
https://towardsdev.com/6-steps-to-set-up-linux-server-with-nginx-docker-ssl-ef501860610b
#nginx #server #docker
Microsoft's New Proposal To add types to pure JavaScript!
https://devblogs.microsoft.com/typescript/a-proposal-for-type-syntax-in-javascript/
https://devblogs.microsoft.com/typescript/a-proposal-for-type-syntax-in-javascript/
Configure a Linux server to prepare to run Docker and NGINX
https://towardsdev.com/6-steps-to-set-up-linux-server-with-nginx-docker-ssl-ef501860610b
#nginx #server #docker
https://towardsdev.com/6-steps-to-set-up-linux-server-with-nginx-docker-ssl-ef501860610b
#nginx #server #docker
Inspirational Websites Roundup #33
https://tympanus.net/codrops/2022/01/20/inspirational-websites-roundup-33/
https://tympanus.net/codrops/2022/01/20/inspirational-websites-roundup-33/
Javascript Weekly 23
• News An ECMAScript Proposal for Type Annotations in JavaScript (That Are Ignored at Runtime)
• News Wallaby.js: 15x Faster JavaScript/Jest Testing and Debugging
• News React 18 Release Candidate Released
• News Twitter Thread on Stripe Converting from Flow to TypeScript
• News WebGPU — All of the Cores, None of the Canvas
• News Naming Conflicts – or How Existing Code Can Force Proposed Features to Be Renamed
• News A Lightweight GitHub REST API in 34 Lines of Code
• News Project Management for Today's (And Tomorrow's) Software Team
• News Building Serverless Multi-Region WebSocket APIs on AWS
• News My Experience Building a Chess App in React
• News Creating Native Web Components
• News The Tools that Developers Need–and Don't Need–to Build Great Chatbots
• News LemonadeJS V2: A Reactive JavaScript Library with Zero Transpiling Needed
• News striff: Real Simple String Diffing
• News PSD: A Zero-Dependency PSD (Photoshop) Parser
• News Studio 3T Manages Your Data, While You Wrestle Your App into Shape
• News Tygo: Generate TypeScript Types from Go(lang) Source Code
• News Reason: Write Fast, Type Safe Code in OCaml, But for the JS Ecosystem
• News Ultra: A Modern Streaming React Framework for Deno
• News micropolisJS: A JavaScript Clone of a SimCity-Like Game
Tags: #Javascriptweekly #Javascript #JS #weekly
• News An ECMAScript Proposal for Type Annotations in JavaScript (That Are Ignored at Runtime)
• News Wallaby.js: 15x Faster JavaScript/Jest Testing and Debugging
• News React 18 Release Candidate Released
• News Twitter Thread on Stripe Converting from Flow to TypeScript
• News WebGPU — All of the Cores, None of the Canvas
• News Naming Conflicts – or How Existing Code Can Force Proposed Features to Be Renamed
• News A Lightweight GitHub REST API in 34 Lines of Code
• News Project Management for Today's (And Tomorrow's) Software Team
• News Building Serverless Multi-Region WebSocket APIs on AWS
• News My Experience Building a Chess App in React
• News Creating Native Web Components
• News The Tools that Developers Need–and Don't Need–to Build Great Chatbots
• News LemonadeJS V2: A Reactive JavaScript Library with Zero Transpiling Needed
• News striff: Real Simple String Diffing
• News PSD: A Zero-Dependency PSD (Photoshop) Parser
• News Studio 3T Manages Your Data, While You Wrestle Your App into Shape
• News Tygo: Generate TypeScript Types from Go(lang) Source Code
• News Reason: Write Fast, Type Safe Code in OCaml, But for the JS Ecosystem
• News Ultra: A Modern Streaming React Framework for Deno
• News micropolisJS: A JavaScript Clone of a SimCity-Like Game
Tags: #Javascriptweekly #Javascript #JS #weekly
Some interesting VS Code extensions to try from John Komarnicky's reference
https://www.youtube.com/watch?v=9Qxfn-4jFgw
#vscode #extension
https://www.youtube.com/watch?v=9Qxfn-4jFgw
#vscode #extension
5 Simple Ways to understand some frequently used functions in JavaScript with Dcode channel
https://www.youtube.com/watch?v=8VQ9s4TG0kA
#dcode #concept
https://www.youtube.com/watch?v=8VQ9s4TG0kA
#dcode #concept
Configuring Firebase SDK and Firebase Functions in Node JS
https://medium.com/enappd/firebase-admin-sdk-setup-and-functions-using-node-js-39e71fd6d254
#firebase #nodejs
https://medium.com/enappd/firebase-admin-sdk-setup-and-functions-using-node-js-39e71fd6d254
#firebase #nodejs
How to securely delete files on Linux using the shred command
https://www.freecodecamp.org/news/securely-erasing-a-disk-and-file-using-linux-command-shred/
#linux #shred
https://www.freecodecamp.org/news/securely-erasing-a-disk-and-file-using-linux-command-shred/
#linux #shred
Familiarize yourself with Git configuration with Git config
https://www.freecodecamp.org/news/git-config-how-to-configure-git-settings/
#git #config
https://www.freecodecamp.org/news/git-config-how-to-configure-git-settings/
#git #config
Simple practice using Nest TS with TypeORM and PostgreSQL
https://betterprogramming.pub/nest-js-project-with-typeorm-and-postgres-ce6b5afac3be
#nodejs #postgresql #nest
https://betterprogramming.pub/nest-js-project-with-typeorm-and-postgres-ce6b5afac3be
#nodejs #postgresql #nest
Applying responsive images to image assets in web applications
https://levelup.gitconnected.com/what-are-responsive-images-and-why-you-should-use-them-ac1042d6d1ff
#image #web #responsive
https://levelup.gitconnected.com/what-are-responsive-images-and-why-you-should-use-them-ac1042d6d1ff
#image #web #responsive