Now displaying all site content relating to Development
Amazon Web Services and Go: Feel the Love
By Trey Tacon My co-workers teased me a bit when they found out I was blogging about Go once again. I’ve been singing its praises for a few years now …
Continue reading “Amazon Web Services and Go: Feel the Love”
Amazon Web Services (AWS) DevelopmentThe Death of jQuery
People new to web development often turn to jQuery to help them learn to write interactive web pages. The story was no different for me. I have fond memories of …
Continue reading “The Death of jQuery”
DevelopmentFunctions vs. Methods: Know the Difference
I know grammar nerds who gleefully correct others for using accept when they should be using except. And while I’m not usually one to correct others, I do occasionally hear colleagues using function and …
Continue reading “Functions vs. Methods: Know the Difference”
DevelopmentFirst Look at AWS CodeDeploy
A new service named AWS CodeDeploy was announced last week at AWS re:Invent in Las Vegas! AWS CodeDeploy is an exciting new service that we had the opportunity to be …
Continue reading “First Look at AWS CodeDeploy”
Amazon Web Services (AWS) DevelopmentAWS CloudFormation: Quick Tips
If you’re building infrastructure on Amazon Web Services, it is worthwhile to take advantage of the benefits of using AWS CloudFormation and utilizing version control to keep track of infrastructure. …
Continue reading “AWS CloudFormation: Quick Tips”
Amazon Web Services (AWS) Cloud DevelopmentGo for Python Programmers
By Trey Tacon For the past several years, Python was my go-to language for most projects. I appreciated its (list of features, benefits) and still do. But once I started …
Continue reading “Go for Python Programmers”
DevelopmentObject-Oriented Programmers Should Consider Python
By Jason Brown There hundreds of programming languages out there and most of us don’t have time to learn them all. Ideally we find a few that are comfortable and …
Continue reading “Object-Oriented Programmers Should Consider Python”
DevelopmentA better way to authenticate users via a SQL database.
For years I’ve been using this simple design pattern when building a new user authentication backend for a project. Rather than just querying whether a username and password is valid, …
Continue reading “A better way to authenticate users via a SQL database.”
Development PostgreSQLA Basic Introduction to Postgres Stored Procedures
This article introduces the very basics of writing stored procedures with PostgreSQL (aka Postgres), an open-source database system. It is intended for both Postgres newbies and MS SQL Server/MySQL stored …
Continue reading “A Basic Introduction to Postgres Stored Procedures”
DevelopmentDevelopers: Beware of scams posing at pre-employment tests on Craigslist.
I occasionally check-up on the web developer jobs on craigslist.org, and this is the second time this month I’ve noticed this particular scam. When I realize what these asshats are …
Continue reading “Developers: Beware of scams posing at pre-employment tests on Craigslist.”
Development