Learnings
Boost your knowledge with the insights from our expert team.
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:
Next.js 15.1

Raí Siqueira
Dec 11, 2024
Topics:
How to Avoid Flaky Tests in Playwright

Raí Siqueira
Dec 9, 2024
Topics:
React 19

Raí Siqueira
Dec 6, 2024
Topics:
Boosting python scripts with Cython

Lucas Vilela
Dec 3, 2024
Topics:
Add motion to your Figma prototypes.

Jason Santos
Dec 3, 2024
Topics:
NaturalReader converts any text, PDF, image, webpage and physical book into natural-sounding audio featuring the newest and highest AI voice technology.

Sergio Marchiori
Dec 3, 2024
Topics:
Agent Framework to use Pydantic with LLMs

Flávio Juvenal
Dec 2, 2024
Topics: