Raju Ghorai
@coderj001
Followers
37
Following
594
Media
34
Statuses
528
I'm just lifetime learner...๐๐ป
localhost
Joined January 2022
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
https://t.co/dmcJbXj1XL
1
0
2
Advanced C programming concepts https://t.co/xNT9wzgYT7 JB
0
47
375
The Anatomy of a WebSockets frame With a maximum header size of 14 bytes makes more efficient for bidirectional use cases (eg chatting, gaming) compared to using long polling which has the overhead of HTTP headers. Maximum message size can be up to 2^63 bytes Of course being
10
69
630
Another great talk you don't want to miss. https://t.co/aGA7Tnn3PT
2
34
320
This classic is available as self-paced lecture videos and slides. https://t.co/Pn9tmQJ4Tg
6
144
990
Windows secrets extraction: a summary After compromising a Windows host and having obtained local admin privileges, secrets extraction is usually the first step performed to elevate privileges in the context of an ad domain or to perform lateral movements inside an internal
1
39
176
"Data Structures & Algorithms using Python" This 300+ pages book describes all major data structures and algorithms excellently. Also available in C++ and Java. Comment the language. I will share the book.
210
203
1K
What are Linux Mount Namespaces and How Containers Use Them ๐ง When you create or modify a file in one Docker container, the change is usually not visible in another. However, this is not because these two containers use different mount (mnt) namespaces. Each Linux container's
9
83
621
One of the best C programming resource "Essential C" by Nick Parlante.
6
60
528
Reverse Engineering for Noobs - Dive Deep into Portable Executable Files. TL;DR: Breakdown of Portable Executable image file headers and sections. https://t.co/6lvrjbzicb
6
134
936
Follow @mattgodbolt's exciting new series: Advent of Compiler Optimizations 2025. It explains many of the mysteries, such as the use of `xor eax, eax` for `return 0;` I am sure many of those will be a great learning experience in compiler technology. https://t.co/V4QL6zLP9T
1
39
336
RTOS Part 1 - What is a Real-Time Operating System (RTOS)? @ShawnHymel explains! โก๏ธ https://t.co/00yGGMmYFn
1
61
537
๐๐ค Phone Calling Agents Course Made by the LangChain Community Build production-ready voice AI agents for real calls via Twilio. Uses Opik (native LangChain integration), open-source models, multi-week course with live sessions. Check it out: https://t.co/DdRosZMkiV
10
90
542
This is an excellent resource for understanding GPU's low-level parallel execution: it outlines PTXโs programming and machine models, thread and memory hierarchies. https://t.co/pSIs2HrMaX
3
75
532
On Intel and AMD x86-64 systems, the Memory Management Unit (MMU) is architecturally fixed to use a 4 KiB base page size. This design is inherited from the Intel 80386 processor from 1985, whose paging structures, entry formats, and alignment rules all assumed 4 KiB pages. For
4
115
913