Real-Time Website Data Using SignalR

John Holland .NET, Articles, ASP.NET, Databases, Development Technologies & Tools 2 Comments

Attention: This article was published over 11 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.When I was tasked with using SignalR to implement the real-time updating of data on a project I was working on, I was excited. …

Node.js

Improve Node.js Performance by Turning It into a Clusterfork

David Elton Articles, Development Technologies & Tools, JavaScript, Node.js 2 Comments

Attention: This article was published over 11 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.One of the big reasons people are drawn to Node.js for running web servers is the simplicity you gain from a single-threaded paradigm, versus …

Scripting with Python and AutoHotkey

Kevin Wisniewski Articles, Automation, Development Technologies & Tools, Python 7 Comments

Attention: This article was published over 11 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.After I began programming, I started noticing that some of the things I was doing on my computer at home were repetitive and could …

Keyhole Releases GrokOla, Development Knowledge Transfer Engine

Lauren Fournier Bogner Articles, Company News, Keyhole Creations 1 Comment

Attention: This article was published over 11 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.The Keyhole Software team is excited to announce the official release of a new Keyhole product – GrokOla.ย GrokOla supports development team knowledge transfer and …

Caching Strategy Reminder for Maven-Based Docker Builds

Luke Patterson Articles, Docker, Java, Python, Tutorial 14 Comments

Attention: This article was published over 11 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.My local development feedback loop between code change and runnable container was annoyingly long on a Maven-based project I was recently working on. I …