About this site

The primary objective was to showcase the ssg demo pages. ssg is a static site generator that I wrote from scratch in shell script. This whole site is generated with ssg. More details on here. Then thought a blog page would be nice supposedly. So micro blog page is over here.

# About me

A final year student of plant science. Did a thesis on the effects of auxin on Rauvolfia tetraphylla. Also found out the hard way that the plant Abroma augustum can hardly tolerate water logged conditions. Other than plant stuff, I also like to fiddle around with computer stuff. I like solving/automating mundane tasks with scripting languages like shell scripting and python. Aside from these, I also do occassional website designing and some typing jobs (can type upto 80 wpm on average) as a freelancer. I am a linux user and have been since 2014, am very comfortable with platforms and terms such as Linux, CLI, raspberry pi, arduino and so on. I also took some online free classes regarding networking and firewalls, so I know a bit or two about setting up firewalls and networking equipments on Office, SoHo (Small office Home office) and the tools required for proper connection isolation and traffic control of packets for individual devices on a network. I wrote some programs over the years, you can check them out at my github

# Other stuff

Mail me on this address if you can figure out what this is;


#!/usr/bin/env sh

first_portion="samiul"
last_portion="joy46"

address="yahoo.com"
where="@"

# Send me email through this address
echo "$first_portion$last_portion$where$address"


Made with <3 by samiuljoy | rss