Buffers and Placeholders in Agile SCRUM Project Management Rudolf Olah, March 28, 2024October 21, 2024 In Agile SCRUM, upfront planning is done for the different phases of a project, outlining… Continue Reading
Engineering Management Tools: My Top Picks Rudolf Olah, March 1, 2024October 20, 2024 Engineering managers have a different workflow than ICs (individual contributors), and though we often use the same tools, their layout and integration into our workflow are different. The most essential tool is the calendar. Continue Reading
Webpack and Frontend Build-Time Performance Engineering for React Rudolf Olah, December 4, 2023March 10, 2024 This article explores webpack, focusing on ways to investigate the build-time performance of webpack for your React apps. First, we cover the items that can affect build-time and runtime performance. Next, we’ll explore profiling tools for CPU and memory usage and how to use them. We’ll then delve into webpack bundles and how to analyze what’s in a bundle. Finally, we talk about setting goals. Continue Reading
Creating a Data Pipeline for Analytics, AI/ML, ChatGPT Rudolf Olah, May 29, 2023March 10, 2024 There are three parts to a data pipeline for analytics: ingestion, processing/transformation, and interpretation. The data pipeline for large language models or any pre-trained model such as GPT-3.5 and GPT-4 has the following steps: ingestion, processing / transformation, and evaluation. Data pipelines are everywhere. Continue Reading
Smart Contracts for Cosmos Blockchain Rudolf Olah, September 10, 2022March 10, 2024 Writing smart contracts with Rust and CosmWasm for Cosmos blockchains is fun to do. You can write smart contracts for Cosmos-based blockchains using the Rust programming language and the CosmWasm SDK and libraries. Cosmos is a blockchain that makes building new chains easier than before, also known as an internet of blockchains. Cosmos functions as a foundation that can be used to build application-specific blockchains that are interoperable. Continue Reading
Machine Learning Basics with Ludwig Rudolf Olah, January 10, 2021May 29, 2023 We’re going to walk through the basics of machine learning and applying it to the… Continue Reading
Learning AngularJS articles Rudolf Olah, July 27, 2020July 28, 2024 From 2014 to 2019, I wrote a newsletter called “Learning AngularJS”. I have collected the articles here as an archive of that newsletter. I also published a video course on testing AngularJS code in 2015. Continue Reading
“8 More Ruby on Rails Interview Questions and Answers” article published Rudolf Olah, February 28, 2020March 10, 2024 CodeMentor has published my article “8 More Ruby on Rails Interview Questions and Answers” Continue Reading
“Engineering Manager Interview Questions” article published Rudolf Olah, June 28, 2019March 10, 2024 Arc.dev has published my article “Engineering Manager Interview Questions” Continue Reading