-
DevOps Helper Tool
-
Practice Problems - Best Time to Buy and Sell Stock
Best Time to Buy and Sell Stock -
Practice Problems - Two Sum
Practice Problems - Two Sum -
Monorepo Tooling Strategies
Monorepo Tooling & Strategy: Comprehensive Guide -
Nord Interview and Studies
Introduction -
Documenting evaluating `kotlinx-datetime`
kotlinx-datetime evaluation -
Financial Calculations for Fun and Profit
Financial calculations are essential in personal finance, business, and investment decisions. Here are some common financial calculations: -
Debugging
Debugging issues in software development -
Deleting index from array
I’m saving this in case I need to refer back to it later. This is an example of removing an item from an array of... -
Cloud Computing Notes
Table 1-1. Availability percentages represented in nines -
Forge notes
Forge -
Web application architectures and components
Web Application Architecture Components Let me explain each major component layer: -
Practice Makes Perfect
MacOS Notarization tool CMake to Bazel JavaScript conversion Blitz monorepo integration into monolithic codebase Gradle desktop Server split Badger Maple -
A Day in the Life
Trying to fix the website so that things don’t look like trash. -
Design Document for Learning Homebrew and CMake for Dependency Management
Design Document for Learning Homebrew and CMake for Dependency Management -
Design Document for Project 5: macOS Disk Usage Visualizer
Design Document for Project 5: macOS Disk Usage Visualizer -
Design Document for Understanding macOS Security Features
Design Document for Understanding macOS Security Features -
Design Document for Automating macOS Installers
Design Document for Automating macOS Installers (.pkg and .dmg) -
Design Document For Testing Across Macos
title: “Design Document for Testing Across macOS Versions” layout: page hide: true —- -
Design Document For Implementing Code Signing And Notarization
title: “Design Document for Implementing Code Signing and Notarization” layout: page hide: true —- -
Design Document For Debugging Kernel Lev
title: “Document for Debugging Kernel-Level Interactions” layout: page hide: true —- -
Welcome Back!
Welcome back to the real world -
Welcome to Jekyll!
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the... -
Design Document for Mastering Xcode Instruments for Profiling and Performance Optimization
Design Document for Mastering Xcode Instruments for Profiling and Performance Optimization -
ClickOps
ClickOps -
Kotlin Cheatsheet
Basic Syntax Variable Declaration val readOnly = 42 // Immutable variable var mutable = 42 // Mutable variable -
Design Document For Multithre
title: “Design Document for Project 3: Multithreaded Log Analyzer” layout: page hide: true —- Title and Overview -
Design Document For Setting Up Automated
title: “Design Document for Setting Up Automated Tests for macOS Applications” layout: page hide: true —- Title and Overview -
Algorithms in a Nutshell
Blah, blah, blah. The big stuff is here. Challenging your mind with all sorts of knowledges and whatnot. When I first started computer science I... -
Algorithms That Interest Me
<!– Numerical: Euclid’s algorithms Gaussian elimination Fourier-Motzkin elimination Fast Fourier Transform Data structures: Binary trees Hash tables Binary decision diagrams Disjoint sets Trie Priority queue... -
Guide To Data Mining
Manhattan Distance: def manhattan(user1, user2): # in python distance = 0 for key in user1: if key in user2: distance += abs(user[key] - user2[key]) return... -
AI
agents rationality observability -
Status update for Distributed Project
There’s nothing here! -
Competitive Programming Practice
UVa 00467 - Synching Signals array of numbers jolly or not jolly flag if all numbers between 1 … (n-1) contained between abs(n - n... -
Interview Prep
This is a post holding all of my Algorithms and data structures that potentially can come up on a tech interview. I feel it’s a... -
The Forge
header file with a class definition for each object Ask yourself these questions: How do I interact with this object? What variables are used for... -
Design document for understanding macos
Design Document for Understanding macOS Security Features -
Design document for testing across macos
Design Document for Testing Across macOS Versions -
Design document for setting up automated
Design Document for Setting Up Automated Tests for macOS Applications -
Design document for project 5: macos dis
Design Document for Project 5: macOS Disk Usage Visualizer -
Design document for project 3: multithre
Design Document for Project 3: Multithreaded Log Analyzer -
Design document for mastering xcode inst
Design Document for Mastering Xcode Instruments for Profiling and Performance Optimization -
Design document for learning homebrew an
Design Document for Learning Homebrew and CMake for Dependency Management -
Design document for implementing code si
Design Document for Implementing Code Signing and Notarization -
{}
Design Document for Debugging Kernel-Level Interactions -
Design document for automating macos i
Design Document for Automating macOS Installers (.pkg and .dmg) -
Computer Science Rant
Computer Science. Where do I start? Basics? Algorithms? Languages? Theory? Hardware? Software? API? Design Patterns? The lists go on and on. But I think that... -
Searching and Sorting - Binary Search
explanation of linear search