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

Raju Ghorai

@coderj001

I'm just lifetime learner...🙏🏻

You might like
Pinned

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 reposted

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…

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

Raju Ghorai reposted

This talk is an excellent starting point youtu.be/gWinNE5rd6Q

vivekgalatage's tweet image. This talk is an excellent starting point

youtu.be/gWinNE5rd6Q

The Best a C++ Programmer Can Get agner.org/optimize/optim…

vivekgalatage's tweet image. The Best a C++ Programmer Can Get

agner.org/optimize/optim…


Raju Ghorai reposted

Reverse Engineering x64 for Beginners – Windows networkintelligence.ai/blogs/reverse-…

5mukx's tweet image. Reverse Engineering x64 for Beginners – Windows

networkintelligence.ai/blogs/reverse-…

Raju Ghorai reposted

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

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

Raju Ghorai reposted

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…

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

Raju Ghorai reposted

Collection of C programming projects for learning github.com/dexter-xD/proj…

tom_doerr's tweet image. Collection of C programming projects for learning

github.com/dexter-xD/proj…

Raju Ghorai reposted

One of the best C programming resource "Essential C" by Nick Parlante.

Adriksh's tweet image. One of the best C programming resource "Essential C" by Nick Parlante.

Raju Ghorai reposted

Reverse Engineering for Noobs - Dive Deep into Portable Executable Files. TL;DR: Breakdown of Portable Executable image file headers and sections. x86re.com/2.html

5mukx's tweet image. Reverse Engineering for Noobs - Dive Deep into Portable Executable Files. 

TL;DR: Breakdown of Portable Executable image file headers and sections.

x86re.com/2.html

Raju Ghorai reposted

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. youtube.com/playlist?list=…

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

youtube.com/playlist?list=…

Raju Ghorai reposted

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 reposted

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 reposted

📞🤖 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 reposted

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 reposted

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 reposted

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 reposted

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 reposted

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 reposted

Simplified Structure of Linux Kernel

chessMan786's tweet image. Simplified Structure of Linux Kernel

Raju Ghorai reposted

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

United States Trends

Loading...

Something went wrong.


Something went wrong.