Ngrok, a Kubernetes ingress controller, has a new package out that enables developers to embed ingress into Go applications. Go developers can use ngrok-go to serve their Go apps with little coding required as they won’t have to set up with network primitives like IPs, certificates, load balancers, and ports. Calling the ngrok.Listen() function will … continue reading
In the current situation IT teams find themselves in, they are being forced to do more with even fewer resources. You’ve likely heard (or possibly been affected by) the swath of layoffs that have plagued the tech industry over the past several months. IT teams are expected to continue outputting great work, except now their … continue reading
The Android development team has announced the release of the second developer preview for Android 14. This is the final developer preview before the new version enters beta. This preview includes a number of updates related to privacy and security. For example, Photo Picker, which provides an interface that shows a users’ media library, is … continue reading
ChatGPT, and other generative AIs, have continued to be the talk of the development community over the last several weeks. A number of things have happened with OpenAI’s ChatGPT, including a new API and more reactions stemming from interactions with Bing Search. Here is a breakdown of things you may have missed in the last … continue reading
Google prides itself on its initiatives regarding security in the Android ecosystem. Over the past year it has made a lot of strides, and now the company is detailing its plans for the upcoming year. One of the areas for improvement is opening up spaces for developers to support each other. It has opened up … continue reading
Since OpenAI released ChatGPT in November 2022, developers have been speculating about when an API for the tool would be available. Today, the company announced APIs for both ChatGPT and Whisper, which is a speech recognition system that was trained on 680,000 hours of voice data. This means that developers can now integrate these solutions … continue reading
Observability has really taken off in the past few years, and while in some ways observability has become a bit of a marketing buzzword, one of the main ways companies are implementing observability is not with any particular company’s solution, but with an open-source project: OpenTelemetry. Since 2019, it has been incubating at the Cloud … continue reading
Most code in existence today utilizes open-source components, but it’s important to remember where, and who, that open-source code comes from. Open-source software is mostly developed and maintained by volunteers. Unlike a company with resources to hire more developers, the maintainers of most open-source projects have to carry the burden of what comes after them. … continue reading
The White House has released a new plan for ensuring security in digital ecosystems. It hopes to “reimagine cyberspace as a tool to achieve our goals in a way that reflects our values: economic security and prosperity; respect for human rights and fundamental freedoms; trust in our democracy and democratic institutions; and an equitable and … continue reading
Data integration company Talend has announced updates to Talend Data Fabric, which is an end-to-end platform for data discovery, transformation, governance, and sharing. The Winter ‘23 release adds capabilities for automating cloud migrations and data management, expanding data connectivity, and improving data visibility, quality, control, and access. To ease migrations, Talend has added the ability … continue reading
In GitLab 15.9, administrators will now be able to specify files, file types, or directories that need specific types of approval. They can set approval as optional, required approval by one user, or required approval by multiple users. Approval by multiple users is a new feature itself. Previously if you did have that requirement you … continue reading
The focus of .NET 7 was to unify .NET Core and .NET Framework into a single .NET. Now that this has been achieved, .NET 8 is free to focus on other areas. According to Microsoft, with .NET 8 they want to focus on the developer experience for cloud-native developers and cross-platform development with MAUI and … continue reading