
Raju Ghorai
@coderj001
I'm just lifetime learner...🙏🏻
你可能会喜欢
My latest blog post has been featured in @hashnode's Weekly Newsletter! Thrilled to be recognized by such a vibrant developer community. Big shoutout to @danizeres Check out the post and join the discussion! #devcommunity #hashnode coderj001.hashnode.dev/mastering-dock…

"Introduction to Parallel Algorithms" by Guy Blelloch is an excellent companion to MIT's course. It covers the memory hierarchy from a parallel computing perspective and much more. cs.cmu.edu/~guyb/paralg/p…



MIT's 6.851: Advanced Data Structures (Spring'21) courses.csail.mit.edu/6.851/spring21/ This has been on my recommendation list for a while, and the Memory hierarchy discussions are great in the context of cache-oblivious algorithms.

Master x86-64 Assembly by Building a GUI from Scratch: The Ultimate Hands-On Learning Experience!

Since the post resonated, check the dedicated chapters on CPU Caches from the book, Algorithmica by Sergey Slotin. en.algorithmica.org/hpc/cpu-cache/…

The question: "Why do CPUs have multiple cache levels?" often gets many CS students and professionals thinking and researching. This article from Fabian Giesen narrates a "cache story" in a relatable way, only to delve into the details - a must-read! fgiesen.wordpress.com/2016/08/07/why…

Built HTTP servers in C to see how web servers actually work under the hood Using Mongoose, you can build both: - A static file server - A dynamic RESTful API server - With JSON parsing & minimal code

Most web devs use Python, JS, or PHP. But building a template engine in C? That's how you learn what's REALLY happening under the hood. ✓ Build a TCP server ✓ Process HTTP requests ✓ Handle variables, conditionals & loops

Truncate is a DDL Each table and all its indexes have pointers to files on disk. Truncate simply resets those points to blank files. For this operation to happen atomically, truncate takes an exclusive table lock which blocks and reads and writes for the time it takes to repoint…


Reverse Engineering for Noobs TLDR; Brief introduction to RE, executables, compiling, 32-bit x86 syntax, and stack frames. x86re.com/1.html

Sad day to be a C++ dev. It will become harder to dunk on Python.
As of Python 3.14, the free-threaded (or no-GIL) version of the Python interpreter is no longer considered experimental.

Built a JavaScript runtime in C to understand how Node.js, Bun & Deno actually work Jade Runtime covers: - JavaScriptCore engine integration - libuv event loop architecture - Native API bindings - Async I/O implementation

While exploring about hash functions, I came across an interesting algorithm: Rabin–Karp string matching ⚡ Editors like VSCode (or any text search) often use this to find patterns in O(n + m) time instead of O(n·m) brute force. tinyurl.com/33489tkw

Intro to x86 Assembly Language. (Link below)

Learn how to build a ping utility from scratch using raw sockets and ICMP protocol in C

"Let's Build a Simple Database" by Connor Stack I came across this detailed blog that mimics SQLite from the ground up to understand the internals and its implementation journey in C, adding to the reading list. cstack.github.io/db_tutorial/

SQLite is used across various projects for efficient data storage and retrieval. Many browser engines, Chromium included, rely on SQLite for various browser functions. The official architecture page is quite an exciting read, with pointers to the code.…

CPP / C++ Notes for Windows API Programming Win32 caiorss.github.io/C-Cpp-Notes/Wi…

InstagramPrivSniffer: Views Instagram private account's media without login GitHub: github.com/obitouka/Insta…

🦾 AI+Hacking: Using LLMs to Hack Better and Faster Blog: blog.ethiack.com/blog/dont-fear… author: @0xacb


"Competitive Programmer’s Handbook" ~300 pages book covers ALL important topics. Absolutely FREE.

Docker 101: Restart a Container on Failure Automatically 🐳 Some containerized apps are more resilient than others. Practice configuring the restart policy of a container to make it outlive application crashes labs.iximiuz.com/challenges/doc…
Binary operations in C youtu.be/DPmyUAvLVII JB #cprogramming #bitwise
youtube.com
YouTube
Binary operations in C
United States 趋势
- 1. No Kings 236K posts
- 2. zendaya 6,850 posts
- 3. Apple TV 11.1K posts
- 4. trisha paytas 2,469 posts
- 5. #FursuitFriday 14.8K posts
- 6. Zelensky 48.9K posts
- 7. Arc Raiders 5,709 posts
- 8. #FridayVibes 8,631 posts
- 9. Andrea Bocelli 5,620 posts
- 10. #FanCashDropPromotion 1,595 posts
- 11. #DoritosF1 N/A
- 12. TPOT 20 SPOILERS 3,671 posts
- 13. Trevon Diggs 1,111 posts
- 14. Karoline Leavitt 45.9K posts
- 15. GAME DAY 31.6K posts
- 16. #เพียงเธอตอนจบ 2.47M posts
- 17. LINGORM ONLY YOU FINAL EP 2.07M posts
- 18. Mamdani 300K posts
- 19. Glen Powell 1,004 posts
- 20. Eli Roth N/A
Something went wrong.
Something went wrong.