๐ Hi, this is Shamim
# no username was found!
# let's create one...
import random
for wordLen in range(3,5):
for x in range(7): # cause i like 7
word = "";
for ci in range(wordLen):
word += chr(random.randint(97,122))
print(word) # the "jeot" was selected!
- ๐คฉ Now I have a username, @jeot
- ๐จ๐ปโ๐ฉ๐ปโ๐ง๐ป Father, husband, curious mind
- ๐ฅผ PhD in Electronics Engineering, Embedded Systems Designer, Software Developer, Problem Solver
- ๐ Interested in Electronics/PCB Design/ARM/FPGA/C/C++/Rust/JS/React/VHDL
- ๐ฑ Iโm currently learning rust by doing work/hobby projects:
- building a secure bootloader for STM32L4xx, with secure remote update
- building a GUI app for work: local communication of nodes over wifi
- building a weekly task-manager (for myself)
- ๐๏ธ Looking forward to interesting stuff!
- ๐ซ How to reach me? sh.keshani@gmail.com

