Go To SQL

Gabe Schmidt Articles, Databases, Go, Programming, SQL, Tutorial Leave a Comment

In between projects here at Keyhole, I’ve been tasked with applying a relational database access and mapping framework in the Go language.

In this post, I go step by step to create a Postgres relational database, then perform CRUD operations against it in the Go language.

I won’t get into the specifics of configuring Go in this blog, but you can check it out yourself here – https://golang.org/. Additionally, Keyhole’s very own David Pitt wrote an excellent primer on the subject here – https://keyholesoftware.com/2019/09/26/go-on-the-fly/.

What’s New in JUnit 5.1

Billy Korando Articles, Development Technologies & Tools, Effective Automated Testing With Spring Series, Java Leave a Comment

It is hard to believe that JUnit 5 has been out for five months! Already we have our first feature release. There are quite a few changes in 5.1 and you can see them all in the release notes. In this article, we focus on a few of the changes that I think are the most impactful to the day-to-day tasks of writing automated tests…

Videos & Presentations

Home→Search ResultsKeyhole   From our presentations at user group meetings to our informative blog posts, Keyhole consultants love to stay active in education and continual learning. Please take advantage of the selection of resources provided below. Never miss a resource—subscribe receive our technical newsletter by email:SubscribeLatest Keyhole Videos Project Valhalla: What It Means for Java Performance Latest View Keyhole On …

JavaScript Software Development & Consulting Services

Keyhole Software provides expert JavaScript consulting, modernization, and custom application development. Our U.S.-based team specializes in React, Angular, Node.js, and scalable architectures. Keyhole Software is a trusted JavaScript consulting and development company, delivering high-performance web applications, scalable architectures, and modernization solutions. Strategic Advisory & ModernizationUpgrade outdated JavaScript applications with modern frameworks like React, Angular, and Vue.js. We provide expert guidance on performance optimization, framework migration, and Proof-of-Concept (PoC) development to ensure seamless modernization.Custom JavaScript Application DevelopmentFrom building dynamic Single-Page Applications (SPAs) to high-performance, enterprise-grade JavaScript solutions, we specialize in React, Angular, and Vue.js on

What’s up with WITH?

Scott Peters Articles, Databases, Development Technologies & Tools, Python 1 Comment

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Ah, the WITH statement. A (mostly) loved holdover from such languages as Python and VB(A) that still finds some questionable use today in JavaScript. …