Posts tagged tip

46 posts

Gridfinity Generator

Parametric gridfinity generator. Generate custom gridfinity bins and baseplates, openGrid components, multiboard, and honeycomb storage wall then download the STL or place an order to purchase.

Code. Simply. Clearly. Calmly.

Short and simple video lessons that start from scratch. Tools and thoughts that might make your professional life more enjoyable.

How HEAD works in git

Usually when people say that a topic is confusing when I think it’s not, the reason is that there’s actually some hidden complexity that I wasn’t considering. And after some follow up conversations, it turned out that HEAD actually was a bit more complicated than I’d appreciated!

Configuration in Python Applications: No Magic, Just Necessary Practice

During the development of Python applications, I've continually asked myself how and when variables should be passed and initialized for the application's configuration. I want to be able to easily override the configuration for tests, for example, to use a local database for testing. But what exactly is application configuration, and why is it needed? The website a ...

styleguide

Style guides for Google-originated open-source projects

Apipie/apipie-rails

Ruby on Rails API documentation tool. Contribute to Apipie/apipie-rails development by creating an account on GitHub.

Scripting and automating git processes

This one is pretty eclectic but if you find yourself writing a script in ruby or python or bash and you need to respond in the logic to what's going on in git, then you will find some very useful tips here.

Rails Performance Tips

Super useful modern rundown of low hanging fruit performance tips for rails.