In my last post, “Introduction to Web Apps with Next.js”, we went through the steps of setting up a new Next.js project, customizing a landing page, and implementing a very simple web application. In this post, we’ll implement an Open Authentication (OAuth) based Single Sign-On (SSO) API within Next.js using NextAuth.js. We’ll be using GitHub as our provider, but the steps here are very similar for other platforms, such as Google or Discord. This will allow us to place portions of our website behind a login screen, restricting access to certain content or APIs for anonymous visitors.
Quick Start: Spring Security 5 OAuth2 Login
Social logins using Oauth2 have become a industry standard. It has revolutionized the way sites share data and has allowed users to quickly access new applications without having to create a new set of credentials. This article gives an example of why OAuth2 was invented and provides a working example of a Spring Security 5 application integrated with Google.
Vibe Coding Trends 2026: Adoption, Productivity, and Code Quality Data
2026 vibe coding trends: 92% daily U.S. developer adoption, $4.7B market, 63% non-developer users, and a deepening quality crisis. Data for engineering leaders.
St. Louis Healthcare Data Platform Modernization & Streaming Integration
Client Industry: Healthcare Technology & Medicare Services Engagement Type: Data Platform Modernization, Streaming Integration, Application Development Core Technologies Delivered Cloud: AWS S3, Kinesis, Lambda, ECS Data: Spark, Elasticsearch, FHIR/HL7 Backend: Java Spring Boot, C#/ASP.NET Frontend: React/TypeScript, Angular/NestJS A St. Louis-based Keyhole Senior Consultant supported a national healthcare technology organization across multiple long-running initiatives focused on data platform modernization, real-time healthcare …
Custom Software Development Process: Enterprise Best Practices 2026
Custom Software Development Process: Enterprise Best Practices Enterprise software development requires disciplined execution balanced with flexibility to adapt to changing requirements. Organizations implementing custom software projects are expected to deliver high-quality systems on predictable timelines while navigating legacy integrations, regulatory requirements, and evolving stakeholder needs. Industry research consistently shows that breakdowns in process—not tooling—are the leading cause of enterprise software …





