under constructionunder constructionunder construction
How to end a process by port number
Nov 18, 2023·2 min read
by Anthony Coffey
How to end a process by port number

Sometimes you need to kill a process by port number. This is how you do it.

How to See When a File Was Deleted or Changed with Git Log
Nov 14, 2023·2 min read
by Anthony Coffey
How to See When a File Was Deleted or Changed with Git Log

Ever needed to trace exactly what happened to a rogue file? Well, there's a Git command for that!

MDX Powered Blog Using App Router on Next.js
Oct 25, 2023·3 min read
by Anthony Coffey
MDX Powered Blog Using App Router on Next.js

How I built an MDX powered blog using App Router with Next.js and Tailwind CSS.

Authorize.net for React Native / Expo SDK v49
Oct 24, 2023·3 min read
by Anthony Coffey
Authorize.net for React Native / Expo SDK v49

Introducing my first published node package: react-native-expo-authorize-net! This package allows you to easily integrate Authorize.net into your React Native / Expo app.

Console Log Nested Object in JavaScript
Oct 24, 2023·1 min read
by Anthony Coffey
Console Log Nested Object in JavaScript

Troubleshooting in Node environments with Console.log() using a helper function to display nested objects in a readable format.

Javascript Design Patterns
Feb 20, 2023·6 min read
by Anthony Coffey
Javascript Design Patterns

To build efficient, scalable and maintainable applications, developers often rely on advanced design patterns. In this article, we will explore some advanced design patterns in Javascript that can help developers write better code.

Unit Testing in Python with Pytest
Feb 16, 2023·3 min read
by Anthony Coffey
Unit Testing in Python with Pytest

Pytest is known for its simplicity, scalability, and flexibility. In this tutorial, we will cover how use pytest for writing unit tests in Python and discuss naming conventions and docstring best practices.

Tools for Productive Development
Feb 15, 2023·2 min read
by Anthony Coffey
Tools for Productive Development

Software development can be complex and time-consuming. Here are some tools that can help you be more productive:

Version Control Best Practices
Feb 14, 2023·2 min read
by Anthony Coffey
Version Control Best Practices

Version control is an essential tool for software developers. Here are some best practices to help you use version control effectively.

Tips for Troubleshooting and Debugging Code
Feb 13, 2023·2 min read
by Anthony Coffey
Tips for Troubleshooting and Debugging Code

As a software developer, debugging is an important part of your job. Here are some tips to help you become more effective at debugging code.