The Landscape of npm Packages for CLI Apps
If you want to create a CLI app, there are a lot of options nowadays for covering areas like pretty output, parsing arguments, and accepting user input. This post rounds up some of the options in these various areas. - https://blog.kilpatrick.cloud/posts/node-cli-app-packages/
#ndejs
If you want to create a CLI app, there are a lot of options nowadays for covering areas like pretty output, parsing arguments, and accepting user input. This post rounds up some of the options in these various areas. - https://blog.kilpatrick.cloud/posts/node-cli-app-packages/
#ndejs
blog.kilpatrick.cloud
The Landscape of npm Packages for CLI Apps
A survey of popular packages for Node.js CLI development and recommendations for new command-line apps.
👍3
6 Top VS Code extensions for Vue.js Developers in 2023
If you're a web developer, you're probably using or have used Visual Studio Code. Learn some top 6 Visual Studio Code extensions that can boost your Vue.js development experience if you integrate them in your into your IDE and workflow! - https://vueschool.io/articles/vuejs-tutorials/6-top-vs-code-extensions-for-vue-js-developers-in-2023/
#vue
If you're a web developer, you're probably using or have used Visual Studio Code. Learn some top 6 Visual Studio Code extensions that can boost your Vue.js development experience if you integrate them in your into your IDE and workflow! - https://vueschool.io/articles/vuejs-tutorials/6-top-vs-code-extensions-for-vue-js-developers-in-2023/
#vue
vueschool.io
6 Top VS Code extensions for Vue.js Developers in 2023 - Vue School Articles
If you're a web developer, you're probably using or have used Visual Studio Code. After all, it is the most widely used code editor. Its popularity stems mostly from the fact that it is primarily open-source, widely customizable, and extendable.
👍11
Laying Out a Print Book With CSS
Ian G McDowell shares how he created a physical book using CSS. - https://iangmcdowell.com/blog/posts/laying-out-a-book-with-css/
#css
Ian G McDowell shares how he created a physical book using CSS. - https://iangmcdowell.com/blog/posts/laying-out-a-book-with-css/
#css
Iangmcdowell
Laying Out a Print Book With CSS
In which I embark on a quixotic quest to make a physical book using web rendering technology.
👍6
3 Steps to bootstrap an Angular app without AppModule
Bootstrapping a standalone component - https://medium.com/geekculture/3-steps-to-bootstrap-an-angular-app-without-appmodule-4985b49127ef
#angular
Bootstrapping a standalone component - https://medium.com/geekculture/3-steps-to-bootstrap-an-angular-app-without-appmodule-4985b49127ef
#angular
Medium
3 Steps to bootstrap an Angular app without AppModule
Bootstrapping a standalone component
👍4👎1
Backend for frontend (BFF) pattern— why do you need to know it?
Our typical issue starts when we need to integrate some API to our mobile app. Let’s imagine the case when… - https://medium.com/mobilepeople/backend-for-frontend-pattern-why-you-need-to-know-it-46f94ce420b0
#bff
Our typical issue starts when we need to integrate some API to our mobile app. Let’s imagine the case when… - https://medium.com/mobilepeople/backend-for-frontend-pattern-why-you-need-to-know-it-46f94ce420b0
#bff
Medium
Backend for frontend (BFF) pattern— why do you need to know it?
Our typical issue starts when we need to integrate some API to our mobile app. Let’s imagine the case when you need to create a mobile app…
👍4❤1
Navigate the Pitfalls and Returns of Using Node.js Worker Threads
Review the pros and cons of worker threads, and how they differ from other multithreading implementations, in Snyk's recent Node.js article. - https://snyk.io/blog/node-js-multithreading-worker-threads-pros-cons
#nodejs
Review the pros and cons of worker threads, and how they differ from other multithreading implementations, in Snyk's recent Node.js article. - https://snyk.io/blog/node-js-multithreading-worker-threads-pros-cons
#nodejs
Snyk
Node.js multithreading with worker threads: pros and cons | Snyk
In this article, we'll look at the pitfalls of worker threads and how they differ from the multithreading implementations in other programming languages.
❤4👍1
The New Home for React
Stand aside reactjs․org, there’s a new official homepage in town. Available in beta form for some time now, the new site represents a huge step forward in the guides on offer, both in terms of quantity and in representing modern React development practices. Dan Abramov and Rachel Nabors explain more in this introductory blog post. - https://react.dev/
#react
Stand aside reactjs․org, there’s a new official homepage in town. Available in beta form for some time now, the new site represents a huge step forward in the guides on offer, both in terms of quantity and in representing modern React development practices. Dan Abramov and Rachel Nabors explain more in this introductory blog post. - https://react.dev/
#react
react.dev
React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript. React is designed to let you seamlessly combine components written by independent people, teams, and organizations.
👍9❤6
SOLID Principles Sketches
Interactive sketches to illustrate SOLID programming principles with real-world examples - https://itnext.io/solid-principles-sketches-a38865e771f0
#solid
Interactive sketches to illustrate SOLID programming principles with real-world examples - https://itnext.io/solid-principles-sketches-a38865e771f0
#solid
Medium
SOLID Principles Sketches
Interactive sketches to illustrate SOLID programming principles with real-world examples
❤14👍2
Improving CSS Shapes with Trigonometric Functions
Daniel C. Wilson explores how to apply CSS trigonometric functions to the clip-path property. - https://danielcwilson.com/posts/css-shapes-with-trig-functions
#css
Daniel C. Wilson explores how to apply CSS trigonometric functions to the clip-path property. - https://danielcwilson.com/posts/css-shapes-with-trig-functions
#css
Danielcwilson
Improving CSS Shapes with Trigonometric Functions
CSS Trig Functions enable interesting options for CSS shapes, clip paths, and more.
👍4❤1
How to Implement Face Recognition in Vue.JS with FaceIO - https://hackernoon.com/how-to-implement-face-recognition-in-vuejs-with-faceio
#vue
#vue
Hackernoon
How to Implement Face Recognition in Vue.JS with FaceIO
Learn to add face recognition authentication to your web application
👍9❤2
Understanding module.exports and exports in Node - https://www.sitepoint.com/understanding-module-exports-exports-node-js/
#nodejs
#nodejs
SitePoint
Understanding module.exports and exports in Node.js
How to work with modules in Node.js how to export and consume them, and explaining the difference between module.exports and exports.
👍4
How to Start a React Project in 2023
There are lots of ways, but this well-regarded author explains the pros and cons of a few approaches, and gives you a few options targeting specific use cases you might have. - https://www.robinwieruch.de/react-starter/
#react
There are lots of ways, but this well-regarded author explains the pros and cons of a few approaches, and gives you a few options targeting specific use cases you might have. - https://www.robinwieruch.de/react-starter/
#react
www.robinwieruch.de
How to start a React Project [2025]
React starter kits (Vite, Next, Astro, Remix, React Router) which help React developers to start a React project in 2025 ...
👍8
Most Useful Angular Features You’ve Probably Never Used - https://javascript.plainenglish.io/most-useful-angular-features-youve-probably-never-used-a64522e747a9
#angular
#angular
Medium
Most Useful Angular Features You’ve Probably Never Used
In this article, we’ll highlight some of the most useful Angular features you may have never heard of.
👍6❤3
CSS Masking
Ahmad Shadeed explains what CSS masking is, how it works, and shares a few use cases for it. - https://ishadeed.com/article/css-masking
#css
Ahmad Shadeed explains what CSS masking is, how it works, and shares a few use cases for it. - https://ishadeed.com/article/css-masking
#css
Ishadeed
CSS Masking
A deep dive into CSS masking
👍6❤2
Как вырасти от junior до middle? Middle-специалист отличается не только опытом и уровнем владения технологиями, но и софт скилами. Курс Яндекс Практикума «Мидл фронтенд-разработчик» составлен так, чтобы вы могли освоить и то, и другое а ещё:
• разработать мессенджер, используя только JavaScript, Typescript, CSS и API браузера;
• познакомиться с теорией и отработать её на практике в больших проектах;
• научиться брать ответственность за решения и вкладываться в общий результат;
• самостоятельно декомпозировать задачи и распределять время;
• исследовать смежные сферы программирования, без которых невозможен фронтенд:
• информационную безопасность, прототипирование интерфейсов, командную работу, DevOps, ООП.
На всех этапах вас будут сопровождать опытные разработчики: мы не дадим просесть по учёбе и поможем выкроить время на образование. Вы будете практиковаться на реальных кейсах и положите в портфолио работающие проекты. А карьерные консультации подготовят вас к разговору о повышении или помогут с поиском новой работы.
Начать учиться: https://practicum.yandex.ru/middle-frontend/
• разработать мессенджер, используя только JavaScript, Typescript, CSS и API браузера;
• познакомиться с теорией и отработать её на практике в больших проектах;
• научиться брать ответственность за решения и вкладываться в общий результат;
• самостоятельно декомпозировать задачи и распределять время;
• исследовать смежные сферы программирования, без которых невозможен фронтенд:
• информационную безопасность, прототипирование интерфейсов, командную работу, DevOps, ООП.
На всех этапах вас будут сопровождать опытные разработчики: мы не дадим просесть по учёбе и поможем выкроить время на образование. Вы будете практиковаться на реальных кейсах и положите в портфолио работающие проекты. А карьерные консультации подготовят вас к разговору о повышении или помогут с поиском новой работы.
Начать учиться: https://practicum.yandex.ru/middle-frontend/
🤮4👍2
Extending Vue Component Templates
Do you find yourself wanting to extend a component’s template? Vue provides several means of extracting and reusing the component logic and state, but templates are deemed single-use only. - https://medium.com/js-dojo/extending-vue-component-templates-1394a7ddc904
#vue
Do you find yourself wanting to extend a component’s template? Vue provides several means of extracting and reusing the component logic and state, but templates are deemed single-use only. - https://medium.com/js-dojo/extending-vue-component-templates-1394a7ddc904
#vue
Medium
Extending Vue Component Templates
Do you find yourself wanting to extend a component’s template? Vue provides several means of extracting and reusing the component logic…
❤4👍3
FrontEnd Development pinned «Как вырасти от junior до middle? Middle-специалист отличается не только опытом и уровнем владения технологиями, но и софт скилами. Курс Яндекс Практикума «Мидл фронтенд-разработчик» составлен так, чтобы вы могли освоить и то, и другое а ещё: • разработать…»
5 Microfrontend Practices
Hello, i will share some of the many practices used in microfrontend. Go! - https://medium.com/@davifsroberto/5-microfrontend-pratices-84d843958754
#microfrontends
Hello, i will share some of the many practices used in microfrontend. Go! - https://medium.com/@davifsroberto/5-microfrontend-pratices-84d843958754
#microfrontends
Medium
5 Microfrontend Practices
Hello, i will share some of the many practices used in microfrontend. Go!
👍14
Angular Template Driven vs. Reactive Forms - https://www.syncfusion.com/blogs/post/angular-template-driven-vs-reactive-forms.aspx
#angular
#angular
Syncfusion Blogs
Angular Template Driven vs. Reactive Forms
Template-driven and reactive forms help ease form creation in Angular. This article helps you choose the right approach in different scenarios.
👍6❤1
Trying Node's Built-In Test Runner
In 2022, Node gained an experimental built-in test runner (node:test). It’s going to become stable in the forthcoming Node v20, so it’s a good time to look at how it works and how it compares to other solutions you might already be using. - https://glebbahmutov.com/blog/trying-node-test-runner/
#nodejs
In 2022, Node gained an experimental built-in test runner (node:test). It’s going to become stable in the forthcoming Node v20, so it’s a good time to look at how it works and how it compares to other solutions you might already be using. - https://glebbahmutov.com/blog/trying-node-test-runner/
#nodejs
Better world by better software
Trying Node.js Test Runner
In March of 2022 Node.js got a new built-in test runner via node:test module. I have evaluated the test runner and made several presentations showing its features and comparing the new built-in test r
👍6