top of page
Travis Martin
-SBT
Search


Microservices Architecture example Parking lot interview question
I plan on building the classic parking garage interview question. The end goal is deploying this microservices architecture example to a...

Travis Martin
Oct 6, 20236 min read


Graph data structure and Algorithms
I am just posting some information for mostly myself on how to quickly traverse graph and tree data structure since I tend to forget...

Travis Martin
Jul 8, 20222 min read


Bash Script Command-line tool template
Quick post on how I start my shell scripts. I tend to follow a similar pattern when developing any script to automate any tasks from...

Travis Martin
Feb 17, 20221 min read
Java Min and Max heap
Just posting some code on building a min and max heap, I will use an abstract class since both of these classes will contain similar...

Travis Martin
Dec 6, 20211 min read
Golang: pointers, channels and OOP (ish)
Making a quick post on few of golang's concepts that can be confusing. Pointers and references I am writing a quick post on golang (go)...

Travis Martin
Sep 3, 20215 min read
Bugbounty recon script (rickjms-recon.sh)
The way I do my recon on web applications both vertical and horizontal reconnaissance is to combine a couple of tools into one bash...

Travis Martin
Jul 23, 20215 min read


Common things I forget when reduxing Reactjs
When learning reactjs and redux I kept encountering build errors, bad practices and things that "Just didn't Work". I am going to attempt...

Travis Martin
Sep 7, 20203 min read


Polymorphism OOP examples Java
I am writing this to keep example on programming concepts, this will be on polymorphism, both using interface and abstract objects....

Travis Martin
Aug 24, 20203 min read
Blog: Blog2
bottom of page