Adrian Fâciu's Avatar

Adrian Fâciu

@adrianfaciu.dev

Principal software engineer. Focused on front-end. Learning something new each day. Building things at WeVideo. adrianfaciu.dev

150
Followers
572
Following
19
Posts
07.09.2023
Joined
Posts Following

Latest posts by Adrian Fâciu @adrianfaciu.dev

You know when you're asking for advice or whatever from people and then they reply with "I asked ChatGPT and here's what it said"

That's less than helpful! It's like horrendously wasteful on every single axis and also spectacularly literally thoughtless!

26.02.2026 20:33 👍 196 🔁 24 💬 16 📌 7
Post image

Why does working with AI agents in legacy systems feel so much harder than in all those vibe coding demos on YouTube? 🤔

Part of the answer:
😊 Popular language + Greenfield ☘️ = "AI heaven"
😯 Niche language + Brownfield 🟫 = "AI hell"

More about this topic: markusharrer.de/blog/2026/02...

18.02.2026 17:44 👍 8 🔁 5 💬 3 📌 1

Here is one of the dumbest things about vibe coding that I don't see a lot of people talking about

Imagine you're an open source maintainer and someone opens up a pull request against your repository that they vibe coded. They may or may not tell you they vibe coded it; it doesn't really matter… 🧵

07.02.2026 02:05 👍 310 🔁 70 💬 16 📌 16
Video thumbnail

Anything you can do in Obsidian you can do from the command line.

Obsidian CLI is now available in 1.12 (early access).

10.02.2026 15:14 👍 547 🔁 70 💬 23 📌 74
Video thumbnail

Introducing Public Beta for Shaders ✨

The wait is over 🎉 Try it now for @vuejs.org , @react.dev , @svelte.dev & @solidjs.com

10.02.2026 15:19 👍 108 🔁 18 💬 8 📌 3

Facebook launched 22 years ago this week.

In 2025, Meta paid an effective federal tax rate of 3.5% — its lowest on record.

Meanwhile, Meta is pumping at least $65 million into super PACs to stifle regulation of AI and tech.

Trickle-down economics isn't just a hoax, it's corrosive to democracy.

06.02.2026 20:20 👍 2778 🔁 896 💬 57 📌 35

My contract is ending at the end of February and so I’d like to find a new role ASAP.

I am a senior-level design systems developer / design technologist / front-of-the-frontend developer that specializes in web accessibility.

I work remotely from my home in Winnipeg, Canada. 🇨🇦

Shares appreciated!

03.02.2026 18:09 👍 53 🔁 42 💬 1 📌 0
Post image

My boss vibe coded this over the weekend and now it’s my problem is going to be its own genre of developer complaints in the coming years.

03.02.2026 21:18 👍 113 🔁 17 💬 11 📌 3

“Software reliability is down across the industry; failure rate is up: and batch size is up.” @lauratacho.com + @nathenharvey.bsky.social

Basically, AI is generating larger changes (batch size) and we know from research (eg DORA) that larger batch size tends to result in exactly this!

02.02.2026 23:23 👍 81 🔁 12 💬 3 📌 4

🆕 npx unbarrelify

At last, an easy way get rid of barrel files!

Rewrites consumers to import directly from source, then deletes the barrels.

Safe and fully automated, read all about it at github.com/webpro/unbar...

21.01.2026 06:06 👍 110 🔁 22 💬 3 📌 3
Preview
The complete map of project anatomies In this blog post we'll analyse hospitals distribution at different scales and see that software projects follow a similar evolution regarding their files and folders anatomy.

📣 New blog post: The complete map of project anatomies

andreipfeiffer.dev/blog/2026/pr...

Finally, after several months of iterations, I've managed to publish my analysis on files and folders structure evolution in software projects and popular approaches applicability at different scales.

19.01.2026 13:20 👍 1 🔁 1 💬 0 📌 0

> Europeans enjoy more free time than Americans, a higher life expectancy and lower levels of inequality – all with roughly comparable productivity.

17.01.2026 15:09 👍 53 🔁 6 💬 2 📌 0
Preview
The Next Two Years of Software Engineering Exploring five critical questions shaping software engineering through 2026, with contrasting scenarios for each. These lenses help prepare for the evolving ...

The next two years of Software Engineering - addyosmani.com/blog/next-tw... ✍🏻

09.01.2026 07:29 👍 36 🔁 6 💬 2 📌 1
Preview
Design Engineer, Spectrum Web Join us and help build the next generation of our world-famous tools.

Oh hey, come work with me!

We're seeking an earlier-career front-end dev who is able to work in-office (multiple US locations).

Check it out if you have interest and experience in: #designsystems #CSS #a11y #webcomponents

adobe.design/jobs/job-pos...

23.12.2025 17:28 👍 49 🔁 21 💬 1 📌 0
AI Is still making code worse: A new CMU study confirms | Rob Bowley

A new academic paper from CMU analysing ~800 OSS repos shows AI is still making code worse.

AI speeds up code generation briefly, but code quality degrades quickly. Complexity rises faster than the amount of code added.

I wrote up the findings and my thoughts 👇

04.12.2025 12:19 👍 10 🔁 4 💬 1 📌 1
Preview
tim.js meetup #102, Wed, Nov 26, 2025, 6:30 PM | Meetup Hello JavaScripters, ready for the last presentation this year? This time we are meeting up at Haufe. Here's the agenda: \*\*\* **Beyond Copy-Paste: Understanding LLMs an

We just scheduled our next tim.js edition. Meet us on Nov 26th for a topic that goes beyond JavaScript. www.meetup.com/tim-js/event...

