265 posts

TIL: Marketing Haskell and What Could Kill Rust

TIL 2020-09-10 How to Market Haskell - Video discussion on improving Haskell’s adoption and community outreach. What Killed Haskell Could Kill Rust Too - Analysis of language adoption barriers and community dynamics.

September 10, 2020 · 1 min

TIL: Python Performance Optimization and Advanced Profiling

Today I learned about advanced Python performance optimization techniques, modern profiling tools, and practical strategies for identifying and eliminating performance bottlenecks.

September 9, 2020 · 16 min

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

TIL: Mastering Hard Parts of JavaScript

TIL 2020-09-05 Mastering the Hard Parts of JavaScript - Deep dive into JavaScript callbacks and asynchronous programming concepts.

September 5, 2020 · 1 min

TIL: Data Visualization Mastery with Matplotlib and D3

Today I learned about advanced data visualization techniques, matplotlib optimization strategies, and comprehensive approaches to creating effective data visualizations.

September 4, 2020 · 14 min

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

TIL: Effectively Using Matplotlib

TIL 2020-09-02 Effectively Using Matplotlib - Comprehensive guide to creating better visualizations with Python’s matplotlib library.

September 2, 2020 · 1 min

TIL: FlexBox Defense, Modern C++, Rust Debugging, and Python Programming

TIL 2020-09-01 FlexBox Defense - Interactive game for learning CSS Flexbox through tower defense gameplay. HN: Best Way to Learn Modern C++ - Hacker News discussion on effective approaches to learning contemporary C++. Headcrab: Rust Debugging Library - Library for building debuggers and debugging tools in Rust. OSS Game - FreeCol - Turn-based strategy game based on Colonization, written in Java. Peter Norvig - PyTudes - Python programs of considerable difficulty to perfect particular programming skills. ...

September 1, 2020 · 1 min

TIL: Asciimatics Terminal Effects, Lock-Free Programming, EOPL, and Ranger File Manager

Today I learned about creating full-screen terminal animations with Asciimatics, wait-free and lock-free programming concepts, the Essentials of Programming Languages book, and the Vim-inspired Ranger file manager.

August 31, 2020 · 7 min

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

Subscribe to Newsletter

Get the latest posts and insights delivered to your inbox.

Built using Picoletter.