Want to host your own Git service? GitLab a bit to heavy weight? Checkout Gitea.

Git
Came across this self hosted Git service today. Yes GitLab is amazing but also very complicated and large. Requiring a 4Gb RAM system to operate…

`git stash` magic

Srebalaji Thirumalai over on dev.to has a nice write up covering git stash and the many amazing things it can do.  Check it out.

NoSQL search results in MICRO-seconds; via AWS’s new DynamoDB Accelerator.

If you have a noSQL data store and need the fast machine possible response time; check this out: Amazon DynamoDB Accelerator (DAX) Regional Expansion “…Using…

Resources for Javascript devs, understand how it works on the inside

During my daily reading cycle I came across this aggregate of Javascript resources. Nice list of content for reading and understanding how Javascript works below…

The cost of scaling up.

In my time s working in the software realm I have worked on projects of various sizes. Local bands wanting a web presence, user generated…

Deleting an AWS API Gateway resource.

Because it is not well documented in the AWS docs herein is how you delete an AWS API Gateway resource. Click on the end point…

Parallel bash process execution.

Ever do something in bash and wish you could do it in parallel? Checkout this excellent article by Bash Prompt. One use case I can think…

First real foray into using Terraform to manage infrastructure as code (IAC)

Did this during the afternoon at work, since they use Terraform (TF) pretty heavily I am getting familiar with it as much as possible. Enjoy!…

`Investigating AWS Pricing over Time` by Thomas Vachon

Over at stayclassyinternet Thomas did a write up on the AWS pricing over time; specifically focused on S3 as it has been a consistent service available…

Continue of Practices as it relates to release cadence.

This image was shared in the Suncoast Developers Guild slack group yesterday. I found it an interesting visualization of the practices and operational patterns that…