Best practices for creating a modern npm package
https://snyk.io/blog/best-practices-create-modern-npm-package/
#npm #packages
https://snyk.io/blog/best-practices-create-modern-npm-package/
#npm #packages
Snyk
Best Practices for Creating a Modern npm Package with Security in Mind | Snyk
In this tutorial, we’re going to walk step by step through creating an npm package using modern best practices (as of 2022).
Custom Vue 3 Boilerplate — Vite, Pinia, Vue Router & Tailwind CSS
https://medium.com/js-dojo/custom-vue3-boilerplate-9635806acde3
#vue #vuejs #boilerplate
https://medium.com/js-dojo/custom-vue3-boilerplate-9635806acde3
#vue #vuejs #boilerplate
Medium
Custom Vue 3 boilerplate — Vite, Pinia, Vue Router & Tailwind CSS
Quick boilerplate tutorial for your next Vue project
Docker Container introduction training with Freecodecamp
https://www.freecodecamp.org/news/what-is-docker-learn-how-to-use-containers-with-examples/
#docker #freecodecamp
https://www.freecodecamp.org/news/what-is-docker-learn-how-to-use-containers-with-examples/
#docker #freecodecamp
freeCodeCamp.org
What is Docker? Learn How to Use Containers – Explained with Examples
By Sebastian Sigl Containers are an essential tool for software development today. Running applications in any environment becomes easy when you leverage containers. The most popular technology for running containers is Docker, which runs on any ope...
Adding element to specified index in Array
https://javascript.plainenglish.io/insert-an-item-into-an-array-at-a-specific-index-68105a484662
---
Get to know some built in functions in Javascript
https://javascript.plainenglish.io/level-up-your-javascript-skills-with-these-built-in-functions-a15607b72c2b
---
Get to know a design pattern called the Factory pattern in TypeScript
https://javascript.plainenglish.io/design-patterns-factory-method-pattern-in-typescript-c4c3047a6289
—-
#index #array #builtIn #function #factory #pattern
https://javascript.plainenglish.io/insert-an-item-into-an-array-at-a-specific-index-68105a484662
---
Get to know some built in functions in Javascript
https://javascript.plainenglish.io/level-up-your-javascript-skills-with-these-built-in-functions-a15607b72c2b
---
Get to know a design pattern called the Factory pattern in TypeScript
https://javascript.plainenglish.io/design-patterns-factory-method-pattern-in-typescript-c4c3047a6289
—-
#index #array #builtIn #function #factory #pattern
Medium
Insert an Item into an Array at a Specific Index
A short guide on how to insert an item into an array at a specific index.
Get to know Convex state management for use in Next JS
https://blog.logrocket.com/using-convex-for-state-management/
#convex #nextjs
https://blog.logrocket.com/using-convex-for-state-management/
#convex #nextjs
LogRocket Blog
A guide to using Convex for state management - LogRocket Blog
Managing an application's state has become easier, but the global state concept is still a pain for developers, which Convex aims to solve.
A collection of cheatsheet cheat sheets for Linux Terminal commands list
https://xmind.app/m/WwtB/
#linux #command
https://xmind.app/m/WwtB/
#linux #command
Xmind
LINUX Commands
A Mind Map about LINUX Commands submitted by kPastor on Jul 20, 2015. Created with Xmind.
Practice making Linux mobile apps with React JS and Tauri
https://betterprogramming.pub/pinephone-app-development-a-quick-start-guide-97f2d90a334c
—-
Some tips on how to create a React JS component
https://blog.bitsrc.io/5-steps-to-build-react-components-like-a-pro-fb1f3af6ba17
#reactjs #tauri #mobile #component
https://betterprogramming.pub/pinephone-app-development-a-quick-start-guide-97f2d90a334c
—-
Some tips on how to create a React JS component
https://blog.bitsrc.io/5-steps-to-build-react-components-like-a-pro-fb1f3af6ba17
#reactjs #tauri #mobile #component
Medium
Build Your First Mobile Linux App With React And Tauri
PinePhone App Development: A Quick Start Guide
The ultimate guide to Observables and/vs Promises
https://obaranovskyi.medium.com/the-ultimate-guide-to-observables-and-vs-promises-rxjs7-296877376668
#rxjs
https://obaranovskyi.medium.com/the-ultimate-guide-to-observables-and-vs-promises-rxjs7-296877376668
#rxjs
Medium
The ultimate guide to Observables and/vs Promises (+RxJS7).
During this article, you’ll get a full insight into how promises differ with regard to observables. We’ll try to cover all you need to know…
An Overview of Node's Architecture, Event Loop, and More
https://2ality.com/2022/09/nodejs-overview.html
#nodejs
https://2ality.com/2022/09/nodejs-overview.html
#nodejs
2Ality
An overview of Node.js: architecture, APIs, event loop, concurrency
This blog post gives an overview of how Node.js works: What its architecture looks like. How its APIs are structured. A few highlights of its global variables and built-in modules. How it runs JavaScript in a single thread via an event loop. Options for concurrent…
Use Angular directives to extend components that you don't own
https://timdeschryver.dev/blog/use-angular-directives-to-extend-components-that-you-dont-own
#angular
https://timdeschryver.dev/blog/use-angular-directives-to-extend-components-that-you-dont-own
#angular
timdeschryver.dev
Use Angular directives to extend components that you don't own
Angular directives allow us to extend components without changing their internal code. This is useful to bring a consistent UX to 3rd party components. The directive can be configured to always be applicable, or can be used in an opt-in or opt-out basis.
Working with the JavaScript Reflect API
https://blog.logrocket.com/working-with-the-javascript-reflect-api/
#api
https://blog.logrocket.com/working-with-the-javascript-reflect-api/
#api
LogRocket Blog
Working with the JavaScript Reflect API - LogRocket Blog
This post examines the JavaScript Reflect object, discusses the difference between Proxy and Reflect, and gives examples of Reflect methods.
Forwarded from Placements4all - Off Campus Drives
Create your Professional resume within twelve minutes.
https://resumegenius.com/
#resume #tool
✅ Telegram - @placements4all
https://resumegenius.com/
#resume #tool
✅ Telegram - @placements4all
Resume Genius
Free AI Resume Builder - Resume Genius
Applying for jobs is hard, but our resume builder makes it easy. Download free templates, read expert writing guides, and try our software today.
Avoid using Arrow functions as functions in Class
https://dev.to/sakhnyuk/why-you-should-avoid-using-arrow-functions-to-define-class-methods-213e
#class #function
https://dev.to/sakhnyuk/why-you-should-avoid-using-arrow-functions-to-define-class-methods-213e
#class #function
DEV Community
Why you should avoid using arrow functions to define class methods
In this article, we'll learn about JavaScript class methods and why we shouldn't use arrow functions...
Several Array manipulation functions explained with animation
https://dev.to/fredysandoval/ill-teach-you-7-array-methods-with-animations-549c
#array #manipulation
https://dev.to/fredysandoval/ill-teach-you-7-array-methods-with-animations-549c
#array #manipulation
DEV Community
I'll teach you 7 Array methods. (with animations!)
map Creates a new array populated with the results of a provided function on every...