Software Engineer roadmap via books
Throughout my career, I’ve found two methods of learning far more useful than all the others: doing and… - http://amp.gs/jBV6Q
#software #engineer #roadmap
Throughout my career, I’ve found two methods of learning far more useful than all the others: doing and… - http://amp.gs/jBV6Q
#software #engineer #roadmap
Medium
Software Engineer roadmap via books
Throughout my career, I’ve found two methods of learning far more useful than all the others: doing and reading. This may very well apply…
👍7
Introduction to NGXS, state management pattern + library for Angular
Ngxs is a state management pattern for the Angular framework. It acts as a single source of truth for our… - http://amp.gs/jB9fe
#angular
Ngxs is a state management pattern for the Angular framework. It acts as a single source of truth for our… - http://amp.gs/jB9fe
#angular
Medium
Introduction to NGXS, state management pattern + library for Angular
Ngxs is a state management pattern for the Angular framework. It acts as a single source of truth for our application. Ngxs is very simple and easily implementable. It reduce lots of boilerplate code…
👍3❤2
👍7
The Most Demanded Frontend Frameworks in 2022
In this article, we analyze ~250k frontend job offers collected from trusted sites like LinkedIn, Glassdoor, and many others, to know which is the most demanded and highest paying frontend framework in 2022 - http://amp.gs/jB4Id
#vue
In this article, we analyze ~250k frontend job offers collected from trusted sites like LinkedIn, Glassdoor, and many others, to know which is the most demanded and highest paying frontend framework in 2022 - http://amp.gs/jB4Id
#vue
Devjobsscanner
The Most Demanded Frontend Frameworks in 2022
In this article we analyze ~650k frontend job offers collected from trusted sites like LinkedIn, Glassdoor and many others, to know which is the most demanded and highest paying frontend framework in 2022
👍9
Evaluating Design System Adoption Using Custom CSS
Steve Dennis shares how the Castor design system team uses custom user CSS to easily audit component and design token usage in live products. - http://amp.gs/jB4k3
#css
Steve Dennis shares how the Castor design system team uses custom user CSS to easily audit component and design token usage in live products. - http://amp.gs/jB4k3
#css
Medium
Evaluating design system adoption using custom CSS
How the Castor design system team uses custom user CSS to easily and visually audit component and design token usage in live products.
👍5
👍4❤3👏2🤬1
How We Resolved Performance Issues with Vue 2's O(n^2) Handling of Deps & Teardowns
An interesting case study in how a company overcame Vue 2 bottlenecks by disassociating dependent computed values from the rendered elements. - http://amp.gs/jBRtF
#vue
An interesting case study in how a company overcame Vue 2 bottlenecks by disassociating dependent computed values from the rendered elements. - http://amp.gs/jBRtF
#vue
reddit
How we resolved hitting major performance issues with Vue 2's...
Posted in r/vuejs by u/idebugonprod • 70 points and 4 comments
👍4🤯1
How to Build Your Own Blog with Next.js and MDX
A step-by-step guide to building a basic blog that renders posts written in MDX, which mixes Markdown with React components. - http://amp.gs/jBR90
#react
A step-by-step guide to building a basic blog that renders posts written in MDX, which mixes Markdown with React components. - http://amp.gs/jBR90
#react
👍5❤2
Opinionated Angular Setup
Steps I take when I set up a new Angular project. - http://amp.gs/jBRLy
#angular
Steps I take when I set up a new Angular project. - http://amp.gs/jBRLy
#angular
Medium
Opinionated Angular Setup
Steps I take when I set up a new Angular project.
👍5
Contextual Spacing For Intrinsic Web Design
Stephanie Eckles explains how to use adaptive, contextual spacing techniques in CSS. - http://amp.gs/jBUPc
#css
Stephanie Eckles explains how to use adaptive, contextual spacing techniques in CSS. - http://amp.gs/jBUPc
#css
👍8
Best Practices for Working with Different Filesystems
Be prepared for differences, take care of case sensitivity, and more. - http://amp.gs/jBUWZ
#nodejs
Be prepared for differences, take care of case sensitivity, and more. - http://amp.gs/jBUWZ
#nodejs
Node.js
Working with Different Filesystems | Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
👍4
11 Things to Remember for Your Next Flutter Project
An extensive checklist to kick-off a new Flutter project - http://amp.gs/jBdRt
#flutter
An extensive checklist to kick-off a new Flutter project - http://amp.gs/jBdRt
#flutter
Medium
11 Things to Remember for Your Next Flutter Project
An extensive checklist to kick-off a new Flutter project
👍4❤1
Four Eras of JavaScript Frameworks
While the pre-2012 history is a bit fuzzy given the author’s experiences, this is a nice retrospective and attempt to break down the history of JavaScript frameworks into four eras, each of which builds upon what came before. - http://amp.gs/jBOZY
#javascript
While the pre-2012 history is a bit fuzzy given the author’s experiences, this is a nice retrospective and attempt to break down the history of JavaScript frameworks into four eras, each of which builds upon what came before. - http://amp.gs/jBOZY
#javascript
👍4
Pinia: How to Reset Stores Created with Function/Setup Syntax
Pinia is a state management solution for Vue 3. In this article, you'll learn how to reset stores created with function/setup syntax. - http://amp.gs/jBODP
#vue
Pinia is a state management solution for Vue 3. In this article, you'll learn how to reset stores created with function/setup syntax. - http://amp.gs/jBODP
#vue
👍7
React Component Composition Explained
Avoid prop drilling, have cleaner, better structured code.. what’s not to like? - http://amp.gs/jBrCq
#react
Avoid prop drilling, have cleaner, better structured code.. what’s not to like? - http://amp.gs/jBrCq
#react
👍8
Making a Podcast Transcription Server in Node
The author likes listening to podcasts but wants to be able to search back for things that were said in them. He brought it together using the Leopard speech-to-text engine - http://amp.gs/jBr51
#nodejs
The author likes listening to podcasts but wants to be able to search back for things that were said in them. He brought it together using the Leopard speech-to-text engine - http://amp.gs/jBr51
#nodejs
👍3
Deep Dive into Text Wrapping and Word Breaking
Will Boyd explores various ways you can control how text wraps (or doesn’t wrap) on a web page. - http://amp.gs/jBSEi
#css
Will Boyd explores various ways you can control how text wraps (or doesn’t wrap) on a web page. - http://amp.gs/jBSEi
#css
👍2👏1
How to use a skeleton loader with Angular?
Skeleton loaders have become quite popular over the past few years. The purpose of such loaders is to show a… - http://amp.gs/jBNYX
#angular
Skeleton loaders have become quite popular over the past few years. The purpose of such loaders is to show a… - http://amp.gs/jBNYX
#angular
👍6
Building a JavaScript Bundler from Scratch
You’ve built a to-do list, you’ve built a static site generator.. maybe even a testing framework? Christoph, known for his role in building Jest, Yarn and MooTools, takes us to the next step: building a bundler. There’s a livestream version too. A great way to understand how such tools work under the hood. - http://amp.gs/jBN30
#javascript
You’ve built a to-do list, you’ve built a static site generator.. maybe even a testing framework? Christoph, known for his role in building Jest, Yarn and MooTools, takes us to the next step: building a bundler. There’s a livestream version too. A great way to understand how such tools work under the hood. - http://amp.gs/jBN30
#javascript
👍4
👍5