Karan Balajiblog.karanbalaji.com·Sep 29, 2023Day 18/100 in #100DaysOfDesign: Data-Driven Design with A/B Testing Tools(Why) - The Power of Data-Driven Design ✍️ On Day 18 of my #100DaysOfDesign journey, we delve into the fascinating world of A/B testing tools. In today's design landscape, opinions are abundant, but making decisions based on data is invaluable. A/B t...DiscussUX
Vaishnav Mkwishee.hashnode.dev·Sep 28, 2023JSON is incredibly slow: Here’s What’s Faster!Yes, you heard that right! JSON, the ubiquitous format for data interchange in web development, might be slowing down your applications. In a world where speed and responsiveness are paramount, it’s crucial to examine the performance implications of ...Discuss·1 likeJavaScript
Rakend Dubbarakend.hashnode.dev·Sep 28, 2023The local behaviour of functionsOne of the most profound concepts in calculus is the idea of a derivative. While the first derivative gives us insight into the slope or rate of change of a function, the second derivative dives deeper, providing information about the function's curv...Discussoptimization
NIRNAY BEHERAnyx1on.hashnode.dev·Sep 27, 2023Optimizing Algorithms 1: Majority ElementLet's go over to the problem statement quickly. Given an array nums of size n, return the majority element. The majority element is the element that appears more than ⌊n / 2⌋ times. You may assume that the majority element always exists in the array...DiscussDSA
Sandeep PawarProfabric.guru·Sep 20, 2023A Quick Comparison Of Fabric Spark Configuration SettingsI compared the default Spark configurations in the Fabric Spark runtime with those of the standard Spark. I excluded configurations that were identical between the two, as well as those that were irrelevant. I thought sharing this information might b...Discuss·215 readsspark
ogunniran sijiogsiji.hashnode.dev·Sep 20, 2023Part 2A;Maximizing Returns: Data-Driven Optimization of Trading Strategies with Optuna.Trend-following strategies have long been a staple in the world of trading, offering traders the opportunity to profit from sustained price movements in financial markets. However, the effectiveness of these strategies often hinges on the careful sel...Discuss·1 likeasset management
ogunniran sijiogsiji.hashnode.dev·Sep 20, 2023Part 1; Advanced Techniques: Harnessing the Full Power of Optuna for Model Preprocessing.Optuna: Optimizing Your Machine Learning Models and Preprocessing Steps Machine learning models, while powerful, often require extensive tuning and preprocessing to achieve their maximum potential. This is where Optuna, a versatile Python library, st...Discuss·1 like·31 readsMachine Learning
James Fordjaggedarray.hashnode.dev·Sep 18, 2023Spark JDBC Read ParallelizationIf you've utilized JDBC within Spark for long enough, or have had to pull large tables, you know the the more data, the longer it takes to pull. Seems pretty obvious right? Well, what if I told you there's an option for speeding things up, drasticall...Discuss·55 readsspark
Rohit Patilblog.rohitpatil.pro·Sep 18, 2023Garbage Collection in PythonIn the previous article, we explored how objects are stored in memory and how they are referenced by variables in Python. However, an important question arises: what happens when objects are no longer needed? Keeping them in memory for an extended pe...DiscussPython
Augustine Igweaugustinebest.hashnode.dev·Sep 15, 2023Maximizing Performance: Optimization Techniques for React ApplicationsAs a software engineer, It is important to maximize the performance of your application. The concept of "code now, improve later" is often referred to as the minimum viable product (MVP) approach in software development. This involves developing the ...Discuss·17 likes·94 readsReact