Skip to content

Commit a46e02d

Browse files
committed
Add article about DNS & bitwise
1 parent 442e2ff commit a46e02d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,7 @@ Richard Feynman's Learning Strategy:
10731073
- 📖 [The Elements of Computing Systems](https://www.nand2tetris.org/book): building a modern computer from first principles (nand2tetris).
10741074
- [Old pattern powering modern tech](https://softwarebits.substack.com/p/old-pattern-powering-modern-tech?s=r)
10751075
- [Demystifying bitwise operations, a gentle C tutorial](https://www.andreinc.net/2023/02/01/demystifying-bitwise-ops)
1076+
- [Understanding the Power of Bitwise Operators. No math needed](https://www.deusinmachina.net/p/understanding-the-power-of-bitwise)
10761077

10771078
### Math
10781079

@@ -1084,6 +1085,7 @@ Richard Feynman's Learning Strategy:
10841085
- A URI is a string of characters that identifies a resource. Its syntax is `<scheme>:<authority><path>?<query>#<fragment>`, where only `<scheme>` and `<path>` are mandatory. URL and URN are URIs.
10851086
- A URL is a string of characters that identifies a resource located on a computer network. Its syntax depends on its scheme. E.g. `mailto:[email protected]`.
10861087
- A URN is a string of characters that uniquely identifies a resource. Its syntax is `urn:<namespace identifier>:<namespace specific string>`. E.g. `urn:isbn:9780062301239`
1088+
- [Everything you need to know about DNS](https://www.nslookup.io/learning/)
10871089

10881090
### Observability (monitoring, logging, exception handling)
10891091

0 commit comments

Comments
 (0)