
1,335 articles published in 2025.









Smart move uses machine learning to analyze a user’s existing subfolder structure and suggest folders where they might want to move their files. Here's how the feature was built.

Building on prior prompt injection research, we recently discovered a new training data extraction vulnerability involving OpenAI’s chat completion models.


Nautilus is our search engine for finding documents and other files in Dropbox. Here's how it created the foundation for us to build better search functionality to understand more nuanced queries.


Learn more about our implementation of end-to-end encryption for teams, the threat model of our design and encryption algorithms, and our commitment to minimizing the risk of data loss with a team-centric key management approach.





















By leveraging PID controllers, Robinhood can now more quickly and effectively manage load imbalances.

We hand the mics over to Maria Chimishkyan and Jefferson Cheng on Figma’s Brand Studio team and eavesdrop as they discuss the ins and outs of their work.

See how I built a developer-focused landing page in under 30 minutes using GitHub Copilot agent mode and Claude 3.5 Sonnet—with just screenshots and prompts.

Poor internet connectivity doesn’t have to mean poor UX. With PWA technologies like `IndexedDB`, service workers, and the Background Sync API, you can build an offline-friendly image upload system that queues uploads and retries them automatically — so your users can upload stress-free, even when offline.

Mitigate unwanted bot traffic by challenging requests from non-browser sources. Now available in public beta and free for all users on all plans.

In Q1 2025, we observed Internet disruptions around the world caused by cable damage, power outages, natural disasters, fire, a cyberattack, and technical problems. Interestingly, no government-directed shutdowns were observed during the quarter.

Learn the concepts of data type alignment and padding bytes in PostgreSQL and how to define your table so that you don't waste storage space.

I’ve been bragging about my website software for years! For… whew, it’s been 5 years! I didn't want to make a CMS! I did it out of spite! I’ve been teasing folks about the cool things I did from the beginning — here are all the articles and series I’ve written that mention it: 2020: A new website 2021: Don’t shell out! 2022: Updating fasterthanli.me 2024: Face cams: the missing guide 2024: State o

When Designer Advocate Laura Fehre set out to design a digital nail salon, she had a vision in mind. Nailing it, however, meant letting go of perfection and letting herself play.

Discover practical tips and tricks for forming effective GraphQL queries and mutations.

Composing across the stack.

Discover the latest trends and insights on public software development activity on GitHub with the quarterly release of data for the Innovation Graph, updated through December 2024.

There are 60,000+ climate-focused projects on GitHub, explore one this Earth Day!

When you want your images to look good in Markdown on GitHub, you might have to adjust for the UI around them.

Want to speak at a tech conference? These four practical tips will help your session proposal stand out—and land you on the stage.

Keyboard navigation is a vital aspect of accessible web design, and a detail-oriented approach is crucial. Prioritizing keyboard navigation prioritizes the user experience for a diverse audience, extending your reach while simultaneously fostering a more inclusive web environment.

There was once upon a time when native CSS lacked many essential features, leaving developers to come up with all sorts of ways to make CSS easier to write over the years.


UX Writer Henry Freedland chose his words very carefully when he was brought in to help polish a new prototyping feature.

Ever wondered which AI model is the best fit for your GitHub Copilot project? Here are some things to consider.

While there’s no definitive playbook for building an accessibility culture, Dani shares lessons from his experience in shaping it through habits rather than mandates.

Learn about some of the key decisions we made, and lessons we learned, as we ran a statistically significant experiment to measure the global impact of 50+ payment methods.

The part that makes Rust scary is the part that makes it unique. And it’s also what I miss in other programming languages — let me explain! Rust syntax starts simple. This function prints a number: fn show ( n : i64 ) { println! ( "n = {n}" ); } And this program calls that function — it looks like any C-family language so far, we got parentheses, we got curly brackets, we got, uhh…

What seemed like a straightforward request—add a horizontal scroll bar to the Layers panel in Figma—presented unexpected challenges.

In March, we experienced one incident that resulted in degraded performance across GitHub services.

Turning your API inside-out.