
An engineer passionate about bridging hardware and software through high-performance systems, RF engineering, and exploring biomedical applications. Wish you a great day! π
Welcome to my new GitHub account, 8g6-new, succeeding my old account, 8g6 (home to archival projects like StarIt, 2019β2021). The name is short, memorable, and encodes my initials!
ord=(a)=>a.charCodeAt(0)
chr=(a)=>String.fromCharCode(a)
print=(...a)=>console.log(...a)
name_encoded='8g6-new'
name_decoded_cap=''
name_decoded_small=''
for(i=0;i<name_encoded.length;i++){
name_decoded_cap += chr(ord(name_encoded[i])+12)
name_decoded_small += chr(ord(name_encoded[i])+44)
}
print(name_decoded_cap,name_decoded_small)
// Output: DSB dsb
// DSB / dsb => Devadut S Balan / devadut s balan
- 8: Octa, symbolizing strength and symmetry.
- G: The 7th letter, a nod to structure.
- 6: Represents balance and harmony.
- A perfect counting sequence for logical minds.
- The country code of Jamaica, a hub for early science and technology ππ₯οΈ.
- Jamaica, home of my favorite sports star, Usain St. Leo Bolt ππΏ.
Hereβs a snapshot of my technical expertise across multiple domains:
Programming & HPC |
DSP & AI |
Hardware, Fabrication & RF Engineering |
Software, Embedded Systems & Tools |
My work is fueled by a passion for cutting-edge technology and real-world problem-solving:
|
|
Currently working on exciting R&D projectsβfollow for updates!
- Laser-Based PCB Manufacturing System: Developing a system for high-precision PCB fabrication using laser technology.
- RF Antenna Design Simulations: Exploring antenna designs for optimized RF signal performance.
- Biomedical Signal Processing Prototypes: Investigating signal processing techniques for biomedical applications.