FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
MikroORM 5: A TypeScript ORM for Node.js

Based upon the popular ‘Data Mapper’ pattern, MikroORM (homepage) is a popular and powerful Node.js ORM that supports a variety of SQL and NoSQL databases. v5 is a year in the making and boasts improved type safety, validations, migrations and schema diffing, amongst other things. - http://amp.gs/jZ2VU

#nodejs
Top 18 Web 3.0 Trends Every Frontend Developer Has to Follow in 2022

Vitalii Shevchuk compiled and listed the new opportunities Web 3.0 can bring and may inspire on the next millions dollar idea. - http://amp.gs/jZwCj

#web3
Hello, CSS Cascade Layers

Ahmad Shadeed explores how cascade layers work and how they can help you write CSS with more confidence. - http://amp.gs/jZwoC

#css
👍1
Coming Into Vue: What's Next in Vue 3

Now that we've reached an official recommendation to use Vue 3, what does the future look like for the Vue ecosystem? - http://amp.gs/jZFi9

#vue
Improving JavaScript Bundle Performance With Code-Splitting

Looks at the benefits and caveats of code-splitting and how page performance and load times can be improved by dynamically loading expensive, non-critical JavaScript bundles. - http://amp.gs/jZXSO

#javascript
👍1
An Intro to Authentication in React Router 6

A practical walkthrough of implementing authentication alongside React Router 6 in a bare-bones example app. You can then move on to.. - http://amp.gs/jZLzX

#react
Platform upgrades for Angular v13, NestJS 8, Next.js 12, and more in Nx 13.2!

Nx is a smart, extensible build framework to help you architect, test, and build at any scale — integrating… - http://amp.gs/jZL25

#angular
Aspect Ratio is Great

Michelle Barker gives a fantastic introduction to the aspect-ratio property. - http://amp.gs/jZWEM

#css
1
Create, Test and Deploy a Single Page App with Vue 3 + Vite and Pinia

With Vue 3 now officially released, it's time to upgrade your SPA development tool-set with the latest tools like Vite and Pinia. - http://amp.gs/jZW3x

#vue
API Architecture  —  Best Practices for designing REST APIs

REST APIs everywhere! - http://amp.gs/jZaGo

#reastapi
3
Overview of OOP patterns implementation in JavaScript - http://amp.gs/jZaKD

#javascript #patterns
Everything about our migration from ReactJS to NextJS

The overall thought process, challenges, and outcomes: Peerlist's tech stack migration from ReactJS to NextJS. - http://amp.gs/jZomk

#react
How the Angular Compiler Works

The Angular compiler (known as ngc) is the tool used to compile Angular apps and libraries. This post digs into what it does and how it does it. - http://amp.gs/jZoiN

#angular
ELI5: Reactivity in Vue 3

Reactivity. It's one of the most convenient features of front-end frameworks. What is it exactly, and how does it work in Vue 3? - http://amp.gs/jZMB0

#vue
Node.js Trademarks Transferred to the OpenJS Foundation

You may not have realized this, but Joyent (a company that heavily backed the early development of Node) still owned the Node.js trademark till, well, now. We appreciate having had their kind permission to use the term ‘Node’ in the name of this newsletter – now the OpenJS Foundation takes on the legal responsibilities. - http://amp.gs/jZ5K8

#nodejs
Debugging JavaScript

It’s not deep, but this is an enjoyable and casual walk through the JavaScript debugging landscape. - http://amp.gs/jZQyK

#javascript
👍1
How to Write Performant React Code: Rules, Patterns, Do's and Don'ts

Nadia Makarevich shows you how to implement a “real-life” app step by step – first in a “normal” way, using the patterns that you’ll see practically everywhere, then refactoring each step with performance in mind and comparing the result in the end. - http://amp.gs/jZcmb

#react