FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Shoelace.css: A Pure CSS Alternative to Bootstrap
A back to basics CSS starter kit “for when you don’t need the whole boot”. - https://goo.gl/hibpW9

#css
Introducing Mongoose to Your Node.js and Restify API
Guiding you through the steps needed to modify your API by introducing Mongoose. - https://goo.gl/9MaQBY

#nodejs #mongoose #part2
What's So Hard About Histograms?
Histograms are a way to summarize a numeric variable. They use counts to aggregate similar values together and show you the overall distribution. However, they can be sensitive to parameter choices! We're going to take you step by step through the considerations with lots of data visualizations... - https://goo.gl/WzjYvk

#d3js
WTFJS? A List of Funny and Tricky Code Examples
Around 40 examples of ‘quirky’ JavaScript code with unexpected results or outcomes. Mostly interesting to learn about odd edge cases. -
https://goo.gl/9dm8uG

#javascript
Next.js 3.0: The Universal React App Toolchain
The stable release of Next.js v3.0 arrived this week, bringing with it dynamic import support, static export support, code splitting and more. - https://goo.gl/W4fJKr

#react #next
JetBrains Open Sources Its 'Ring UI' Web UI Components
Over 50 React controls built and used at JetBrains - https://goo.gl/vJG8dV

#react #components
StackBlitz: An Online VS Code IDE for Angular + React Dev
Get the VS Code experience in your browser. - https://goo.gl/TMnQij

#vscode #online
Presenting the d3.loom chart - A new plugin to create butterfly, fan-like, axe shaped charts
I’d like to “formally” introduce and explain a new (and my first) d3 plugin to create a chart that I’ve started calling “the loom”...The loom layout is meant to create a chart with a group of entities in the center and different group of entities on the outside. They are connected by strings where the thickness of the string on the outside represents the connection (i.e. value) of the inner and outer entity... -
https://goo.gl/yi4hXp

#d3js