howderek

143
reputation
6

I am currently working with Python, React, and PostgreSQL to build applications for network automation.

You can find my website here.


bash -c 'echo \'int main (){printf("console.log(\"Hello, world\")");}\' | gcc -o /tmp/hl -xc -include "stdio.h" - && /tmp/hl | node'