bookmarks

2566 bookmarks
Custom sorting
Understanding the intersection in Typescript might be harder than you think | by Sam Pakvis | Medium
Understanding the intersection in Typescript might be harder than you think | by Sam Pakvis | Medium
At its base, intersection in Typescript is a very easy concept. It combines multiple types into one, right? Well, not -really- though. Let’s find out why. Intersection comes from set theory in math…
·trekinbami.medium.com·
Understanding the intersection in Typescript might be harder than you think | by Sam Pakvis | Medium
Learn Enough Docker to be Useful. Part 1: The Conceptual Landscape | by Jeff Hale | Towards Data Science
Learn Enough Docker to be Useful. Part 1: The Conceptual Landscape | by Jeff Hale | Towards Data Science
Containers are hugely helpful for improving security, reproducibility, and scalability in software development and data science. Their rise is one of the most important trends in technology today…
·towardsdatascience.com·
Learn Enough Docker to be Useful. Part 1: The Conceptual Landscape | by Jeff Hale | Towards Data Science
The Unexpected Importance of the Trailing Slash – Tookmund – A place for my random thoughts about software
The Unexpected Importance of the Trailing Slash – Tookmund – A place for my random thoughts about software
For many using Unix-derived systems today, we take for granted that /some/path and /some/path/ are the same. Most shells will even add a trailing slash for you when you press the Tab key after the name of a directory or a symbolic link to one.
·tookmund.com·
The Unexpected Importance of the Trailing Slash – Tookmund – A place for my random thoughts about software