top of page
Travis Martin
-SBT
Search


Travis Martin
Feb 176 min read
How to Efficiently Use AI Coding Tools to Speed Up Software Development
Getting Started with AI Coding Tools As companies start shifting towards AI, so should developers, not only do these tool improve speed...
7 views
0 comments


Travis Martin
Nov 2, 20243 min read
Writing Testable Code: Best Practices and Patterns to Follow for Developers
Writing Testable Code in Software Development Writing testable code is essential in software development as it ensures that the codebase...
23 views
0 comments

Travis Martin
Sep 10, 20242 min read
Unlocking The Power of Prometheus: Implementing Custom Metrics in Your Node.js Application with Kubernetes
When it comes to modern microservices architecture, monitoring and observability play a critical role in maintaining the smooth operation...
8 views
0 comments

Travis Martin
Aug 31, 20242 min read
Scalable Microservices Made Easy: A NodeJS Template with Kafka, Kubernetes, and Redis
In the fast-evolving realm of software development, building robust and scalable microservices is the cornerstone of modern applications'...
9 views
0 comments

Travis Martin
Jul 17, 20243 min read
Seamless Kafka Integration in Kubernetes Microservices: A Step-by-Step Guide Using TypeScript and Node.js
Transitioning from a monolithic to a microservice architecture with Docker and Kubernetes, integrating message brokers like Apache Kafka...
7 views
0 comments
Travis Martin
Jun 24, 20242 min read
Using Skaffold for Development in Kubernetes
Developing applications for Kubernetes can be challenging due to the complexity of the environment. Skaffold simplifies this process,...
20 views
0 comments
Travis Martin
Apr 5, 20243 min read
How to Implement Polymorphism in MongoDB with Mongoose: Mongoose Discriminators Polymorphic Schema
When developing software, I always aim to flesh out the problem before I start coding, adhering to some key principles like the SOLID...
79 views
0 comments
Travis Martin
Mar 23, 20244 min read
Mastering Data Structures in Node.js: Arrays, Hashmaps, and Maps
Introduction Welcome to this deep dive into some of the most useful data structures in Node.js: arrays, hashmaps, and maps. Whether...
136 views
0 comments

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
Jan 31, 20213 min read
Kali linux setting up 2 external monitors
I am writing a kinda instructional on how to setup your Kali linux with two additional screens (Monitors). This took me a few hours to...
10,048 views
10 comments

Travis Martin
Oct 28, 20204 min read
Adding google places api to your reactjs + redux form application
This post I am going to assume you have your API key already setup, if you do NOT have it ready please read up on how to signup for a key...
477 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