Building Reusable Angular Components: Best Practices
Components are the basis of modern SPAs (Angular, Vue, React). They are the simplest building blocks of SP applications. A SPA app is a tree of components, it starts with the root component, going up spreading into multiple branches. A Component contains the View to be displayed, a Controller that contains the display logic and the Model that tells the component how data is to be displayed. The Components are composable, they build up an app by stacking the components on each other like LEGO blocks.
- http://amp.gs/SMGA
#angular
Components are the basis of modern SPAs (Angular, Vue, React). They are the simplest building blocks of SP applications. A SPA app is a tree of components, it starts with the root component, going up spreading into multiple branches. A Component contains the View to be displayed, a Controller that contains the display logic and the Model that tells the component how data is to be displayed. The Components are composable, they build up an app by stacking the components on each other like LEGO blocks.
- http://amp.gs/SMGA
#angular
Medium
Building Reusable Angular Components: Best Practices
Components are the basis of modern SPAs (Angular, Vue, React). They are the simplest building blocks of SP applications. A SPA app is a…
22 Handy Tools for React Developers in 2019
OK, it’s a listicle but enough depth and explanation is provided for each of the items to make it genuinely useful. - http://amp.gs/S5fU
#react
OK, it’s a listicle but enough depth and explanation is provided for each of the items to make it genuinely useful. - http://amp.gs/S5fU
#react
DEV Community
22 Miraculous Tools for React Developers in 2019
Find me on medium (Edit: Read the comments to find my comment about a good modern program for progra...
Let's Learn About Scope in JavaScript
Google’s dynamic JavaScript duo, Jake and Surma, present an entertaining chat about variable scoping, complete with tablet-based demos. - https://www.youtube.com/watch?v=5LEuJNLfLN0
#javascript #video
Google’s dynamic JavaScript duo, Jake and Surma, present an entertaining chat about variable scoping, complete with tablet-based demos. - https://www.youtube.com/watch?v=5LEuJNLfLN0
#javascript #video
YouTube
Scope in JavaScript - HTTP 203
Jake and Surma take a deep dive into the world of variable scoping in JavaScript. var vs const/let and scripts vs modules.
Multi-Column Manipulation
An interesting experiment in applying multiple columns in response to the amount of content. So, if the viewport is wide enough the content will dynamically divide to two or more columns. - http://amp.gs/SQnp
#css
An interesting experiment in applying multiple columns in response to the amount of content. So, if the viewport is wide enough the content will dynamically divide to two or more columns. - http://amp.gs/SQnp
#css
every-layout.dev
Multi-column manipulation
Thoughts and ideas around the present and future of multi-column layout
Handling and Dispatching Events with Node
A look at how to create, dispatch, and manage events using EventEmitter and the events module. - http://amp.gs/Sck4
#nodejs
A look at how to create, dispatch, and manage events using EventEmitter and the events module. - http://amp.gs/Sck4
#nodejs
LogRocket Blog
Handling and dispatching events with Node.js - LogRocket Blog
In event-driven programming, code is written to react instead of waiting to be called. Learn how to create, dispatch, and manage events in Node.js.
Create your own image classifier with Angular and Tensorflowjs
If you're a JS developer that is amazed by things Data Scientists do with Machine learning and Artifical intelligence this article will help you learn how to create your own image classifiers using only Javascript in less than a few minutes!
- http://amp.gs/S6EU
#angular #tensorflow
If you're a JS developer that is amazed by things Data Scientists do with Machine learning and Artifical intelligence this article will help you learn how to create your own image classifiers using only Javascript in less than a few minutes!
- http://amp.gs/S6EU
#angular #tensorflow
Playing with Vue and Vuex - Lemonade Stand
Learn how to build a text-based game like the PC classic "Lemonade Stand" with Vue and Vuex. - http://amp.gs/NIEX
#vue
Learn how to build a text-based game like the PC classic "Lemonade Stand" with Vue and Vuex. - http://amp.gs/NIEX
#vue
Raymondcamden
Playing with Vue and Vuex - Lemonade Stand
Father, husband, developer relations and web standards expert, and cat demo builder.
Looking at the Optional Chaining ES Proposal
Boils down the proposal to exactly the essentials you need to know. - http://amp.gs/Njqu
#javascript
Boils down the proposal to exactly the essentials you need to know. - http://amp.gs/Njqu
#javascript
'How I'm Writing Serverless Node.js Services These Days'
Some thoughts from a developer mostly using serverless on commercial projects. - http://amp.gs/NTuu
#nodejs
Some thoughts from a developer mostly using serverless on commercial projects. - http://amp.gs/NTuu
#nodejs
The :empty Selector
How to use the :empty selector to style elements with no children or content. - http://amp.gs/N10C
#css
How to use the :empty selector to style elements with no children or content. - http://amp.gs/N10C
#css
DEV Community
CSS :empty Selector
Often, we want to style elements that contain content. How about when an element has no children or...
Angular: Multiple Themes Without Killing Bundle Size (With Material or Not)
Angular Material makes our life simple when we need to theme our app. Working with a preprocessor styles, such as Sass or SCSS, you simply use mix-ins provided by the UI library and you’re done. - http://amp.gs/NYKy
#angular
Angular Material makes our life simple when we need to theme our app. Working with a preprocessor styles, such as Sass or SCSS, you simply use mix-ins provided by the UI library and you’re done. - http://amp.gs/NYKy
#angular
Medium
Angular: Multiple Themes Without Killing Bundle Size (With Material or Not)
Keep users happy with a choice of themes
How to Fetch Data with React Hooks
Not sure how we missed this before, but it’s still a great tutorial now and uses Hacker News APIs as the back-end guinea pig. - http://amp.gs/NtDH
#react
Not sure how we missed this before, but it’s still a great tutorial now and uses Hacker News APIs as the back-end guinea pig. - http://amp.gs/NtDH
#react
www.robinwieruch.de
How to fetch data with React Hooks? - RWieruch
A tutorial on how to fetch data in React with Hooks from third-party APIs. You will use state and effect hooks for the data request from a real API ...
How to Create and Run Scheduled Jobs in Node cron-Style
How to use node-cron to get cron-like scheduling functionality within a Node app - http://amp.gs/NmXs
#nodejs
How to use node-cron to get cron-like scheduling functionality within a Node app - http://amp.gs/NmXs
#nodejs
Understanding RxJS Observables and Why You Need Them
RxJS is a reactive programming library based around ‘observables’ and is used by Angular for its reactivity.. but you can use it separately too. - http://amp.gs/Np1b
#rxjs
RxJS is a reactive programming library based around ‘observables’ and is used by Angular for its reactivity.. but you can use it separately too. - http://amp.gs/Np1b
#rxjs
LogRocket Blog
Understanding RxJS Observables and why you need them - LogRocket Blog
In this post, we will see a thorough introduction to Observables, observers and subscriptions in RxJS in addition to the lifecycle process.
Getting Started Optimizing a React Native App
A developer who has spent a serious amount of time optimizing a bank’s mobile app shares several (very) quick tips based on what he learnt along the way. - http://amp.gs/NpsR
#reactnative
A developer who has spent a serious amount of time optimizing a bank’s mobile app shares several (very) quick tips based on what he learnt along the way. - http://amp.gs/NpsR
#reactnative
Medium
Getting Started Optimizing a React Native App
Optimizing an app can be very complex. I’ve worked for a year optimizing one of the largest banks mobile apps performance. We ended up…
Future-Oriented Programming with Vue.js 3
One of Vue.js 3’s forthcoming new features is support for a function-based API (more on what that means in this podcast). Here’s a look at what problems it’ll solve and how it’ll improve logic composition. - http://amp.gs/NBv1
#vue
One of Vue.js 3’s forthcoming new features is support for a function-based API (more on what that means in this podcast). Here’s a look at what problems it’ll solve and how it’ll improve logic composition. - http://amp.gs/NBv1
#vue
Medium
Vue.js 3: Future-Oriented Programming
How function-based API solves logic reusability problem