dev.to/citrusbug/7-best-angular-component-libraries-to-use-in-2020-5471
Category: Uncategorized
Web Design Trends In 2021
Coolest 25+ Web Design Trends In 2021, that’ll rock the world😎 by ThemeSelection
Download Medium on the App Store or Play Store
Centering in CSS
Examples of RxJS Patterns: Efficiency and Performance
RxJS Patterns: Efficiency and Performance by Giancarlo Buomprisco
5 Common Mistakes with RxJS
5 Common Mistakes with RxJS by Giancarlo Buomprisco
https://medium.com/bitsrc/5-common-mistakes-with-rxjs-1b09d4c19387
10 Must-Read Books for Software Engineers
Ten modern layouts in one line of CSS
This post highlights a few powerful lines of CSS that do some serious heavy lifting and help you build robust modern layouts.
web.dev/one-line-layouts/
Where do you get illustrations? – DEV Community 👩💻👨💻
15 Reasons to Build Your Component Library in Bit.dev | by Jonathan Saring | Bits and Pieces
Reqres – A hosted REST-API ready to respond to your AJAX requests
If you’re trying to demonstrate a front-end (JavaScript-based) concept, you don’t really want the hassle of setting up an API, or even a server (especially during a live workshop or demo).
You can just write your HTML, CSS & JavaScript as usual and send Reqres AJAX requests, which will respond with the expected response codes and output. Rapid prototyping of interfaces When prototyping a new interface, you just want an APIthere, with minimal setup effort involved. Normally, I’d point people, who aren’t too familiar with backend programming, to Sailsjs which can auto-generate a REST-API for you from the command line.
However, you will need Node.js installed and some familiarity of how Node.js works. If that sounds like too much hassle and way too daunting, Reqres is just a URL. Sending it an AJAX request is step 1…there is no step 2. Peace of mind It might seem pretty weird to be sending your data to a 3rd party API, but I can assure you, Reqres does not store any of your data at all. Once you send it to us, we just send it straight back…and then it’s gone!
reqres.in/