All The Ways to Deal With Line Breaks with CSS and HTML
Some helpful approaches and suggestions for dealing with troublesome line breaks both with HTML and CSS. - http://bit.ly/2sjMHiM
#css
Some helpful approaches and suggestions for dealing with troublesome line breaks both with HTML and CSS. - http://bit.ly/2sjMHiM
#css
CSS-Tricks
Where Lines Break is Complicated. Here's all the Related CSS and HTML. | CSS-Tricks
Say you have a really long word within some text inside an element that isn't wide enough to hold it. A common cause of that is a long URL finding it's way
Signale: A Highly Configurable Console Logger
Elegant console output for your logging, status reporting, and other console app output needs. Supports colors, emojis, scoped logging, and includes a timer mechanism - http://bit.ly/2J67cKm
#nodejs
Elegant console output for your logging, status reporting, and other console app output needs. Supports colors, emojis, scoped logging, and includes a timer mechanism - http://bit.ly/2J67cKm
#nodejs
GitHub
GitHub - klaudiosinani/signale: Highly configurable logging utility
Highly configurable logging utility. Contribute to klaudiosinani/signale development by creating an account on GitHub.
Styling Buttons, the Right Way
Florens Verschelde shows how to create accessible buttons. - http://bit.ly/2sFBtV9
#css
Florens Verschelde shows how to create accessible buttons. - http://bit.ly/2sFBtV9
#css
Fvsch
Styling buttons, the right way
A tutorial on styling buttons in CSS, with accessibility in mind. Learn how to create a CSS button component which can be used with the correct semantic element: A or BUTTON.
Getting Started with Web Push Notifications
Microsoft Edge now supports web push notifications via the Push API and to celebrate the Edge team has put together a superb introduction to the concepts involved. - http://bit.ly/2LU6YUl
#web #pushNotification
Microsoft Edge now supports web push notifications via the Push API and to celebrate the Edge team has put together a superb introduction to the concepts involved. - http://bit.ly/2LU6YUl
#web #pushNotification
How to Build A News App with JavaScript and React Native
For my first post on Dev, and I wanted to share with you how I made a news app with React Native. - http://bit.ly/2LRWAwl
#reactNative
For my first post on Dev, and I wanted to share with you how I made a news app with React Native. - http://bit.ly/2LRWAwl
#reactNative
DEV Community
How to build a news app with JavaScript and React Native
For my first post on Dev, and I wanted to share with you how I made a news app with React Native.
Data-Forge 1.0: A JavaScript Data Wrangling Toolkit
Inspired by Pandas and LINQ, Data-Forge is designed to be a ‘goto tool for slicing and dicing data’. - http://bit.ly/2J7o6s4
#nodejs
Inspired by Pandas and LINQ, Data-Forge is designed to be a ‘goto tool for slicing and dicing data’. - http://bit.ly/2J7o6s4
#nodejs
How to Build a Real-Time Editable Datagrid
. using react-table and Hamoni Sync, a realtime state synchronization service. - http://bit.ly/2GPNcWd
#react
. using react-table and Hamoni Sync, a realtime state synchronization service. - http://bit.ly/2GPNcWd
#react
DEV Community
Real-time Editable Datagrid In React
how to build a real-time datagrid in React
Protovue: Prototyping Component Framework for Vue.js
When prototyping new interactive elements for an app, it is often helpful to scaffold the layout to show how the pieces fit together. - http://bit.ly/2J8zq7c
#vue
When prototyping new interactive elements for an app, it is often helpful to scaffold the layout to show how the pieces fit together. - http://bit.ly/2J8zq7c
#vue
Hackernoon
Hello Protovue — Prototyping Component Framework for Vue.js | HackerNoon
When <a href="https://hackernoon.com/tagged/prototyping" target="_blank">prototyping</a> new interactive elements for an app, it is often helpful to scaffold the layout to show how the pieces fit together. There are a few problems with this approach.
New CSS Features That Are Changing Web Design
Zell Liew explains how we can use CSS Grid, CSS Shapes, CSS Custom properties and writing mode to exercise our creativity in web design. - http://bit.ly/2IDuabt
#css
Zell Liew explains how we can use CSS Grid, CSS Shapes, CSS Custom properties and writing mode to exercise our creativity in web design. - http://bit.ly/2IDuabt
#css
Smashing Magazine
New CSS Features That Are Changing Web Design — Smashing Magazine
Today, the design landscape has changed completely. We’re equipped with new and powerful tools — CSS Grid, CSS custom properties, CSS shapes and CSS writing-mode, to name a few — that we can use to exercise our creativity. Zell Liew explains how.
Progressive Web Apps: Core Features, Architecture, Pros and Cons
A fairly detailed overview of PWAs including the pros and cons as well as popular examples of existing PWAs. - http://bit.ly/2xK6LQE
#pwa
A fairly detailed overview of PWAs including the pros and cons as well as popular examples of existing PWAs. - http://bit.ly/2xK6LQE
#pwa
Hackernoon
Progressive Web Apps: Core Features, Architecture, Pros and Cons | HackerNoon
Mobile web is the new web as most of the users stay connected 24/7 using smartphones for most of their daily tasks. The <a href="https://www.comscore.com/Insights/Presentations-and-Whitepapers/2017/The-2017-US-Mobile-App-Report" target="_blank">2017 US Mobile…
My Method for Upgrading from Ionic 3 to Ionic 4
Josh shares his approach to transitioning from Ionic 3 to Ionic 4. - http://bit.ly/2sGnqyM
#ionic
Josh shares his approach to transitioning from Ionic 3 to Ionic 4. - http://bit.ly/2sGnqyM
#ionic
Josh Morony
In this article, I am going to be walking through the exact step-by-step approach I have been using to update Ionic 3 applications…
Building a React Native App using Expo and TypeScript
The first of a two-part guide on how to create a React Native app using Expo and Typescript. - http://bit.ly/2xPqz52
#reactNative
The first of a two-part guide on how to create a React Native app using Expo and Typescript. - http://bit.ly/2xPqz52
#reactNative
Exposition
Building a React Native App using Expo and Typescript (Part 1)
This is the first part of a two-part guide to how to create a React Native App using Expo and Typescript. Here, we’ll create an example RN…
Loading Vuex Modules Dynamically
If you’re building a Vue component library or plugin, you may need to load a Vuex module dynamically into your store. This article by Alex Jover Morales will show you how. - http://bit.ly/2Jjlsf1
#vuex
If you’re building a Vue component library or plugin, you may need to load a Vuex module dynamically into your store. This article by Alex Jover Morales will show you how. - http://bit.ly/2Jjlsf1
#vuex
Digitalocean
Loading Vuex Modules Dynamically | DigitalOcean
Here’s how you can integrate Vuex modules dynamically into your Vue.js apps when specific components are created.
Building Reusable React Components
Along with some best practices to follow. - http://bit.ly/2sENxqx
#react
Along with some best practices to follow. - http://bit.ly/2sENxqx
#react
The Future of Native Modules in Node.js
Explains how N-API is changing the game. - http://bit.ly/2Jccf7U
#nodejs
Explains how N-API is changing the game. - http://bit.ly/2Jccf7U
#nodejs
NearForm Enterprise Software Solution Development
The Future of Native Modules in Node.js - NearForm
N-api and prebuilt native modules are ready for prime time.
Decorating Lines of Text with box-decoration-break
Preethi shows how box-decoration-break property can decorate the edges of fragments of an inline box. - http://bit.ly/2J5KUbv
#css
Preethi shows how box-decoration-break property can decorate the edges of fragments of an inline box. - http://bit.ly/2J5KUbv
#css
CSS-Tricks
Decorating Lines Of Text With Box-decoration-break | CSS-Tricks
An institution’s motto, an artist’s intro, a company’s tagline, a community’s principle, a service’s greeting… all of them have one thing in common: they’re
Progressive Web Apps for Angular 6 and Beyond
A look at what Angular 6 includes out of the box to support Progressive Web Apps - http://bit.ly/2kRzPfY
#angular6 #pwa
A look at what Angular 6 includes out of the box to support Progressive Web Apps - http://bit.ly/2kRzPfY
#angular6 #pwa
Angular Training
Progressive Web Apps for Angular 6 and beyond
Progressive Web Apps is a name given to a set of new W3C standards that allow any web application to feel and behave very much like a…
Understanding Environments in VueJS
Vue CLI 3 introduced environment variables and modes, allowing you to customize your build for development, production, and testing. In this post, the author demonstrates how to use environment variables effectively in a new project. - http://bit.ly/2Lj9Fxy
#vue
Vue CLI 3 introduced environment variables and modes, allowing you to customize your build for development, production, and testing. In this post, the author demonstrates how to use environment variables effectively in a new project. - http://bit.ly/2Lj9Fxy
#vue
Medium
Understanding environments in VueJS
In this post I am going to demonstrate how to use development and production environment variables in Vue.
Analyzing How Redux Works Internally
A dive into what’s going on under the hood with the popular state management container - http://bit.ly/2JkMg2v
#redux
A dive into what’s going on under the hood with the popular state management container - http://bit.ly/2JkMg2v
#redux
Medium
Analyze Redux
Redux is a state management container, implemented as inspired by Event Sourcing patterns and Functional programming. It helps to save and…
Build a Basic CRUD App with Vue.js and Node
Learn to scaffold a Vue project, offload authentication to Okta, lock down protected routes, and perform CRUD operations through a REST API server. - http://bit.ly/2MfsKST
#nodejs #vue
Learn to scaffold a Vue project, offload authentication to Okta, lock down protected routes, and perform CRUD operations through a REST API server. - http://bit.ly/2MfsKST
#nodejs #vue
Sitepoint
How to Add Authentication to Your Vue App Using Okta — SitePoint
Learn to scaffold a Vue project, offload authentication to Okta, lock down protected routes, and performing CRUD operations through a REST API server.
How to Create a Simple CSS Loading Spinner & Make It Accessible
Stuart Nelson explains how to create an accessible CSS loading spinner. - http://bit.ly/2sIRvOq
#css
Stuart Nelson explains how to create an accessible CSS loading spinner. - http://bit.ly/2sIRvOq
#css
Medium
How to create a simple CSS loading spinner & make it accessible
A step-by-step tutorial for how to create an animated single element CSS loading spinner that is accessible!