Danny Brown

A Blog on Code and Occasionally Other Things

AuthorDanny Brown

Open Pull Requests from the Terminal (One of My Favorite Dotfiles Scripts)

Posted on December 23, 2023December 25, 2023

One of my favorite small scripts I’ve written this year is my pr script, which allows the user to simply enter pr into their terminal of choice and open a pull request without having to specify anything else. Repo Home and Secrets if git remote -v | grep -q “bitbucket”; ( more… )

Dotfiles Script for a New TypeScript/Node Project

Posted on December 21, 2023December 25, 2023

I set out recently to get more fluent in TypeScript, and after getting comfortable with syntax in browser-based interpreters, the next step was to get TypeScript running locally. As this is generally useful information, I figured I would write a blog post to share my approach. Global ts-node Install Assuming ( more… )

So I Told You to Go See a Broadway Play? Tips for Theater in New York

Posted on May 13, 2023May 16, 2023

When I hear that friends or colleagues are visiting New York, I always recommend that they go check out a Broadway show. Musical theater has been a huge part of my life since I was a kid, and while I’ve only been to New York a handful of times, they ( more… )

Build a Simple Microsoft Teams Bot Easily, No SDK Required

Posted on December 19, 2022December 19, 2022

I recently needed to build a Microsoft Teams bot to take simple commands and update a database. There are plenty of materials out there on this: tutorials and blog posts (like this one), an SDK, lots of docs from Microsoft, and yet I felt that all were either over-complicating the ( more… )

Creating a GUI for Conway’s Game of Life Using Pygame and Numpy

Posted on July 10, 2022July 11, 2022

I wrote previously about coding the backend for Conway’s Game of Life with Python’s standard library. Unsatisfied with the relatively boring console output, I sought a GUI to give this simulation more visual appeal. We’ll be editing a copy of the same file we ended with in my last post. ( more… )

Coding Conway’s Game of Life with Python’s Standard Library

Posted on July 9, 2022July 10, 2022

So this is kind of funny. For years, I’ve heard references to an algorithm for the Game of Life, and I always pictured this: I’ve never actually played this game, so I didn’t think about it too hard and figured it must be some weird case where an algorithm could ( more… )

Securing Your S3 Bucket Using the Serverless Framework

Posted on May 14, 2022July 10, 2022

I was recently developing a project with an S3 bucket. One of the steps of the development process was to add a security layer to the S3 bucket, namely: Add server-side encryption to the bucket, ensuring that data is encrypted at rest. Enforce SSL on all interactions with the bucket, ( more… )

Using Python to Publish a Post with Embedded Images to WordPress

Posted on July 29, 2021August 2, 2021

I found myself in a position of needing to publish to WordPress programmatically recently, but despite using WordPress for years, I’d never delved into its API before now. There are a few outdated Python modules out there, but none worked out of the box for me, so I figured I’d ( more… )

Tallahassee Neighborhood Latitude/Longitude List

Posted on July 14, 2021July 14, 2021

As a public service for future travelers, here’s an incomplete list of latitudes and longitudes for about 165 neighborhoods in Tallahassee, Florida. This was annoying to collect, and if even one person is helped by posting it here, that would be cool. I’m open to additions and corrections; feel free ( more… )

Introduction to Unix: Exam Prep

Posted on March 3, 2020March 4, 2020

I’m currently enrolled in an introductory Unix course at FSU. With the midterm approaching, the best way for me to cover the material is to write it down, and why shouldn’t I go ahead and publish those hard-written words? Of course I will do that! General Concepts on Unix Unix is a ( more… )

Posts navigation

1 2 … 5 Next

Danny Brown

A Dev Blog with Some Tangents

About

Categories

  • code
    • APIs
    • Bash
    • CSS
    • Django
    • HTML
    • JavaScript
    • Python
    • S3
    • Selenium
    • Serverless
    • TypeScript
  • games
  • music
    • concert reviews
    • synthesizers
  • opinion
  • sports
  • tech
    • Bitbucket
    • Git
    • GitHub
    • MS Teams
    • WordPress
  • theater

Recent Posts

  • Open Pull Requests from the Terminal (One of My Favorite Dotfiles Scripts)
  • Dotfiles Script for a New TypeScript/Node Project
  • So I Told You to Go See a Broadway Play? Tips for Theater in New York
  • Build a Simple Microsoft Teams Bot Easily, No SDK Required
  • Creating a GUI for Conway’s Game of Life Using Pygame and Numpy

External Links

  • GitHub
  • LinkedIn

Recent Posts

  • Open Pull Requests from the Terminal (One of My Favorite Dotfiles Scripts)
  • Dotfiles Script for a New TypeScript/Node Project
  • So I Told You to Go See a Broadway Play? Tips for Theater in New York
  • Build a Simple Microsoft Teams Bot Easily, No SDK Required
  • Creating a GUI for Conway’s Game of Life Using Pygame and Numpy

Categories

  • code
    • APIs
    • Bash
    • CSS
    • Django
    • HTML
    • JavaScript
    • Python
    • S3
    • Selenium
    • Serverless
    • TypeScript
  • games
  • music
    • concert reviews
    • synthesizers
  • opinion
  • sports
  • tech
    • Bitbucket
    • Git
    • GitHub
    • MS Teams
    • WordPress
  • theater
Copyright © 2025. Danny Brown
Powered By WordPress and Meritorious