Full-Stack TypeScript Apps - Part 2: Developing Frontend Angular Apps
This is a series on how to build a full-stack TypeScript web application using Angular and Nest.js. In the first part, we learned how to build a simple API with Nest.js. In part two, here, we are going to learn how to use Angular to develop the frontend of the application that communicates with Nest.js. - http://bit.ly/2Ms8DnY
#angular
This is a series on how to build a full-stack TypeScript web application using Angular and Nest.js. In the first part, we learned how to build a simple API with Nest.js. In part two, here, we are going to learn how to use Angular to develop the frontend of the application that communicates with Nest.js. - http://bit.ly/2Ms8DnY
#angular
Auth0 - Blog
Full-Stack TypeScript Apps - Part 2: Developing Frontend Angular Apps
This series shows how to create a simple, full-stack web application with Angular, TypeScript, and Nest.js. Part 2: Developing frontend Angular apps.
Attribute Directives ❤ Angular Forms
In this article, we’ll examine creating Angular Directives that interact with the Angular Forms controls. We’ll do that by creating an attribute directive which hooks into the underlying form control and changes the directive’s host element border. - http://bit.ly/2MEpinG
#angular #forms
In this article, we’ll examine creating Angular Directives that interact with the Angular Forms controls. We’ll do that by creating an attribute directive which hooks into the underlying form control and changes the directive’s host element border. - http://bit.ly/2MEpinG
#angular #forms
Netanel Basal
Attribute Directives ❤ Angular Forms
In this article, we’ll examine creating Angular Directives that interact with the Angular Forms controls.
How to Display a List in React
You’ve got a list of items you want to appear on screen, but what’s the “React way” to do this? - http://bit.ly/2Mn7UEG
#react
You’ve got a list of items you want to appear on screen, but what’s the “React way” to do this? - http://bit.ly/2Mn7UEG
#react
Dave Ceddia
How to Display a List in React
Sticky, Smooth, Active Nav
Chris Coyier shows how to create smooth sidebar navigation bar. - http://bit.ly/2whV3bR
#css
Chris Coyier shows how to create smooth sidebar navigation bar. - http://bit.ly/2whV3bR
#css
CSS-Tricks
Sticky, Smooth, Active Nav | CSS-Tricks
Just like the title says! Here's a sidebar navigation bar that... Uses sticky positioning. It stays on the screen when it can, but won't overlap the
Push Notifications with Angular & Express
In this tutorial, we are going to take a look at how to display push notifications using angular. - http://bit.ly/2Laccd4
#angular
In this tutorial, we are going to take a look at how to display push notifications using angular. - http://bit.ly/2Laccd4
#angular
Malcoded
Push Notifications with Angular & Express
In this tutorial, we are going to take a look at how to display push notifications using angular. These push notifications will be the same as the native…
Line-Height Crop — A Simple CSS Formula to Remove Top Space From Your Text
Claudia Romano explains how to remove space from the top (and bottom) of text elements using a simple SCSS mixin. - http://bit.ly/2LcoAJN
#css
Claudia Romano explains how to remove space from the top (and bottom) of text elements using a simple SCSS mixin. - http://bit.ly/2LcoAJN
#css
Medium
Line-height Crop — a simple CSS formula to remove top space from your text
It’s a natural behavior of text elements to include some space on top (and bottom) of the element itself based on its line-height value.
Building an Ionic Geolocation Tracker with Google Maps and Track Drawing - http://bit.ly/2PvGCtQ
#ionic
#ionic
https://devdactic.com
Building an Ionic Geolocation Tracker with Google Map and Track Drawing
Within your Ionic App you can easily track the position of your users with the Ionic Geolocation plugin. It is also easy to add a Google Map to your app, so why not combine these 2 features into a useful app?
'Scroll Bouncing' and How It Works
A good understanding of the scroll bouncing effect (and how to prevent it, if you wish) is helpful for building any site that has fixed elements. - http://bit.ly/2BK8yaq
#css #scroll
A good understanding of the scroll bouncing effect (and how to prevent it, if you wish) is helpful for building any site that has fixed elements. - http://bit.ly/2BK8yaq
#css #scroll
Smashing Magazine
Scroll Bouncing On Your Websites — Smashing Magazine
This article describes the effect of scroll bouncing and how it works on different web browsers. It contains reviews of several different solutions that are suggested on the web that can be used to prevent scroll bouncing. The CSS property, overscroll-behavior…
An Overview of Buffers in Node.js
Buffers provide a handy way to work with streams of binary data but they can be a cause of confusion - this article aims to address that. - http://bit.ly/2wbTzkh
#nodejs
Buffers provide a handy way to work with streams of binary data but they can be a cause of confusion - this article aims to address that. - http://bit.ly/2wbTzkh
#nodejs
The Code Barbarian
An Overview of Buffers in Node.js
[Buffers](https://nodejs.org/api/buffer.html) are Node.js' built-in type for storing arbitrary binary data. Because most Node.js developers don't use buffers much beyond occasionally [reading data from a file](https://nodejs.org/api/stream.html#stream_cl…
An Alternative, Simple Approach to Internationalization
jsLingui is a new alternative approach to simplifying i18n when using Babel. - http://bit.ly/2MUluPd
#react
jsLingui is a new alternative approach to simplifying i18n when using Babel. - http://bit.ly/2MUluPd
#react
ITNEXT
Simple internationalization of React apps
Note: Do you have an app in single language? Keep reading! Things like pluralization, number and date formatting are still useful even for…
JavaScript Engine Fundamentals: Optimizing Prototypes
Having a deeper understanding of how JavaScript engines work can help you reason about the performance characteristics of your code and this diagram-rich post digs into engines optimize around JavaScript’s use of prototype-based inheritance. - http://bit.ly/2BQ0NzF
#javascript
Having a deeper understanding of how JavaScript engines work can help you reason about the performance characteristics of your code and this diagram-rich post digs into engines optimize around JavaScript’s use of prototype-based inheritance. - http://bit.ly/2BQ0NzF
#javascript
Angular 7 is coming
Today (August 3rd) Angular Team released Angular 7 beta.0 release. Many of us will be curious about the kind of features and bug fixes that we can see in this beta release. - http://bit.ly/2N0Fmx3
#angular
Today (August 3rd) Angular Team released Angular 7 beta.0 release. Many of us will be curious about the kind of features and bug fixes that we can see in this beta release. - http://bit.ly/2N0Fmx3
#angular
Medium
Angular 7 is coming
Today Angular Team released Angular 7 beta release. Many of us will be curious about the kind of features and bug fixes that we can see in…
UX and HTML5: Let’s Help Users Fill In Your Mobile Forms
Best practices to improve your mobile forms, including scannability and readability. There’s a lot to chew on here. - http://bit.ly/2ofN9w5
#ui #ux
Best practices to improve your mobile forms, including scannability and readability. There’s a lot to chew on here. - http://bit.ly/2ofN9w5
#ui #ux
Smashing Magazine
UX And HTML5: Let’s Help Users Fill In Your Mobile Form (Part 1) — Smashing Magazine
Do you test your forms on real users and real devices? If not, you should. Let’s take a look at some of the techniques that can help you take your forms to the next level and help users fill them in.
React Context API: Managing State with Ease
Managing state with the new React Context API is very easy. Learn what the differences with Redux are and how to use it in this practical tutorial. - http://bit.ly/2PE3Mhz
#react
Managing state with the new React Context API is very easy. Learn what the differences with Redux are and how to use it in this practical tutorial. - http://bit.ly/2PE3Mhz
#react
Auth0 - Blog
React Context API: Managing State with Ease
Managing state with the new React Context API is very easy. Learn what the differences with Redux are and how to use it in this practical tutorial.
Exploring SMACSS: Scalable and Modular Architecture for CSS
SMACSS provides a set of solid organizational guidelines for working with CSS. - http://bit.ly/2o77VxX
#css #smacss
SMACSS provides a set of solid organizational guidelines for working with CSS. - http://bit.ly/2o77VxX
#css #smacss
Toptal Engineering Blog
Exploring SMACSS: Scalable and Modular Architecture for CSS | Toptal®
CSS is notorious for getting messy quickly as a website scales. While frameworks like Bootstrap can help, SMACSS takes a different approach, as a set of solid organizational guidelines. This introduction by Slobodan Gajic explores the idea and benefits behind…
Views on Vue Podcast
Follow the discussion around Vue with many guests from the community. - http://bit.ly/2MYYtL2
#vue #podcast
Follow the discussion around Vue with many guests from the community. - http://bit.ly/2MYYtL2
#vue #podcast
16 JavaScript Data Visualization and Charting Libraries
A rather extensive summary and comparison of charting libraries, comparing key factors such as chart types, commercial vs free, and their open-source status. - http://bit.ly/2wk1vjs
#javascript #charts
A rather extensive summary and comparison of charting libraries, comparing key factors such as chart types, commercial vs free, and their open-source status. - http://bit.ly/2wk1vjs
#javascript #charts
Data Fetching in Redux Apps: A '100% Correct' Approach
Considers the pros and cons of different ways to fetch data in a Redux app before suggesting the “perfect” recommendation. - http://bit.ly/2BQcoyS
#react
Considers the pros and cons of different ways to fetch data in a Redux app before suggesting the “perfect” recommendation. - http://bit.ly/2BQcoyS
#react
LogRocket
Data fetching in Redux apps — a 100% correct approach
This post considers the pros and cons of different ways to fetch data in your Redux app before making the "perfect" recommendation.
The Generic Sensor API
Exploring the Generic Sensor API, which aims to provide a consistent API for different sensors. - http://bit.ly/2BvMro0
#sensor
Exploring the Generic Sensor API, which aims to provide a consistent API for different sensors. - http://bit.ly/2BvMro0
#sensor
mobiForge
The Generic Sensor API - mobiForge
The Generic Sensor API aims to make device sensors easier to use and extend by providing a set of consistent APIs to access sensors.
State of Vue.js in 2018
Now, the state of Vue.js in 2018 puts it in a very strong position among the competition. Learn why in this blog post. - http://bit.ly/2NuCtVG
#vue
Now, the state of Vue.js in 2018 puts it in a very strong position among the competition. Learn why in this blog post. - http://bit.ly/2NuCtVG
#vue
Naturaily
State of Vue.js in 2018
Vue.js, the so-called progressive framework took the JavaScript community by storm. Now, the state of Vue.js in 2018 puts it in a very strong position among the competition. Learn why in this blog post.
How To Develop a Node TCP Server using PM2 and NGINX on Ubuntu 16.04
This post digs into building a simple TCP server and client then running and managing it as a background process with PM2. - https://do.co/2MtMwxA
#nodejs #pm2 #nginx
This post digs into building a simple TCP server and client then running and managing it as a background process with PM2. - https://do.co/2MtMwxA
#nodejs #pm2 #nginx
Digitalocean
How To Develop a Node.js TCP Server Application using PM2 and Nginx on Ubuntu 16.04 | DigitalOcean
In this tutorial, you’ll build a basic Node.js TCP server, along with a client to test the server. You’ll run your server as a background process using a pow…