top of page
Travis Martin
-SBT
Search

Travis Martin
Oct 6, 20236 min read
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...
35 views
0 comments


Travis Martin
Jul 8, 20222 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...
31 views
0 comments

Travis Martin
Feb 17, 20221 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...
437 views
0 comments
Travis Martin
Dec 6, 20211 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...
41 views
0 comments
Travis Martin
Sep 3, 20215 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)...
1,598 views
0 comments
Travis Martin
Jul 23, 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...
305 views
0 comments

Travis Martin
Sep 7, 20203 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...
8 views
0 comments


Travis Martin
Aug 24, 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....
28 views
0 comments
Blog: Blog2
bottom of page