Sep 3, 2023 AI My Best CoPilot Alternative - Running LLM on Local Machine Run Code Llama locally with a $200 used GPU. Keep your data private, get 100k tokens (vs CoPilot's 1500), and pay zero monthly fees. Setup guide with ollama + VS Code included.
Aug 16, 2023 Misc Keymap of My Split Keyboard How does a 36-key split keyboard boost productivity? Discover the ergonomic design with QGMLWY layout, thumb-activated layers, and one-handed navigation.
Jul 20, 2023 Development Understanding Database Types: A Comprehensive Guide From relational to graph databases - explore the diverse world of data storage systems and learn which database type fits your application's needs. DatabaseSQL
Jun 12, 2023 Cybersecurity Certificate Transparency: The Public Ledger Securing HTTPS Discover how Certificate Transparency acts as a public watchdog for HTTPS certificates, preventing fraudulent certificates and making the web safer for everyone through transparent, append-only logs. SecurityCertificateHTTPS
May 10, 2023 AI Using ChatGPT to Draw Sequence Diagram Generate professional sequence diagrams effortlessly with ChatGPT and Mermaid, transforming complex system interactions into clear visual documentation.
May 1, 2023 Misc 3D Printed Switch Blocker Cherry MX Tired of accidental key presses? Create your own 3D printed switch blockers for Cherry MX keyboards. Get 40 for $10 from Taobao, or print your own from this free Tinkercad model! 3D printing
Apr 12, 2023 Development Handling invalid index on empty tuple from list in Terraform Hit empty tuple errors with feature toggles? Master four solutions: try(), conditional expressions, splat expressions, and for loops to handle empty tuples in Terraform gracefully. terraform
Apr 9, 2023 AI New Unlocked Job Roles for AI - Prompt Engineers! AI isn't replacing jobs—it's creating new ones! Discover emerging roles like Graphics Prompt Engineers and Legal Prompt Engineers. Learn how to become one and what's next.
Mar 30, 2023 Development Pair Programming with ChatGPT - A Developer's Dream Come True ChatGPT isn't replacing developers—it's the perfect pair programming partner! Learn the magic question "can you propose better coding?" for meaningful code reviews and refactoring. terraform
Feb 10, 2023 Development Understanding Logs: The Silent Guardians of Your Systems From application logs to SIEM - discover how different types of logs work together to keep your systems secure, performant, and compliant. Learn when to use each type and how they form a complete observability strategy. SecurityDevOpsMonitoring
Jan 22, 2023 Architecture Near Real-Time Database Analytics: Architectural Patterns and Implementation Explore four architectural patterns for near real-time analytics: Lambda, Kappa, Event-Driven Microservices, and Medallion. Learn when to use each approach and how to implement them effectively.
Jan 20, 2023 Architecture Should Databases Allow Direct Application Connections in Enterprise? Multiple applications connecting directly to your database—convenient or catastrophic? Explore why enterprise architects debate this fundamental design decision. SecurityEnterprise