5 Lessons I’ve Learned on How to Structure Code
Here are 5 things you need to do in order to improve the structure of your code. - http://amp.gs/wBIB
#structure #patterns
Here are 5 things you need to do in order to improve the structure of your code. - http://amp.gs/wBIB
#structure #patterns
Medium
5 Lessons I’ve Learned on How to Structure Code
Benefit from this list to improve the structure of your code
Why We Switched From Yarn to pnpm
Yarn and pnpm are both popular alternatives to npm but why would you switch from one to the other? Improved performance in a monorepo situation. - http://amp.gs/wBiS
#nodejs
Yarn and pnpm are both popular alternatives to npm but why would you switch from one to the other? Improved performance in a monorepo situation. - http://amp.gs/wBiS
#nodejs
Combine APIs into one GraphQL endpoint.
Why we switched from Yarn to pnpm - Combine APIs into one GraphQL endpoint.
While refactoring our build process recently, we made a big decision: we were going to leave Yarn behind.
Using Custom Property “Stacks” to Tame the Cascade
Miriam Suzanne on how she used Custom Property “stacks” to solve some of the common issues people face in the cascade: from scoped component styles, to more explicit layering of intents. - http://amp.gs/wn4n
#css
Miriam Suzanne on how she used Custom Property “stacks” to solve some of the common issues people face in the cascade: from scoped component styles, to more explicit layering of intents. - http://amp.gs/wn4n
#css
CSS-Tricks
Using Custom Property "Stacks" to Tame the Cascade | CSS-Tricks
Since the inception of CSS in 1994, the cascade and inheritance have defined how we design on the web. Both are powerful features but, as authors, we've
Angular Directives Demystified
Directives are one of the least used features in Angular. They are often overlooked as devs typically tend to put all the logic into components. Lack of a clear understanding of how directives work also contributes to their underuse. In this article, we will learn all about directives, when and how to use them, and look at some useful real-world examples to cement this understanding. - http://amp.gs/wGvn
#angular
Directives are one of the least used features in Angular. They are often overlooked as devs typically tend to put all the logic into components. Lack of a clear understanding of how directives work also contributes to their underuse. In this article, we will learn all about directives, when and how to use them, and look at some useful real-world examples to cement this understanding. - http://amp.gs/wGvn
#angular
Understanding Reactivity in Vue 3.0 – Jinjiang
The Vue.js core team member Jinjiang has written an amazing, in-depth article about the reactivity system that can be found in Vue 3.0. It talks about how the reactivity API has evolved from what we had in Vue 2.x and it even shows how you can use the Vue’s new standalone reactivity with React. - http://amp.gs/wxg9
#vue
The Vue.js core team member Jinjiang has written an amazing, in-depth article about the reactivity system that can be found in Vue 3.0. It talks about how the reactivity API has evolved from what we had in Vue 2.x and it even shows how you can use the Vue’s new standalone reactivity with React. - http://amp.gs/wxg9
#vue
DEV Community
Understanding Reactivity in Vue 3.0
This article is just written for my knowledge and understanding of the coolest part in Vue: the react...
How to Create Editable DataGrids in a React Redux Application
The decades-old concept of the spreadsheet has created a pervasive notion that every grid of data should be editable. It looks like a spreadsheet, shouldn’t it work like one? Here's how to use Redux to help live up to that sometimes unrealistic expectation. - http://amp.gs/wfxv
#react
The decades-old concept of the spreadsheet has created a pervasive notion that every grid of data should be editable. It looks like a spreadsheet, shouldn’t it work like one? Here's how to use Redux to help live up to that sometimes unrealistic expectation. - http://amp.gs/wfxv
#react
GrapeCity Developer Solutions
How to Create Editable DataGrids in a React Redux Application | Wijmo
Here, we'll create an application that uses a React datagrid demonstrating how to edit an array from the Redux Store.
Tips for End to End Testing with Puppeteer
Some tips and tricks from someone who’s used Puppeteer a lot. - http://amp.gs/wCly
#javascript #puppeteer
Some tips and tricks from someone who’s used Puppeteer a lot. - http://amp.gs/wCly
#javascript #puppeteer
Goodguydaniel
Tips for End to End Testing with Puppeteer
These are exciting times for End to End (E2E) testing in the JavaScript world. In the last couple of years,
tools such as cypress and…
tools such as cypress and…
Irregular-Shaped Links With Subgrid
Michelle Barker shows how to create irregular-shaped links with Subgrid. - http://amp.gs/wkGQ
#css
Michelle Barker shows how to create irregular-shaped links with Subgrid. - http://amp.gs/wkGQ
#css
CSS { In Real Life } | Irregular-shaped Links with Subgrid
Tips, tricks and tutorials on the web’s most beautiful language.
How to Handle Errors in Express
The follow up to a post about creating a REST API with Express focuses on the error handling side of things which really shouldn’t be an afterthought. - http://amp.gs/wezg
#nodejs
The follow up to a post about creating a REST API with Express focuses on the error handling side of things which really shouldn’t be an afterthought. - http://amp.gs/wezg
#nodejs
www.robinwieruch.de
How to handle errors in Express
Learn about error handling in Express applications with Express middleware to handle errors ...
How One Developer Passed $100K/yr on GitHub Sponsors
GitHub’s Sponsors program has opened up an interesting new funding model for many open source developers. Of course, not everyone can do it to this level, but it’s an inspirational story and Caleb shares lots of useful points, particularly if you want to fund your own work this way too. - http://amp.gs/w7IV
#news
GitHub’s Sponsors program has opened up an interesting new funding model for many open source developers. Of course, not everyone can do it to this level, but it’s an inspirational story and Caleb shares lots of useful points, particularly if you want to fund your own work this way too. - http://amp.gs/w7IV
#news
Calebporzio
I Just Hit $100k/yr On GitHub Sponsors! 🎉❤️ (How I Did It) | Caleb Porzio
Caleb Porzio is a web developer.
Stop Mocking fetch
Why you shouldn’t mock fetch or your API clients in your tests and what to consider instead. - http://amp.gs/wPzI
#react
Why you shouldn’t mock fetch or your API clients in your tests and what to consider instead. - http://amp.gs/wPzI
#react
Kentcdodds
Stop mocking fetch
Why you shouldn't mock fetch or your API Client in your tests and what to do instead.
Context and Provider Pattern with the Vue 3 Composition API – Markus Oberlehner
Learn how to use the Vue 3 Composition API to replicate the React Context and Provider API. - http://amp.gs/wPoE
#vue
Learn how to use the Vue 3 Composition API to replicate the React Context and Provider API. - http://amp.gs/wPoE
#vue
markus.oberlehner.net
React Context and Provider Pattern with the Vue 3 Composition API
Learn how to use the Vue 3 Composition API to replicate the React Context and Provider API.
Let's Develop An Angular Application - Introduction To Angular Reactive Forms
In this article, we will learn about Angular reactive forms. It would be good to have a basic understanding of angular template-driven forms in order to learn reactive forms easily. - http://amp.gs/wyXo
#angular
In this article, we will learn about Angular reactive forms. It would be good to have a basic understanding of angular template-driven forms in order to learn reactive forms easily. - http://amp.gs/wyXo
#angular
C-Sharpcorner
Let's Develop An Angular Application - Introduction To Angular Reactive Forms
In this article you will learn about Angular Application and Angular Reactive Forms.
👍1
Handling API Calls using MobX in Flutter
The basics of state management in Flutter using MobX. - http://amp.gs/wh2w
#flutter
The basics of state management in Flutter using MobX. - http://amp.gs/wh2w
#flutter
Medium
Handling API calls using MobX in Flutter
Prerequisite— Basics of state management in Flutter.
Styling Layout Wrappers In CSS
Ahmad Shadeed outlines how layout wrappers in CSS work, how to use them, and when not to use them. - http://amp.gs/wvNe
#css
Ahmad Shadeed outlines how layout wrappers in CSS work, how to use them, and when not to use them. - http://amp.gs/wvNe
#css
Ahmad Shadeed Blog
Styling Layout Wrappers In CSS - Ahmad Shadeed
How to style wrappers and containers in CSS
What JavaScript Developers Should Know About curl
curl is a fantastic (and borderline universal) command line HTTP client that lets you test, tweak, and manipulate requests both targeting your own apps and APIs as well as those of others. - http://amp.gs/wgOg
#curl
curl is a fantastic (and borderline universal) command line HTTP client that lets you test, tweak, and manipulate requests both targeting your own apps and APIs as well as those of others. - http://amp.gs/wgOg
#curl
The Code Barbarian
What JavaScript Developers Should Know About Curl
Curl is a popular command-line HTTP client that comes bundled with OSX and most common Linux distros. Here's what you need to know about curl as a Node.js developer.
How to Use Angular To Deploy TensorFlow Web Apps
Inthe new age of machine learning and AI, Python is undoubtedly the go-to language for any budding engineer. Clean, pseudocode looking syntax — and the biggest scientific computing and machine learning communities in the world have produced the perfect language for developers looking to make their machines a little smarter. - http://amp.gs/wEvW
#angular
Inthe new age of machine learning and AI, Python is undoubtedly the go-to language for any budding engineer. Clean, pseudocode looking syntax — and the biggest scientific computing and machine learning communities in the world have produced the perfect language for developers looking to make their machines a little smarter. - http://amp.gs/wEvW
#angular
Medium
How to Use Angular To Deploy TensorFlow Web Apps
Using Python-built models in Angular-built web apps
DOCX: A Declarative API to Generate .docx Files
.docx files being more commonly known as modern Microsoft Word documents. This library works in both Node - http://amp.gs/wEUb
#nodejs #library
.docx files being more commonly known as modern Microsoft Word documents. This library works in both Node - http://amp.gs/wEUb
#nodejs #library
GitHub
GitHub - dolanmiu/docx: Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser. - GitHub - dolanmiu/docx: Easily generate .docx files with JS/TS with a nice declarative API. ...