Alessandro Russo (@alessandro_info) 's Twitter Profile
Alessandro Russo

@alessandro_info

Front-End Architect. Naturalist, astronomer, freediver, mycologist, guitarist, soccer player, biker, sailor, cinephile, volunteer, nomad.

ID: 294783404

linkhttps://www.alessandro-russo.com calendar_today07-05-2011 19:23:30

375 Tweet

50 Followers

291 Following

Luca Mezzalira (@lucamezzalira) 's Twitter Profile Photo

Are you looking for a server-side #microfrontends frameworks? Here some suggestions: - Ara Framework - Mosaic - OpenComponents - Podium - PuzzleJS - Holocron #buildingMFE #frontend #javascript #js #development #web O'Reilly Media #OReillyExperts #backend #framework #cloud

Are you looking for a server-side #microfrontends frameworks?
Here some suggestions:
- Ara Framework
- Mosaic
- OpenComponents
- Podium
- PuzzleJS
- Holocron

#buildingMFE #frontend #javascript #js #development #web <a href="/OReillyMedia/">O'Reilly Media</a> #OReillyExperts #backend #framework #cloud
Luca Mezzalira (@lucamezzalira) 's Twitter Profile Photo

Are you looking for a client-side #microfrontends solution? Here some suggestions: - single-spa - Luigi - Module federation - Web components - Piral #buildingMFE #framework #FrontEndDevelopment #dev #frontend #javascript #js #development #web O'Reilly Media #OReillyExperts #tech

Are you looking for a client-side #microfrontends solution?
Here some suggestions:
- single-spa
- Luigi
- Module federation
- Web components
- Piral

#buildingMFE #framework #FrontEndDevelopment #dev #frontend #javascript #js #development #web <a href="/OReillyMedia/">O'Reilly Media</a> #OReillyExperts #tech
Pratham (@prathkum) 's Twitter Profile Photo

Web development is a book of 10 chapters: 🧱 HTML 🎨 CSS 🧮 CSS frameworks ⚙️ JavaScript 📃 DOM 🗂️ Git and GitHub ⚛️ React/Angular/Vue 🔙 Node.js 🗄️ API and Database 💼 Job

Pratham (@prathkum) 's Twitter Profile Photo

ChatGPT is outstanding. People who leverage AI will win. But it's a matter of how well you use it. That's why I made this free document for you: – 50+ ChatGPT prompts – 50+ AI tools – 35+ Low/No code To get it, • Like • Reply "👋" • Follow me (so that I can DM)

ChatGPT is outstanding.

People who leverage AI will win.

But it's a matter of how well you use it.

That's why I made this free document for you:

– 50+ ChatGPT prompts
– 50+ AI tools
– 35+ Low/No code

To get it,

• Like
• Reply "👋"
• Follow me (so that I can DM)
Rasmus Andersson (@rsms) 's Twitter Profile Photo

brian vaughn ST The length of a variable name should correlate with the farthest distance of use. Only used with a few lines? One letter is okay. Used on occasion across entire codebase? long_descriptive_name Programs are a means to an end. Don’t chase after “pretty” or “impressive” code.

Alessandro Russo (@alessandro_info) 's Twitter Profile Photo

👋🏻 Sapevi che è possibile creare una dialog modale in HTML con poche righe di codice? 🌐 Link alla demo: codepen.io/alessandroinfo… #web #develop #html #css #javascript

👋🏻 Sapevi che è possibile creare una dialog modale in HTML con poche righe di codice?

🌐 Link alla demo: codepen.io/alessandroinfo…

#web #develop #html #css #javascript
Cory House (@housecor) 's Twitter Profile Photo

TypeScript tip: Try to avoid optional fields. They cause two problems: 1. They reduce type safety. 2. There's no type-safe way to enforce when the field should be populated. Solution: Often optional fields can be eliminated by declaring separate and more specific types.

TypeScript tip: Try to avoid optional fields. 

They cause two problems:
1. They reduce type safety.
2. There's no type-safe way to enforce when the field should be populated.

Solution: Often optional fields can be eliminated by declaring separate and more specific types.
Alex Xu (@alexxubyte) 's Twitter Profile Photo

Do you know all the components of a URL? Uniform Resource Locator (URL) is a term familiar to most people, as it is used to locate resources on the internet. When you type a URL into a web browser's address bar, you are accessing a "resource", not just a blog.bytebytego.com

Do you know all the components of a URL?

Uniform Resource Locator (URL) is a term familiar to most people, as it is used to locate resources on the internet. When you type a URL into a web browser's address bar, you are accessing a "resource", not just a blog.bytebytego.com
Michael Callaghan (@walkingriver) 's Twitter Profile Photo

The DRY (Don't Repeat Yourself) principle promotes efficient, readable, and maintainable code. However, sometimes it's better to be WET (Write Everything Twice) than to create overly abstracted and convoluted code. Strike a balance that works for your project.

Michael Callaghan (@walkingriver) 's Twitter Profile Photo

My current favorite Angular debugging technique. I put this at the bottom of my page component's template file. 😁 <pre> {{( data$ | async) | json }} </pre>

Daniel Glejzner (@danielglejzner) 's Twitter Profile Photo

You start new #Angular app today. How do you manage state? - Stateful Services (Subjects) - State Adapt - NGRX Global Store - NGRX Component Store - NGRX Signal Store - RxAngular - MiniRx - Ngx Signal State - Ngxs - Akita - Elf - TanStack Query - Custom State Management

Fireship (@fireship_dev) 's Twitter Profile Photo

To call yourself a “full-stack” developer in 2024, you must be able to: - Build frontends - Build backends - Provision cloud infrastructure - Handle UX in Figma - Maintain efficient CI/CD pipelines - Create 3D art in Blender - Manage projects with Scrum - Attend daily standup