S01E01 - Aquele com os links de janeiro
· Leitura de 3 minutos
Olá, devs! 👋
Seja bem-vindo à edição piloto da minha newsletter de desenvolvimento focada em front-end!
A ideia aqui é compartilhar, todo mês, links úteis sobre ferramentas, artigos e tendências que podem facilitar seu dia a dia como dev. Esta é a primeira edição, então qualquer feedback é super bem-vindo!
Vamos conferir os destaques deste mês? 👇
HTML​
CSS​
- https://developer.chrome.com/blog/css-text-box-trim?hl=pt-br
- https://ishadeed.com/article/css-container-query-guide/
- https://css-tricks.com/css-selectors/
- https://moderncss.dev/12-modern-css-one-line-upgrades/
- https://lea.verou.me/blog/2024/css-conditionals/
- https://frontendmasters.com/blog/what-you-need-to-know-about-modern-css-spring-2024-edition/
- https://ishadeed.com/article/balancing-text-css/
JavaScript​
- https://2024.stateofjs.com/en-US/
- https://www.lydiahallie.com/blog/promise-execution
- https://gregros.dev/post/but-what-is-a-dom-node
Typescript​
- https://typespec.io/
- https://2ality.com/2025/01/tsconfig-json.html
- https://2ality.com/2025/01/typescript-enum-patterns.html
Angular​
- https://blog.angular.dev/angular-2025-strategy-9ca333dfc334
- https://blog.angular.dev/the-future-is-standalone-475d7edbc706
- https://tutkli.github.io/ngx-sonner/
React​
- https://www.epicreact.dev/react-19-cheatsheet
- https://tkdodo.eu/blog/component-composition-is-great-btw
- https://www.frontendjoy.com/p/react-like-a-pro-10-things-i-regret-not-knowing-earlier
- https://www.robinwieruch.de/react-form-validation/
- https://www.comfydeploy.com/blog/you-dont-need-nextjs
- https://reactpractice.dev/articles/building-a-simple-form-in-react-before-and-after-react-19/
- https://tkdodo.eu/blog/react-query-the-bad-parts
- https://iamsahaj.xyz/blog/react-instance-hook-pattern/
- https://www.frontendjoy.com/p/17-tips-from-a-senior-react-developer
Vue​
Linting​
- https://github.com/eslint-functional/eslint-plugin-functional
- https://github.com/sindresorhus/eslint-plugin-unicorn
Utilitários​
Node.js​
- https://expressjs.com/2025/01/09/rewind-2024-triumphs-and-2025-vision.html
- https://github.com/nodejs/is-my-node-vulnerable
- http://nodesource.com/blog/State-of-Nodejs-Performance-2024/
- https://www.platformatichq.com/node-principles
- https://snyk.io/pt-BR/blog/10-modern-node-js-runtime-features/
- https://github.com/goldbergyoni/nodebestpractices
UI, UX e Acessibilidade​
- https://martijnhols.nl/blog/accessibility-essentials-every-front-end-developer-should-know
- https://www.epicweb.dev/testing-accessibility-with-screen-readers
- https://iamvishnu.com/posts/please-dont-force-dark-mode
- https://github.com/Heydon/principles-of-web-accessibility
Docker​
Segurança​
- https://adminforth.dev/blog/how-i-opensourced-my-secret-tokens/
- https://certificates.dev/blog/javascript-security-protecting-your-applications-from-modern-threats
- https://digital-defense.io/
Git, GitHub e Ferramentas de Linha de Comando​
Inteligência Artificial​
Quiz​
Qual é a cor do texto da tag <p>
?
<p class="text">Lorem ipsum dolor sit amet.</p>
<style>
body { color: blue; }
p { color: green; }
.text { color: unset; }
</style>
A resposta é azul, pois unset
redefine o estilo da tag <p>
, então ela herda de seu pai (body
).
Leia mais sobre o unset
aqui: https://developer.mozilla.org/en-US/docs/Web/CSS/unset
Tem um link interessante para compartilhar? Entre em contato. Toda contribuição é bem-vinda.
👋 Até o próximo mês!