DevOps

Mistral turns focus toward regional LLMs with Saba release
French AI startup Mistral is turning its focus toward providing large language models (LLMs) that understand regional languages and their parlance as a result of rising demand among its enterprise customers. “Making AI ubiquitous requires addressing...
2025-02-18 10:07
Key strategies for MLops success in 2025
Integrating and managing artificial intelligence and machine learning effectively within business operations has become a top priority for businesses looking to stay competitive in an ever evolving landscape. However, for many organizations, harnessin...
2025-02-18 09:00
3 reasons to consider a data security posture management platform
A week rarely goes by without a major data security breach. Recent news includes a breach impacting an energy company’s 8 million customers, another compromising the information on 450,000 current and former students, and one more exposing 240,000 c...
2025-02-18 09:00
Serverless was never a cure-all
An obituary for serverless computing might read something like this: In loving memory of serverless computing, born from the fervent hopes of developers and cloud architects alike. Its life began with the promise of effortless scalability and reduced ...
2025-02-18 09:00
Large language models: The foundations of generative AI
Large language models (LLMs) such as GPT, Bard, and Llama have caught the public’s imagination and garnered a wide variety of reactions. They are also expected to grow dramatically in the coming years. According to Dimension Market Research, The Glo...
2025-02-17 10:46
3 key features of Postman’s AI Agent Builder
The software landscape is shifting from passive business processes to dynamic, AI-driven workflows. AI agents—systems that interact with APIs, make decisions, and execute complex tasks—are at the forefront of this transformation. While large langu...
2025-02-17 09:00
How to keep AI hallucinations out of your code
It turns out androids do dream, and their dreams are often strange. In the early days of generative AI, we got human hands with eight fingers and recipes for making pizza sauce from glue. Now, developers working with AI-assisted coding tools are also ...
2025-02-17 09:00
What if generative AI can’t get it right?
Large language models (LLMs) keep getting faster and more capable. That doesn’t mean they’re correct. This is arguably the biggest shortcoming of generative AI: It can be incredibly fast while simultaneously being incredibly wrong. This may not be...
2025-02-17 09:00
AI coding assistants limited but helpful, developers say
AI coding assistants still need to mature, but they are already helpful according to several attendees of a recent Silicon Valley event for software developers. Software developers who attended the DeveloperWeek conference in Santa Clara, CA, on Febru...
2025-02-15 01:27
Buckle up for the supercharged Python interpreter
In this edition of our biweekly Python newsletter: The next version of Python brings an all-new variety of speed boost. Python packages may soon pack better labeling for their ingredients. Cython 3.1 tees up new features for converting Python to C. An...
2025-02-14 09:00
Avoiding the cloud migration graveyard
Fictional global retailer StyleHaven embarked on its cloud migration journey, eager to modernize its systems and improve its customers’ experience. StyleHaven opted to “lift and shift,” assuming its existing infrastructure would transfer to the ...
2025-02-14 09:00
Buckle up for faster Python programs
In this edition of our biweekly Python newsletter: The next version of Python brings an all-new variety of speed boost. Python packages may soon pack better labeling for their ingredients. Cython 3.1 tees up new features for converting Python to C. An...
2025-02-14 09:00
JetBrains’ Ktor adds CLI for simpler project creation
JetBrains’ Ktor 3.1.0, an update to the Kotlin-based framework for asynchronous server-side and client-side applications, is now available, featuring a command-line tool for simpler creation of projects. The update also brings new features to server...
2025-02-13 22:46
How to use mutexes and semaphores in C#
Thread synchronization is used to prevent multiple threads from accessing a shared resource concurrently. The Mutex and Semaphore classes in .NET represent two of the most important related concepts. Let’s understand what both of these do and when w...
2025-02-13 09:00
Diving into the Windows Copilot Runtime
Announced at the May 2024 launch of Arm-powered Copilot+ PCs, the Windows Copilot Runtime is at the heart of Microsoft’s push to bring AI inferencing out from Azure and on to the edge and our laptops. Since then it’s been released in drip-feed for...
2025-02-13 09:00
Go 1.24 arrives with generic type aliases, boosted WebAssembly support
Go 1.24, an update to Google‘s popular open source programming language, is now generally available as a production release, with full backing for generic type aliases, performance improvements, and improved WebAssembly support. The release was unve...
2025-02-13 00:07
Snowflake announces preview of Cortex Agent APIs to power enterprise data intelligence
Snowflake on Wednesday announced the public preview of Cortex Agents, a set of APIs built on top of the Snowflake Intelligence platform, a low-code offering that was first launched in November at Build, the company’s annual developer conference. As...
2025-02-12 14:05
Dynamic web apps with HTMX, Python, and Django
Python is one of the most popular programming language today, in part due to its large ecosystem of tools for data science and AI applications. But Python is also a popular choice for developing web apps, particularly using the Django web framework. I...
2025-02-12 09:00
Rust memory management explained
Rust shares many concepts with other languages intended for systems programming. For instance, Rust distinguishes between memory allocated from the stack and memory allocated from the heap. It also ensures that variables declared within a scope are un...
2025-02-12 09:00
Keep your code open to possibilities
I’ve been developing software for many years now. Decades. I’ve learned a lot along the way, and I dare to think that I’ve collected some wisdom about software development worth sharing with others. At some point, you think “Yeah, I’ve got...
2025-02-12 09:00