Blog Logo
TAGS

Grab Reduces Traffic Cost for Kafka Consumers on AWS to Zero

Grab took advantage of the ability of Apache Kafka consumers to connect to the broker node in the same availability zone (AZ) introduced in Kafka 2.3 and reduced the traffic cost on AWS to zero for re...

Read more...

Team creates simple superconducting device that could dramatically cut energy use in computing

MIT scientists and colleagues have created a simple superconducting device that could transfer current through electronic devices much more efficiently than is possible today. The diode, a kind of swi...

Read more...

Scaling Your Artifacts With Your Team

The term microservices has become ubiquitous in our industry, promising framework freedom and stability through asynchronous communication. However, the consensus on microservices as a superior archit...

Read more...

The First Room -Temperature Ambient -Pressure Superconductor

For the first time in the world, we succeeded in synthesizing the room-temperature superconductor (Tc ≥ 400 K, 127 oC) working at ambient pressure with a modified lead-apatite (LK-99) structure. The s...

Read more...

Translating Exceptions into Problem Details Responses

Tim Deschryver discusses how to translate exceptions into problem details responses using the new IExceptionHandler interface in ASP.NET Core. He explains the default API behavior and the problem deta...

Read more...

Eliminating Mapping and Redundant Validation in Domain-Centric APIs with JsonConverters and ModelBinding

Numerous applications are designed adhering to the principles of Clean Architecture and Domain-Driven Design (DDD). They have a rich domain models that protect the business invariants. In most cases, ...

Read more...

How To Build the Culture of Delivering Clean Code

If you are working on a development team and in charge of managing multiple source codes, it’s crucial that you treat the code with the utmost care to keep everything going because, over time, the pro...

Read more...

Built For Your Monolith

TerraJet follows AWS best practices to help your infrastructure achieve reliability, security, performance, and cost optimization. Save time by using TerraJet to easily approach Infrastructure as Code...

Read more...

EF configurations are sick! (and work great with DDD)

Entity Framework has established itself as a mature product that can be used to solve any problem. Despite that, not many developers have been using it effectively. Even though, it works perfectly for...

Read more...

Kraken Technologies: How we organise our very large Python monolith

Hi, I’m David, a Python developer at Kraken Technologies. I work on Kraken: a Python application which has, at last count, 27,637 modules. Yes, you read that right: nearly 28k separate Python files - ...

Read more...

LONGNET: Scaling Transformers to 1,000,000,000 Tokens

Scaling sequence length has become a critical demand in the era of large language models. In this work, we introduce LONG NET, a Transformer variant that can scale sequence length to more than 1 billi...

Read more...

Microsofts LongNet: The Future of AI

Microsofts newest architecture, LongNet, has the potential to ingest the entire Internet and deliver 1-billion-token prompts in just half a second. With LongNet, we enter a new realm of possibility fo...

Read more...

Anthropic: A Safety-First AI Company

Anthropic, creator of Claude 2, is a startup focused on developing safe artificial intelligence systems. The founders, who previously worked at OpenAI, aim to ensure that AI aligns with human goals an...

Read more...

Custom instructions for ChatGPT

We’re rolling out custom instructions to give you more control over how ChatGPT responds. Set your preferences, and ChatGPT will keep them in mind for all future conversations. Custom instructions all...

Read more...

Is it the end for Apache Airflow?

This is the extended version of my presentation with more details, some dives into the code, and my struggles that werent mentioned in the talk I gave at PyCon LT 2023. Im going to cover only Apache A...

Read more...

LinkedIn Adopts Protocol Buffers for Microservices Integration and Reduces Latency

LinkedIn adopted Protocol Buffers for exchanging data between microservices more efficiently across its platform and integrated it with Rest.li, their open-source REST framework. After the company-wid...

Read more...

Democratising Software Architecture • Eoin Woods • GOTO 2023

Democratising Software Architecture • Eoin Woods • GOTO 2023

Check out a version of this talk with better audio here: https://youtu.be/nchRmYvUf2Y This presentation was recorded at GOTO Amsterdam 2023. #GOTOcon #GOTOams https://gotoams.nl Eoin Woods - Chief E...

Read more...

Decoupling UI and Logic in React: A Clean Code Approach with Headless Components

In this article, we will demystify the concept of headless components in React and explore how they can simplify the management of complex user interfaces. We will start by extracting a useToggle hook...

Read more...

Iosevka: An Open-Source Typeface for Code and Technical Documents

Iosevka is an open-source font family designed for writing code, using in terminals, and preparing technical documents. It offers a variety of styles and weights, including sans-serif and slab-serif, ...

Read more...

Moving from a product to a service mindset

Thanks to DevOps, cloud computing, and other industry trends, many organizations are shifting from a product mindset to a service mindset. This blog explores the impact on software engineering teams a...

Read more...