Open Source Contributor @springboot, @micronautfw | Volunteer at Java User Group Bangladesh (JUGBD)|
Oracle Certified Java Programmer | Open Source Enthusiast
most people learn computing from the software side.
variables
loops
functions
APIs
but underneath all of it is hardware.
gates
flip-flops
clocks
registers
state machines
parallel logic
learning fpgas by justin rajewski
is a beginner path into digital design using mojo and lucid HDL.
the key shift:
• you are not writing instructions for a processor.
• you are describing hardware itself.
• software runs step by step.
• fpga logic runs in parallel.
that changes how you think:
• time matters
• clock cycles matter
• signal timing matters
• state transitions matter
learning fpgas teaches you how computers are built below the abstraction layer.
not as code.
as circuits that think in logic.
Affiliate link: https://t.co/CtVfnpoHNr
Remote Code Execution (RCE) in Yamaha synthesizers: an exploit in MIDI files & a hidden backdoor 🎹♫💉👨🏻💻🎉
More details on:
LinkedIn: https://t.co/tbjClhHRqq
Substack: https://t.co/R6DLQmGZPX
I am grateful after this year’s JDC. Months of effort came together, and the energy from speakers, participants, and volunteers made it truly special.
Real-world insights, shared resources, and engaged discussions reminded me why community matters.
Here’s to growing together.
Earlier this afternoon, the registration for #JavaOne 2026 opened! Grab the early bird discounted ticket while available and see you next year 🤗!!!
#Java#conference#CommunityFirst
Excited to share that my contribution to the @micronautfw (Micronaut Kafka) repository has been merged! I worked on improving an existing feature.
https://t.co/rWmyuhouLg
🤖 Join @bazlur_rahman and @syshaaf at #Devnexus 2025 for "Java + LLMs: A Hands-on Guide to Building LLM Apps in Java with #JakartaEE."
Get a 20% discount using the code DN25JAKARTA https://t.co/sRyKrgDqbj
#JakartaEE
With JEP 477, we're finally getting a shorter println method!
void main() {
println("Hello, World!");
}
The above would be possible in JDK 23
Ref: https://t.co/PB3RwIudVh
#Java#println
My recommended materials for cracking your next technical interview
Coding
- Leetcode
- Cracking the coding interview book
- Neetcode
System Design Interview
- System Design Interview Book 1, 2 by Alex Xu, Sahn Lam
- Grokking the system design by Design Guru
- Design Data-intensive Application book
Behavioral interview
- Tech Interview Handbook (Github repo)
- A Life Engineered (YT)
- STAR method (general method)
OOD Interview
- Interviewready
- OOD by educative
- Head First Design Patterns Book
Mock interviews
- Interviewingio
- Pramp
- Meetapro
Apply for Jobs
- Linkedin
- Monster
- Indeed
Over to you: What is your favorite interview prep material?
--
Subscribe to our weekly newsletter to get a Free System Design PDF (158 pages): https://t.co/uc5M7CdXXC