top of page
Travis Martin
-SBT
Search


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...
Travis Martin
Feb 176 min read
7 views
0 comments


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...
Travis Martin
Nov 2, 20243 min read
24 views
0 comments

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...
Travis Martin
Sep 10, 20242 min read
8 views
0 comments

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'...
Travis Martin
Aug 31, 20242 min read
10 views
0 comments

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...
Travis Martin
Jul 17, 20243 min read
8 views
0 comments
Using Skaffold for Development in Kubernetes
Developing applications for Kubernetes can be challenging due to the complexity of the environment. Skaffold simplifies this process,...
Travis Martin
Jun 24, 20242 min read
20 views
0 comments
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...
Travis Martin
Apr 5, 20243 min read
81 views
0 comments
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...
Travis Martin
Mar 23, 20244 min read
143 views
0 comments

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
38 views
0 comments


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
31 views
0 comments

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
439 views
0 comments
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
41 views
0 comments
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
1,605 views
0 comments
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
307 views
0 comments

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...
Travis Martin
Jan 31, 20213 min read
10,099 views
10 comments

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...
Travis Martin
Oct 28, 20204 min read
477 views
0 comments

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
8 views
0 comments


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
28 views
0 comments
Blog: Blog2
bottom of page