Learnings
Boost your knowledge with the insights from our expert team.
Enterprise Architects: From Cartographers to Scouts

Ricardo Morato Rocha
Jan 10, 2025
Topics:
A curated list of awesome .cursorrules files for enhancing your Cursor AI experience.

Filipe Ximenes (Xima)
Jan 10, 2025
Topics:
Kill the Troll. Engineering Tale: A great way to learn about system design and analysis

Ricardo Morato Rocha
Jan 9, 2025
Topics:
Postgres Explain Visualizer 2 (PEV2) has a very easy no-install required/ready-to-download file to run it locally

Túlio Lages
Jan 9, 2025
Topics:
Node.js Now Supports TypeScript By Default

Vitor Rangel
Jan 9, 2025
Topics:
Double-keyed Caching: How Browser Cache Partitioning Changed the Web: https://addyosmani.com/blog/double-keyed-caching/. "CDN costs might increase due to reduced cache hits... since each subdomain now maintains separate caches"

Rebeca Sarai
Jan 9, 2025
Topics:
Can I mock functions with specific arguments using Jest?

Flávio Juvenal
Jan 8, 2025
Topics:
Python Concurrency

Matheus Deister
Jan 8, 2025
Topics:
Webpack vs Vite

Pamella Bezerra
Jan 8, 2025
Topics:
Visualize data structures directly in VS Code using the Debug Visualizer extension

Pamella Bezerra
Jan 7, 2025
Topics:
https://www.seangoedecke.com/large-established-codebasesMistakes engineers make in large established codebases>

Ricardo Morato Rocha
Jan 3, 2025
Topics:
Fun facts about SQLite -

Matheus Deister
Jan 3, 2025
Topics:
Crontab Guru - Quick & simple editor for cron schedule expressions

Pamella Bezerra
Jan 3, 2025
Topics:
Dependencies vs. devDependencies for JavaScript apps

Pamella Bezerra
Dec 30, 2024
Topics:
When To Use the ?? And || In JavaScript — The ?? (nullish coalescing) and || (logical OR) operators in JavaScript provide default values when the left-hand side expression is not provided. The ?? operator only checks for null and undefined, allowing other falsy values like 0, false, or an empty string to remain. The || operator checks for all falsy values. The ?? operator is particularly useful for APIs, optional parameters, or dynamic data that may not always be defined.

Pamella Bezerra
Dec 23, 2024
Topics:
You might not need a React Form Library

Raí Siqueira
Dec 20, 2024
Topics:
Jest provides a similar feature to `pytest.xfail` through `test.failing` or `it.failing`

Carlos Coêlho
Dec 19, 2024
Topics:
In FHIR the primitive data types of "date" and "dateTime" can be defined partially (eg.: just the year, or just the year and the month) while the "instant" data type must be specified at least down to the second. This is key difference between these data types, "instant" is used in situations where precision is required (eg.: the time of the appointment), while the other two are used when the information can be vaguely defined (eg.: a birth date)

Filipe Ximenes (Xima)
Dec 17, 2024
Topics:
Composable Design Patterns in Vue

Raí Siqueira
Dec 16, 2024
Topics:
10 new Git commands you should start using today

Pamella Bezerra
Dec 16, 2024
Topics:
we may see all databases supporting S3 in the future

Matheus Deister
Dec 13, 2024
Topics:
Why "page.goto()" is slowing down your Playwright tests

Raí Siqueira
Dec 13, 2024
Topics:
Medplum - Achieving a zero-downtime Postgres major version upgrade

Filipe Ximenes (Xima)
Dec 12, 2024
Topics:
Microsoft PowerToys

Lucas Vilela
Dec 11, 2024
Topics: