Java

Hashtag Jakarta EE #268
Hashtag Jakarta EE #268 Welcome to issue number two hundred and sixty-eight of Hashtag Jakarta EE! While the last pieces of the Jakarta EE 11 TCK are being put together, the topic of Jakarta EE 12 is really getting some traction in the Jakarta EE Plat...
2025-02-16 10:59
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
Beyond the Chatbot: Agentic AI with Gemma
A practical guide to constructing a Gemma 2-based Agentic AI system – a type of AI that can make its own decisions and use external tools to achieve goals – that can generate dynamic content for a fictional game world.
2025-02-13 23: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
Don’t use public ASP.NET keys (duh), Microsoft warns
Microsoft Threat Intelligence in December observed a “threat actor” using a publicly available ASP.NET machine key to inject malicious code and fetch the Godzilla post-exploitation framework, a “backdoor” web shell used by intruders to execute...
2025-02-12 02:50
Get ready for Google I/O May 20-21
Google I/O returns May 20-21. Watch the livestreams for updates on Android, AI, web, and cloud. Registration is open on the Google I/O website.
2025-02-11 21:00
Why the generative AI hype is good
Elon Musk predicts artificial general intelligence (AGI) by 2025. Former OpenAI employee Leopold Aschenbrenner says AGI by 2027. Futurist Ray Kurzweil bets on 2029 for AI surpassing human intelligence. OpenAI cofounder Ilya Sutskever declared that lan...
2025-02-11 09:00