Variance of binned data
Suppose you have data that for some reason has been summarized into bins of width h. You don’t have the original data, only the number of counts in each bin. You can’t exactly find the sample mean or sample variance of the data because you don’t actually have the data.
Read moreState Management Using Protocol-Oriented Programming + Generics
Photo by Lukas Tennie on UnsplashIn this article, I would like to show one of the most convenient ways to manage the state of an object using a protocol-oriented approach and generics.This approach is widely used in marketplaces, the banking environment, the service sector, and so on, and assumes that for
Read moreThe Manager Trinity: Productive Individuals
The manager’s guide to nurturing individual happiness and driving successPhoto by Joshua Earle on UnsplashWhether you’re a budding manager or a seasoned pro, this article uncovers the essential principles of successful managers, focusing on the first tenet of the manager’s job: making individuals happy and productive. By honing in on this aspect,
Read moreHow To Stay Calm and Thrive Under Pressure
How can you bring your best to every situation when dealing with the pressure of high expectations?Continue reading on Better Programming »
Read moreAn Introduction to Data Encoding and Decoding in Data Science
Learn what data encoding and decoding are, why they're important, and some of their practical applications in data science. Continue reading An Introduction to Data Encoding and Decoding in Data Science on SitePoint.
Read moreAsk like a human: Implementing semantic search on Stack Overflow
Search has always been core to the Stack Overflow experience. It was one of the first features we built for users, and since the early days of Stack Overflow, most of our visitors have come to us through search engines. With search engine referrals consistently comprising over 90% of our
Read moreMultiplatform Dependency Injection: Make Koin, Dagger/Hilt, and Swinject Work Together on Android…
Multiplatform Dependency Injection: Make Koin, Dagger/Hilt, and Swinject Work Together on Android, iOS, and DesktopHow to integrate shared multiplatform dependencies into multiple apps.Image by authorDifferent platforms typically use different frameworks for achieving dependency injection. This article shows an approach to integrating dependencies from a shared Kotlin multiplatform module, which uses Koin internally, into
Read moreCrafting a Swift Package Plugin for App Data Protection
From encryption to runtimeProtecting data and intellectual property is a common but challenging task in software development. No developer wishes their individual or team efforts to be unlawfully exploited by intruders or competitors. While iOS apps provide significant security — provided by Apple encryption and runtime sandbox — more in-depth analysis of the IPA file
Read moreModularised Navigation in SwiftUI — An Enum-based Approach
Utilizing the new NavigationStack with the power of enums in a modular, expandable way.Continue reading on Better Programming »
Read more7 Frameworks for Serving LLMs
Finally, a comprehensive guide into LLMs inference and serving with detailed comparison.Image generated by Stable DiffusionWhile browsing through LinkedIn, I came across a comment that made me realize the need to write a simple yet insightful article to shed light on this matter:“Despite the hype, I couldn’t find a straightforward MLOps
Read more