Techreport blog

Engineering Insights & Guides

The best problem-solving writing in software engineering — databases, performance, security, frontend and distributed systems, in one feed.

11,851 articles
Frontend — Compound Components In React — Smashing Magazine

Compound Components In React — Smashing Magazine

A compound component is one of the advanced patterns of React which makes use of an interesting way to communicate the relationship between UI components and share implicit state by leveraging an explicit parent-child relationship. In this article, Ichoku Chinoso will show you one of the advanced patterns of React which is the compound component pattern. It’s an awesome method to build reusable co

ICIchoku ChinonsoIchoku Chinonso·August 27, 2021Frontend
Languages — Pin, Unpin, and why Rust needs them

Pin, Unpin, and why Rust needs them

Using async Rust libraries is usually easy. It's just like using normal Rust code, with a little async or .await here and there. But writing your own async libraries can be hard.

ACAdam ChalmersAdam Chalmers·August 26, 2021Languages
Engineering — Designing for the Unexpected

Designing for the Unexpected

When I think about what front-end development really is and feels like, this is at the heart of it: designing around a huge set of unknowns, and really

CCChris Coyier·August 26, 2021Engineering
Systems — 30 free and open source Linux games – part 2

30 free and open source Linux games – part 2

Linux is celebrating its 30-year anniversary, so I’m taking the opportunity to highlight 30 of my favorite free and open source Linux games, their communities, and their stories. I…

LRLee ReillyLee Reilly·August 26, 2021Systems
Engineering — Pushing Back Against Privacy Infringement On The Web — Smashing Magazine

Pushing Back Against Privacy Infringement On The Web — Smashing Magazine

As a community, we can each work to improve our own little corners of the Web. But, collectively, we can do better. We can improve the Web and make it a better platform for privacy. The Web is still wrestling with issues we take for granted offline, privacy chief among them. These are steps The New York Times took to protect users’ data, and how you can too.

RBRobin BerjonRobin Berjon·August 26, 2021Engineering
Systems — 30 free and open source Linux games – part 1

30 free and open source Linux games – part 1

Linux is celebrating its 30-year anniversary today, so I’m taking the opportunity to highlight 30 of my favorite free and open source Linux games, their communities, and their stories! If…

LRLee ReillyLee Reilly·August 25, 2021Systems
Engineering — Building Android Conversation Bubbles

Building Android Conversation Bubbles

We recently rolled out support for Conversation Bubbles for DMs and Group DMs on Android 11. In case you’re not familiar with Conversation Bubbles, take a look at the video below. Basically, they are a way to pop out a conversation from a notification into a Bubble that will draw over other apps, making multitasking…

MRMathias Roth·August 25, 2021Engineering
Performance — Creating A Public/Private Multi-Monorepo For PHP Projects — Smashing Magazine

Creating A Public/Private Multi-Monorepo For PHP Projects — Smashing Magazine

There is no “best” solution, only solutions that might work better depending on the context. The multi-monorepo approach is not suitable to every kind of project or team. In this article, Leonardo explains how to use a "multi-monorepo" approach for making the development experience faster, yet keeping your PHP packages private. This solution can be especially beneficial for PRO plugin creators.

LLeonardolosovizLeonardolosoviz·August 25, 2021Performance
Systems — Introducing logs from the dashboard for Cloudflare Workers

Introducing logs from the dashboard for Cloudflare Workers

Many developers know the feeling: “It worked in the local testing suite, it worked in our staging environment, but… it’s broken in production?” Testing can reduce mistakes and debugging can help find them, but logs give us the tools to understand and improve what we are creating.

AAshconAshcon·August 24, 2021Systems
Frontend — Architecting With Next.js

Architecting With Next.js

Free event hosted by Netlify coming up next week (Wednesday, August 25th): Architecting with Next.js. It's just a little half-day thing. No brainer.

CCChris Coyier·August 24, 2021Frontend
Engineering — How To Automate Documentation Workflow For Developers — Smashing Magazine

How To Automate Documentation Workflow For Developers — Smashing Magazine

In a world that is increasingly going remote, prioritizing good documentation and good documentation workflow is important. In this article, you’ll learn how to save hours of tedious work of writing, updating, and correcting technical documentation. In this article, you will learn how to automate your documentation workflow with Vale and GitHub Actions.

PBPortia BurtonPortia Burton·August 24, 2021Engineering