How I Became A Senior JS Developer with Personal Projects
An inspiring tale. “One of the best decisions in my developer career was to go beyond just using tools, I decided to create them.” - http://amp.gs/XwwQ
#javascript
An inspiring tale. “One of the best decisions in my developer career was to go beyond just using tools, I decided to create them.” - http://amp.gs/XwwQ
#javascript
DEV Community
How I became a senior javascript developer with personal projects
Everything can be summed up in short words One of the best decisions in my developer care...
Creating an Angular Library and Publishing on npm
Have a TS module that you think others could benefit from? Open source it with the help of npm and this quick tutorial. - http://amp.gs/XFSA
#angular
Have a TS module that you think others could benefit from? Open source it with the help of npm and this quick tutorial. - http://amp.gs/XFSA
#angular
dzone.com
Creating an Angular Library and Publishing on npm - DZone Web Dev
Have a TS module that you think others could benefit from? Open source it with the help of npm and this quick tutorial.
Learn How to Create a Stock Trading Bot
A 25 minute screencast covering the basics of automating financial trading from Node. Note/warning: Always take care with anything involving real money as you could lose it(!) - https://www.youtube.com/watch?v=BvzTHRX-AT4
#nodejs
A 25 minute screencast covering the basics of automating financial trading from Node. Note/warning: Always take care with anything involving real money as you could lose it(!) - https://www.youtube.com/watch?v=BvzTHRX-AT4
#nodejs
YouTube
Program a Trading Bot with Node JS
Learn how to program a stock trading bot using node JS and the Alpaca api.
We go over the initial node set up, how to hit the alpaca api with your authentication, the trading bot logic, and basic principles of trying to trade off the bullish engulfing candlestick…
We go over the initial node set up, how to hit the alpaca api with your authentication, the trading bot logic, and basic principles of trying to trade off the bullish engulfing candlestick…
The Thing With Leading in CSS
Matthias Ott outlines the challenges of vertical spacing in CSS. - http://amp.gs/XL4O
#css
Matthias Ott outlines the challenges of vertical spacing in CSS. - http://amp.gs/XL4O
#css
Matthias Ott – User Experience Designer
The Thing With Leading in CSS · Matthias Ott – User Experience Designer
Matthias Ott is an independent user experience designer and developer from Stuttgart, Germany. Besides design practice he teaches Interface Prototyping at the Muthesius Academy of Fine Arts and Design, Kiel.
The React + GraphQL 2020 Crash Course
Given the ever-increasing pervasiveness of the React/GraphQL combination, there can never be enough ways of learning the necessary skills for working with them. - http://amp.gs/XL5d
#react
Given the ever-increasing pervasiveness of the React/GraphQL combination, there can never be enough ways of learning the necessary skills for working with them. - http://amp.gs/XL5d
#react
freeCodeCamp.org
The React + GraphQL 2020 Crash Course
Have you heard a lot about using React with GraphQL but don't know how to combine them to build amazing apps? In this crash course, you'll learn how to do just that by building a complete social blogging app. Within an afternoon, you will gain the core skills…
How to Make a Beautiful Bar Chart With The Most Powerful Visualization…
Let’s make a visualization you won’t be ashamed to show. - http://amp.gs/XWvk
#d3js
Let’s make a visualization you won’t be ashamed to show. - http://amp.gs/XWvk
#d3js
An Open Letter to the Gatsby Open Source Community
One of the founders of GatsbyJS offers a suprisingly candid response to community concerns about how Gatsby contractors (and employees) have been treated in the past, as well as the natural friction between an open source project and its associated company. Kyle Matthews also offers some thoughts regarding the future of their open source efforts. - http://amp.gs/XWQE
#gatsby
One of the founders of GatsbyJS offers a suprisingly candid response to community concerns about how Gatsby contractors (and employees) have been treated in the past, as well as the natural friction between an open source project and its associated company. Kyle Matthews also offers some thoughts regarding the future of their open source efforts. - http://amp.gs/XWQE
#gatsby
How To Scrape a Website Using Node & Puppeteer
A through walkthrough of building a web scraping app using both Node and Puppeteer. As always, make sure you do this in an ethical and good-mannered way. -
http://amp.gs/Xa79
#nodejs
A through walkthrough of building a web scraping app using both Node and Puppeteer. As always, make sure you do this in an ethical and good-mannered way. -
http://amp.gs/Xa79
#nodejs
Digitalocean
How To Scrape a Website Using Node.js and Puppeteer | DigitalOcean
In this tutorial, you will build a web scraping application using Node.js and Puppeteer. Your app will grow in complexity as you progress. First, you will co…
How to Simplify SVG Code Using Basic Shapes
Mariana Beldi goes through different examples that explore the code of commonly used icons and explains how we can redraw them using some of the simple SVG shapes. - http://amp.gs/XaHe
#css
Mariana Beldi goes through different examples that explore the code of commonly used icons and explains how we can redraw them using some of the simple SVG shapes. - http://amp.gs/XaHe
#css
CSS-Tricks
How to Simplify SVG Code Using Basic Shapes | CSS-Tricks
There are different ways to work with icons, but the best solution always includes SVG, whether it’s implemented inline or linked up as an image file. That’s
React Native FAQ 2020
Answers to some of the most frequently asked questions about React Native in 2020. - http://amp.gs/XoEP
#reactnative
Answers to some of the most frequently asked questions about React Native in 2020. - http://amp.gs/XoEP
#reactnative
Medium
React Native FAQ 2020
We answer some of your most frequently asked questions about React Native in 2020!
Metaprogramming with Proxies
Dr. Axel, the author of Deep JavaScript, keeps releasing extra chapters of his book for free online, and this one goes as deep into the topic of object proxies as you could ever hope. Do you need to know all of this? No. Am I glad the knowledge exists if I ever need to know? Yes! - http://amp.gs/XMnB
#javascript
Dr. Axel, the author of Deep JavaScript, keeps releasing extra chapters of his book for free online, and this one goes as deep into the topic of object proxies as you could ever hope. Do you need to know all of this? No. Am I glad the knowledge exists if I ever need to know? Yes! - http://amp.gs/XMnB
#javascript
Vue.js Functional Components
Another article by Frederik Dietz, this time about functional components. A great technique to know, though keep in mind that the template-first approach to functional components will be obsolete in Vue 3.0. You might want to focus on learning how to use functional components with JSX though! - http://amp.gs/XQTk
#vue
Another article by Frederik Dietz, this time about functional components. A great technique to know, though keep in mind that the template-first approach to functional components will be obsolete in Vue 3.0. You might want to focus on learning how to use functional components with JSX though! - http://amp.gs/XQTk
#vue
DEV Community
Vue.js Functional Components
In the previous article we looked into headless components and how to achieve maximum flexiblity by s...
Scaling Accessibility With a Design System
Geri Reid shares a case study about her experience of learning how to design accessible web components, then scale their impact through a design system. - http://amp.gs/XQQ1
#css
Geri Reid shares a case study about her experience of learning how to design accessible web components, then scale their impact through a design system. - http://amp.gs/XQQ1
#css
Animating List Reordering with React Hooks
There seems to be no end to the uses for React Hooks. Starting with an Instagram Story-inspired bubble component, this article describes how Hooks are used to smoothly swap the bubble elements in a visually pleasing way. It may inspire your own similar efforts. - http://amp.gs/XcWU
#react
There seems to be no end to the uses for React Hooks. Starting with an Instagram Story-inspired bubble component, this article describes how Hooks are used to smoothly swap the bubble elements in a visually pleasing way. It may inspire your own similar efforts. - http://amp.gs/XcWU
#react
Build a Confirmation Modal in React with State Machines
React confirmation modals can be tricky, with useEffect and keeping track of shown/hidden, loading/not, and errors. State machines make it somewhat easier. - http://amp.gs/X6oJ
#javascript
React confirmation modals can be tricky, with useEffect and keeping track of shown/hidden, loading/not, and errors. State machines make it somewhat easier. - http://amp.gs/X6oJ
#javascript
Docker Best Practices with Node.js
Patterns and practices with code examples on the ‘dockerizing’ of Node apps. It covers the basics but goes all the way to advanced decisions like how much and where to limit the container’s memory, using a process manager or having Node itself as the root process and more. - http://amp.gs/Xb0i
#nodejs
Patterns and practices with code examples on the ‘dockerizing’ of Node apps. It covers the basics but goes all the way to advanced decisions like how much and where to limit the container’s memory, using a process manager or having Node itself as the root process and more. - http://amp.gs/Xb0i
#nodejs
DEV Community
Docker best practices with Node.js
Collected, curated and written by: Yoni Goldberg, Bruno Scheufler, Kevyn Bruyere and Kyle Martin...
Lazy Load Images in Angular with Two Lines of Code
Image lazy loading defers the loading of an image that isn’t currently visible in the viewport. Such an image will be loaded only when the user scrolls and the image becomes visible. Using this technique, we can gain better performance and load time. - http://amp.gs/LIDA
#angular
Image lazy loading defers the loading of an image that isn’t currently visible in the viewport. Such an image will be loaded only when the user scrolls and the image becomes visible. Using this technique, we can gain better performance and load time. - http://amp.gs/LIDA
#angular
Medium
Lazy Load Images in Angular with Two Lines of Code
Image lazy loading defers the loading of an image that isn’t currently visible in the viewport. Such an image will be loaded only when the…
11 Micro Frontends Frameworks You Should Know
Discover the best libraries and tools to build micro frontends. - http://amp.gs/LjJM
Discover the best libraries and tools to build micro frontends. - http://amp.gs/LjJM
Records and Tuples for React
A look at a proposal currently progressing smoothly through TC39 and how records and tuples may eventually prove interesting for use with React. - http://amp.gs/L8Rn
#react
A look at a proposal currently progressing smoothly through TC39 and how records and tuples may eventually prove interesting for use with React. - http://amp.gs/L8Rn
#react
Sébastien Lorber
Records & Tuples for React
...and how they are much more than immutable data structures.