TDD with GitHub Copilot by Paul Sobocinski Will the advent of AI coding assistants such as GitHub Copilot mean that we won’t need tests? Will TDD become obsolete? To answer this, let’s examine two ways TDD helps software development: providing good feedback, and a means to “divide and conquer” when solving problems. TDD for good […]
Recently I was working on this small windows app that automatically changes your wallpaper by time. Im looking for people who want to help me test it. 🙂 submitted by /u/Dangerous_Climate952 [comments] Source link
Are you interested in hosting your own servers to run your GitLab CI/CD pipelines but don’t know where to begin? Setting up a GitLab Runner to run your pipelines on your own infrastructure can seem like a daunting task as it requires infrastructure knowledge and the know-how to maintain that infrastructure. Typically this process requires […]
Introduction Slack handles a lot of log data. In fact, we consume over 6 million log messages per second. That equates to over 10 GB of data per second! And it’s all stored using Astra, our in-house, open-source log search engine. To make this data searchable, Astra groups it by time and splits the data […]
This post was originally published on the Microsoft for Developers blog. At Microsoft, we strive to build the world’s most beloved developer tools and services. Our vision is to empower every developer to transform their concepts into reality, from idea to code to cloud, at lightning speed. The Visual Studio family, Azure, GitHub, and GitHub […]
© copyright 1994-2024 Dave Winer. Last update: Monday November 18, 2024; 5:32 PM EST. You know those obnoxious sites that pop up dialogs when they think you’re about to leave, asking you to subscribe to their email newsletter? Well that won’t do for Scripting News readers who are a discerning lot, very loyal, but that […]
The democratization of AI over the past year has unlocked two big opportunities for developers – making it incredibly easy to integrate cutting-edge AI into their projects and bringing AI-driven efficiencies into their development process. Sublayer, a Ruby based AI agent framework, demonstrates the power and efficiency of the Gemini API by integrating our 1.5 […]
Microsoft recently launched a public preview of native vector support for the Azure SQL Database. With this update, the database can now store and process vector embeddings directly within it. Earlier, the support native vector support for the Azure SQL Database was in early adopter preview as the company sees the integration of vector search […]
submitted by /u/jmswlms [comments] Source link
November 15, 2024 Chris Fowler, Director of Engine for Call of Duty, tells Ben and Ryan about his path from marine biology to game development, the ins and outs of game engines, and the technical feats involved in creating massively popular games like Call of Duty. Chris also explains why community feedback is so critical […]