18.11.2025 13:40 👍 7 🔁 3 💬 0 📌 0
Preview
GitHub - eemeli/proposal-import-text: A TC39 proposal for importing text A TC39 proposal for importing text. Contribute to eemeli/proposal-import-text development by creating an account on GitHub.

ECMAScript excitement 😉

Congrats to Eemeli Aro @mozilla.org on advancing Import Text to Stage 2 at TC39 today 🎉

It uses an import attribute for easy loading.

import text from "path/to/file.txt" with { type: "text" };

github.com/eemeli/propo...

18.11.2025 07:34 👍 54 🔁 9 💬 0 📌 5
Storybook-MCP-early-access-program

Storybook-MCP-early-access-program

🧵 (1/3) Most AI-generated code looks good until you try to merge it. Wrong props, odd states, subtle regressions.

Storybook MCP fixes that.

It turns your stories, docs & tests into machine-readable context so agents actually follow your patterns.

17.11.2025 20:06 👍 29 🔁 6 💬 3 📌 3
Preview
Introducing Code Wiki: Accelerating your code understanding- Google Developers Blog Accelerate code understanding with Code Wiki's automated, intelligent, and integrated wiki platform for code repositories.

This could be a pretty interesting way to understand and learn new repositories

15.11.2025 16:06 👍 0 🔁 0 💬 0 📌 0
Preview
TypeScript’s rise in the AI era: Insights from Lead Architect, Anders Hejlsberg TypeScript just became the most-used language on GitHub. Here’s why, according to its creator.

github.blog/developer-sk...

15.11.2025 16:02 👍 0 🔁 0 💬 0 📌 0
Preview
Vitest Browser Mode vs Playwright What is the difference between Vitest Browser Mode and Playwright? And when to use each in your tests?

📰 Today, I'm writing about the difference between Vitest Browser Mode and Playwright. Learn what makes them similar but also completely different, from their purpose to how they work under the hood.

A must read.

www.epicweb.dev/vitest-brow...

13.11.2025 14:47 👍 22 🔁 3 💬 4 📌 0
Preview
StyleX: A Styling Library for CSS at Scale StyleX is Meta’s styling system for large-scale applications. It combines the ergonomics of CSS-in-JS with the performance of static CSS, generating collision-free atomic CSS while allowing for exp…

Did not paid to much attention to it until now, but StyleX looks like a pretty good solution for CSS in large projects/repos 🤔

12.11.2025 07:22 👍 1 🔁 0 💬 0 📌 0
JavaScript operator: await: Use at module top level | Can I use... Support tables for HTML5, CSS3, etc

JavaScript top-level await is no longer considered 'baseline' due to a pretty big Safari bug caniuse.com/mdn-javascri...

The module graph fails in cases where two modules import a third at the same time. Demo: random-stuff.jakearchibald.com/bug-repros/t...

It's best to avoid the feature for now 😔

26.10.2025 20:17 👍 165 🔁 40 💬 13 📌 5
Preview
LinguaBot - Master Spanish with AI-Powered Practice Learn Spanish through AI-powered synonym challenges and speech practice. Master confusing Spanish words with instant feedback and personalized learning.

I built a fun Spanish learning app this morning, check it out! linguabot.pages.dev

25.10.2025 15:24 👍 8 🔁 1 💬 1 📌 1
Post image

⚓ Oxlint now supports plugins written in JavaScript ⚓

Developers can customize and extend Oxlint using JavaScript, but at a speed approaching Rust, due to 'raw transfer' between Rust and JS, and other breakthroughs

Many ESLint plugins can run without any modification.

Read the full post👇

20.10.2025 11:19 👍 122 🔁 15 💬 7 📌 1
Preview
Whimsical Animations Learn how to create charming interactions and delightful touches using the magic of CSS, JavaScript, SVG, and Canvas. I’m sharing all my tricks in this one!

We’re live!! My brand-new course, “Whimsical Animations”, is now available. 🥳🎉

whimsy.joshwcomeau.com

I’m so excited to share all of my animation tools and techniques with y’all. 😄

24.09.2025 14:56 👍 307 🔁 102 💬 18 📌 39

Parallel linting is here! We'd love to hear how it's improved the performance of your ESLint CLI runs. Please add your details to this discussion:

https://github.com/eslin...

25.08.2025 15:14 👍 31 🔁 4 💬 0 📌 2
Preview
Release v2.9.0 · reduxjs/redux-toolkit This feature release rewrites RTK Query's internal subscription and polling systems and the useStableQueryArgs hook for better perf, adds automatic AbortSignal handling to requests still in progres...

Just published Redux Toolkit 2.9.0! It rewrites the RTKQ internal subscription / polling system for better perf, adds abort handling when a cache entry is removed, adds a `builder.addAsyncThunk()` method, and fixes several assorted issues:

github.com/reduxjs/redu...

03.09.2025 02:23 👍 13 🔁 1 💬 0 📌 0
Preview
Write for us and become a Piccalilli Guest author Write for us and get paid £200. Simple.

We're now accepting guest authors on Piccalilli!

Up to now, we've reached out to guest authors, but we have the systems in place now to ensure quality.

Of course, we pay writers too.

piccalil.li/guest-author...

21.08.2025 10:39 👍 30 🔁 11 💬 2 📌 2
feat: multithread linting by fasttime · Pull Request #19794 · eslint/eslint Prerequisites checklist I have read the contributing guidelines. What is the purpose of this pull request? (put an "X" next to an item) [ ] Documentation update [ ] Bug fix (template)...

Why is no one talking about this PR that brings multi-threaded linting to eslint itself 🤯

Tried it out on the @sentry.io codebase and it yields an instant 35% time reduction with `--concurrency=2` in CI 🔥

This is fantastic 🚀

13.08.2025 11:47 👍 125 🔁 15 💬 7 📌 1