coderj001's profile picture. I'm just lifetime learner...🙏🏻

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…

coderj001's tweet image. 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…

Raju Ghorai 已轉發

RTOS Part 1 - What is a Real-Time Operating System (RTOS)? @ShawnHymel explains! ➡️ dky.bz/3z5iB4i

MakerIO's tweet image. RTOS Part 1 - What is a Real-Time Operating System (RTOS)? @ShawnHymel explains!

➡️ dky.bz/3z5iB4i

Raju Ghorai 已轉發

Curated list of books on Large Language Models github.com/Jason2Brownlee…

tom_doerr's tweet image. Curated list of books on Large Language Models

github.com/Jason2Brownlee…

Raju Ghorai 已轉發

📞🤖 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: github.com/neural-maze/re…

LangChainAI's tweet image. 📞🤖 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: github.com/neural-maze/re…

Raju Ghorai 已轉發

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. docs.nvidia.com/cuda/parallel-…

vivekgalatage's tweet image. 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.

docs.nvidia.com/cuda/parallel-…

Raju Ghorai 已轉發

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…

unix_byte's tweet image. 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…

Raju Ghorai 已轉發

Math isn't just about numbers - it's about finding complex patterns in our world. And there are many ways that you can apply mathematical concepts in programming, beyond what you might've learned in school. In this guide, Tiago discusses the architecture of math – and how you…

freeCodeCamp's tweet image. Math isn't just about numbers - it's about finding complex patterns in our world.

And there are many ways that you can apply mathematical concepts in programming, beyond what you might've learned in school.

In this guide, Tiago discusses the architecture of math – and how you…

Raju Ghorai 已轉發

Do I need to say more? docs.kernel.org/core-api/list.…

zuhaitz_dev's tweet image. Do I need to say more?

docs.kernel.org/core-api/list.…

Linked lists where invented by CS professors to teach data structures with a simple example. They're useless in real programming.



Raju Ghorai 已轉發

Malware development basics - anti dynamic analysis & sandboxes 0xpat.github.io/Malware_develo…

5mukx's tweet image. Malware development basics - anti dynamic analysis & sandboxes

0xpat.github.io/Malware_develo…
5mukx's tweet image. Malware development basics - anti dynamic analysis & sandboxes

0xpat.github.io/Malware_develo…

Raju Ghorai 已轉發

Simplified Structure of Linux Kernel

chessMan786's tweet image. Simplified Structure of Linux Kernel

Raju Ghorai 已轉發

Introduction to virtual memory for beginners nghiant3223.github.io/2025/05/29/fun… #cybersecurity

0xor0ne's tweet image. Introduction to virtual memory for beginners

nghiant3223.github.io/2025/05/29/fun…

#cybersecurity

Raju Ghorai 已轉發

Collection of blog posts, write-ups, papers and tools related to cybersecurity, reverse engineering and exploitation github.com/0xor0ne/awesom… #cybersecurity #infosec

0xor0ne's tweet image. Collection of blog posts, write-ups, papers and tools related to cybersecurity, reverse engineering and exploitation

github.com/0xor0ne/awesom…

#cybersecurity #infosec
0xor0ne's tweet image. Collection of blog posts, write-ups, papers and tools related to cybersecurity, reverse engineering and exploitation

github.com/0xor0ne/awesom…

#cybersecurity #infosec

Raju Ghorai 已轉發

"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…

vivekgalatage's tweet image. "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…
vivekgalatage's tweet image. "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…
vivekgalatage's tweet image. "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.

vivekgalatage's tweet image. 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.


Raju Ghorai 已轉發

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

Adriksh's tweet image. Master x86-64 Assembly by Building a GUI from Scratch: The Ultimate Hands-On Learning Experience!

Raju Ghorai 已轉發

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

vivekgalatage's tweet image. 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…

vivekgalatage's tweet image. 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…


Raju Ghorai 已轉發

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

_trish_xD's tweet image. 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

Raju Ghorai 已轉發

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

_trish_xD's tweet image. 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

Raju Ghorai 已轉發

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…

hnasr's tweet image. 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…
hnasr's tweet image. 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…

Raju Ghorai 已轉發

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

5mukx's tweet image. Reverse Engineering for Noobs

TLDR; Brief introduction to RE, executables, compiling, 32-bit x86 syntax, and stack frames.

x86re.com/1.html

Raju Ghorai 已轉發

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.

charliermarsh's tweet image. As of Python 3.14, the free-threaded (or no-GIL) version of the Python interpreter is no longer considered experimental.


United States 趨勢

Loading...

Something went wrong.


Something went wrong.