Tag: Frameworks
-
SwiftUI + Core animation: Demystify all sorts of groups
Posted on August 13, 2025, Level intermediate Resource Length medium
The Core Animation framework serves as the infrastructure between the top-level UI frameworks and the underlying rendering and composition techniques, whether you are using UIKit, AppKit, or SwiftUI to lay out or draw your top-level UI. By Juniper Photon.
Tags ios app-development web-development frameworks swiftlang
-
How to evaluate graph retrieval in MCP agentic systems
Posted on August 5, 2025, Level intermediate Resource Length medium
Agentic systems, which leverage tools like knowledge graphs, often struggle with effectively retrieving relevant information from these graphs to inform their decision-making process, leading to inaccuracies and inefficiencies. This article addresses the need for robust evaluation of graph retrieval components within these systems. By Tomaz Bratanic.
Tags ai bots app-development web-development frameworks data-science
-
JavaScript frameworks - heading into 2025
Posted on March 9, 2025, Level beginner Resource Length medium
This article reflects on the state of JavaScript frameworks in 2024, concluding that the pursuit of simplicity hasn't necessarily resulted in easier development. By Ryan Carniato.
Tags frameworks cloud javascript software-architecture frontend
-
How banks overcome challenges in adopting automation testing framework
Posted on July 11, 2024, Level beginner Resource Length medium
A significant 80% of organizations now release code on a daily or weekly basis, indicating a growing reliance on these frequent updates. Traditional testing methods are struggling to keep up with the fast-paced nature of modern Agile practices as they bring several disadvantages, including slowness, high costs, and a lack of adaptability. By KMS Solutions.
Tags tdd fintech how-to app-development frameworks
-
How Google's AI model Gemini got its name
Posted on July 8, 2024, Level beginner Resource Length short
Gemini got its first mention at I/O in 2023, when we briefly shared our first natively multimodal model was in training and already showing impressive capabilities. One year later, we've brought Gemini models to Search, Ads, Workspace, Pixel and more. As Gemini continues to make a name for itself, we wondered, where did that name come from? To find out, we asked the Google DeepMind team to share the origin story behind why they called it "Gemini." By Ari Marini.
Tags google ai how-to cloud frameworks
-
The current state of quantum computing in 2023
Posted on December 22, 2023, Level beginner Resource Length long
In June 2023 an IBM computing executive claimed quantum computers were entering the "utility" phase, in which high-tech experimental devices become useful. In September, Australia's Chief Scientist Cathy Foley went so far as to declare "the dawn of the quantum era". Obviously, quantum computers are having a moment. But – to step back a little – what exactly are they? By Christopher Ferrie.
Tags robotics ai open-source frameworks machine-learning
-
The current state of quantum computing
Posted on December 7, 2023, Level beginner Resource Length long
Understanding the concept of quantum physics lays the foundation for distinguishing how quantum computers differ from classical ones. Unlike the binary logic used by classical computers, where computation is confined to zeros and ones, quantum computers leverage a state known as superposition, which allows for simultaneous existence of zeroes and ones. By Rich Tran and Franz Klein.
Tags robotics programming open-source frameworks
-
Angular vs Vue: A head-to-head comparison
Posted on September 25, 2023, Level beginner Resource Length medium
Frameworks have grown substantially over the last decade, with some of them serving as game-changers. A common question that every project manager or any other project leader has before initiating the project is, "What technology must I deal with next?" By Shanika Wickramasinghe.
Tags frameworks web-development angular software frontend
-
How to publish an Android app on Google Play Store: Step-by-step guide
Posted on September 3, 2023, Level beginner Resource Length long
When the application development process is completed, it's high time to introduce your special product to the world. First publishing may be thrilling and tricky. Today, we will guide you through the release process on the Google Play Store, which is undoubtedly the leader in the number of published apps and users. By Julia Rasich.
Tags web-development app-development android frameworks how-to
-
Ericsson to WhatsApp: The story of Erlang
Posted on July 2, 2023, Level beginner Resource Length medium
In this post, we're going to look at a piece of technology that was banned by the company that created it. It was kept alive by a small team of enthusiasts. Then, almost thirty years after its first development, it became the core technology underpinning one of the most important and lucrative startups of the 2010s. By Babbage.
Tags frameworks performance app-development elixir erlang functional-programming
-
A glance at the Java performance toolbox
Posted on July 1, 2023, Level intermediate Resource Length medium
Performance tuning starts with analysis, and JDK tools can help you gain insights on classes and threads and can perform live GC analysis or heap dump postprocessing: jcmd, jconsole, jstat, jmap and jfr. By Ana-Maria Mihalceanu.
Tags frameworks performance app-development jvm java
-
How to use PyScript – A Python frontend framework
Posted on June 30, 2023, Level beginner Resource Length medium
Python has grown in popularity immensely in recent years. It has a wide range of applications, from its most popular use in Artificial Intelligence, to Data Science, Robotics, and Scripting. Anaconda announced a framework named PyScript that allows you to use Python on the web using standard HTML. By Ifihanagbara Olusheye.
Tags frameworks web-development app-development frontend