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

Raju Ghorai

@coderj001

I'm just lifetime learner...🙏🏻

Talvez você curta
Fixado

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 repostou

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

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 repostou

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 repostou

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 repostou

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 repostou

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 repostou

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 repostou

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 repostou

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

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 repostou

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 repostou

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 repostou

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 repostou

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 repostou

Simplified Structure of Linux Kernel

chessMan786's tweet image. Simplified Structure of Linux Kernel

Raju Ghorai repostou

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 repostou

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 repostou

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

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!

United States Tendências

Loading...

Something went wrong.


Something went wrong.