A Guide To The State Of Print Stylesheets In 2018
Rachel Andrew takes a look at the state of printing from the browser today. - http://bit.ly/2jRyaqa
#css #print
Rachel Andrew takes a look at the state of printing from the browser today. - http://bit.ly/2jRyaqa
#css #print
Smashing Magazine
A Guide To The State Of Print Stylesheets In 2018 — Smashing Magazine
We have covered print stylesheets in the past here on Smashing Magazine. In this article, Rachel Andrew takes a look at the state of printing from the browser today.
The Front-End Tooling Survey 2018 Results
Over 5,000 frontend developers took part in this survey we linked a few months ago. Here are the results on what tools and techniques devs are using right now. Lots to digest here. - http://bit.ly/2sg1xqA
#frotnEnd #survey
Over 5,000 frontend developers took part in this survey we linked a few months ago. Here are the results on what tools and techniques devs are using right now. Lots to digest here. - http://bit.ly/2sg1xqA
#frotnEnd #survey
ashleynolan.co.uk
The Front-End Tooling Survey 2018 - Results
The results of the 2018 Front-End Tooling Survey are out! Check out the results and analysis of the responses here.
New CSS Features That Are Changing Web Design
Widely available, but relatively new, Web technologies like CSS Grid, CSS custom properties, CSS shapes and CSS writing-mode are allowing designers to exercise creativity in all new ways. Zell Liew explains how - http://bit.ly/2IDuabt
#css
Widely available, but relatively new, Web technologies like CSS Grid, CSS custom properties, CSS shapes and CSS writing-mode are allowing designers to exercise creativity in all new ways. Zell Liew explains how - 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.
Google I/O Developer Roundup: What’s New?
Includes some important announcements regarding the mobile web and Android. - http://bit.ly/2IX70cs
#googleio
Includes some important announcements regarding the mobile web and Android. - http://bit.ly/2IX70cs
#googleio
Smashing Magazine
Google I/O Developer Roundup: What’s New? — Smashing Magazine
Smashing Magazine's editor-in-chief, Rachel Andrew, attended the Google I/O 2018 event in Mountain View. We made sure you don't miss out: Here's a roundup of the announcements and launches that were presented at the event.
Progressive Web Apps on the Desktop
While not about mobile, per se, this reinforces the idea that a PWA has the benefit of working across multiple types of screens. - http://bit.ly/2ISExs4
#pwa
While not about mobile, per se, this reinforces the idea that a PWA has the benefit of working across multiple types of screens. - http://bit.ly/2ISExs4
#pwa
Google Developers
Progressive Web Apps on the Desktop | Web
| Google Developers
| Google Developers
Desktop progressive web apps can be 'installed' on the users device much like native apps. They're fast. Feel integrated because they launched in the same way as other apps, and run in an app window, without an address bar or tabs. They're reliable because…
Express, Mongoose and Passport.js Authentication
How to add user authentication to a simple Node and MongoDB app. - http://bit.ly/2x9ivMv
#nodejs
How to add user authentication to a simple Node and MongoDB app. - http://bit.ly/2x9ivMv
#nodejs
Djamware.com
Node.js, Express.js, Mongoose.js and Passport.js Authentication
How to create user authentication or login using Node.js, Express.js, Mongoose.js and Passport.js with simple application example.
Debugging Modern Web Applications with Firefox
The Firefox Dev Tools team are adding lots of new features to help you work with modern tools like Babel and Webpack while debugging with Firefox. - https://mzl.la/2sjS01G
#javascript #debugging
The Firefox Dev Tools team are adding lots of new features to help you work with modern tools like Babel and Webpack while debugging with Firefox. - https://mzl.la/2sjS01G
#javascript #debugging
Mozilla Hacks – the Web developer blog
Debugging Modern Web Applications – Mozilla Hacks - the Web developer blog
The Firefox Dev Tools team released an upgrade to the debugger’s source map support. It lets you inspect the code that you actually wrote. Combined with the ongoing work to ...
Ditching setState for MobX
How to leverage observables, observers, computed properties, autorun and more to simplify your React workflow. - http://bit.ly/2kq26d1
#react #mobx
How to leverage observables, observers, computed properties, autorun and more to simplify your React workflow. - http://bit.ly/2kq26d1
#react #mobx
Medium
Ditching setState for MobX
How to leverage observables, observers, computed properties, autorun & more to supercharge & simplify your React workflow.
Creating Responsive Layouts & Components with CSS Grid
“Let’s make a photo gallery responsive quickly …using very few lines of CSS.” - http://bit.ly/2kaJJsG
#css
“Let’s make a photo gallery responsive quickly …using very few lines of CSS.” - http://bit.ly/2kaJJsG
#css
Medium
CSS Grid — Responsive layouts and components
Let’s make a photo gallery responsive quickly and using very few lines of CSS.
Build an Ionic App with User Authentication
An example using the Okta API and OpenID Connect (OIDC). - http://bit.ly/2IQN3DU
#ionic
An example using the Okta API and OpenID Connect (OIDC). - http://bit.ly/2IQN3DU
#ionic
DEV Community
Build an Ionic App with User Authentication
Ionic is an open source mobile SDK for developing native and progressive web applications. With Okta and OpenID Connect (OIDC) you can easily integrate authentication into an Ionic application, and never have to build it yourself again.
Using TypeScript with React Native
Some pointers for getting started on the official React Native blog. - http://bit.ly/2s7Xfl5
#reactNative
Some pointers for getting started on the official React Native blog. - http://bit.ly/2s7Xfl5
#reactNative
facebook.github.io
Using TypeScript with React Native · React Native
JavaScript! We all love it. But some of us also love [types](https://en.wikipedia.org/wiki/Data_type). Luckily, options exist to add stronger types to JavaScript. My favourite is [TypeScript](https://www.typescriptlang.org), but React Native supports [Fl…
Inspecting Animations in Chrome DevTools
A quick demo of what Chrome’s Animation panel has to offer if you want to spy on how CSS animations/transitions work. - http://bit.ly/2IzXNL1
#devTools
A quick demo of what Chrome’s Animation panel has to offer if you want to spy on how CSS animations/transitions work. - http://bit.ly/2IzXNL1
#devTools
CSS-Tricks
Inspecting Animations in DevTools
I stumbled upon the Animation panel in Chrome’s DevTools the other day and almost jumped out of my seat with pure joy. Not only was I completely unaware that such a thing exists, but it was better than what I could’ve hoped: it lets you control and manipulate…
Testing your React App with Puppeteer and Jest
How to use Puppeteer and Jest to perform end-to-end testing on your app. - http://bit.ly/2GODmE9
#react #testing #puppeteer
How to use Puppeteer and Jest to perform end-to-end testing on your app. - http://bit.ly/2GODmE9
#react #testing #puppeteer
Medium
Testing your React App with Puppeteer and Jest
How to use Puppeteer and Jest to perform End-to-End Testing on your React App
A Strategy Guide To CSS Custom Properties
Michael Riethmuller takes a thorough look at strategies for getting the most out of CSS Custom Properties (a.k.a. ‘CSS variables’) which are now supported in all mainstream browsers. - http://bit.ly/2sjnG7C
#css
Michael Riethmuller takes a thorough look at strategies for getting the most out of CSS Custom Properties (a.k.a. ‘CSS variables’) which are now supported in all mainstream browsers. - http://bit.ly/2sjnG7C
#css
Smashing Magazine
A Strategy Guide To CSS Custom Properties — Smashing Magazine
Dynamic properties provide opportunities for new creative ideas, but also the potential to add complexity to CSS. To get the most out of them, we might need a strategy for how we write and structure CSS with custom properties.
Building a Progressive Web App in React
High level pointers if you’re considering building a PWA including a sample one-file app that uses Firebase for data storage with offline support. - http://bit.ly/2s6x2TV
#react #pwa
High level pointers if you’re considering building a PWA including a sample one-file app that uses Firebase for data storage with offline support. - http://bit.ly/2s6x2TV
#react #pwa
Medium
Building a Progressive Web App in React
With Firebase’s new Firestore for offline support
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