I'm currently open to new opportunities! View my resume or connect on LinkedIn.

TIL: James Powell's Fast Python Techniques and Scalene Performance Profiler

Today I learned about advanced Python optimization techniques from James Powell's 'Fast and Furious Python' talk and discovered Scalene, a high-performance CPU and memory profiler for Python.

September 9, 2020 Â· 6 min Â· 1215 words

TIL: ReactJS Hooks, Regex Tools, and Pandas Performance

TIL 2020-09-03 ReactJS docs with hooks - Converting React class components to use hooks for better code organization. Regex101 - Online regex tester and debugger with explanations. Regexr - Interactive regular expression tool for learning and testing. Pandas Performance Tip - It’s much faster to use Pandas’ filters with the & and | operators than combining conditions with zip. Use intermediate dataframes and multiple .loc calls instead of zip with any or all. ...

September 3, 2020 Â· 1 min Â· 73 words

TIL: Rust Development Ecosystem and Advanced Tooling

Today I learned about the comprehensive Rust development ecosystem, from compiler internals to command-line utilities, showcasing Rust's growing influence in systems programming.

August 30, 2020 Â· 14 min Â· 2940 words

TIL: NuShell Structured Data Shell, Async Python Performance Reality, and Go Programming Fundamentals

Today I learned about NuShell's structured approach to shell computing, why async Python isn't always faster, comprehensive Go language resources, and effective techniques for asking technical questions.

August 25, 2020 Â· 8 min Â· 1623 words

TIL: Optimizing Rust Compile Times

Today I learned about techniques to improve Rust compilation performance, including dependency management, feature flags, incremental compilation, and toolchain optimization strategies.

July 22, 2020 Â· 13 min Â· 2761 words

TIL: Modern Rust Learning Resources and Development Patterns

Today I learned about comprehensive Rust learning resources, from interactive tours to dangerous practices, and how Rust addresses common development challenges.

July 13, 2020 Â· 8 min Â· 1646 words

Subscribe to Newsletter

Get the latest posts and insights delivered to your inbox.

Built using Picoletter.