~/pito salas
home blog link blog pages + new post
admin

Posts tagged #tip

46 posts

  • 2026-01-14

    Claude Code Everything You Need To Know

    The ultimate all-in-one guide to mastering Claude Code.

  • 2026-01-14

    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.

  • 2025-07-23

    Reading QR codes without a computer!

    Just with a pencil and paper

  • 2025-01-13

    Useful things you can do with Rails console

    Discover essential tips and tricks to boost your productivity with Ruby on Rails console commands and features.

  • 2024-12-18

    How to Build a Robot Tutorials - Society of Robots

    Build a Robot for Free!

  • 2024-08-30

    Dokku: my favorite personal serverless platform – Hamel’s Blog

    Like Heroku, but you own it.

  • 2024-08-28

    Good Refactoring vs Bad Refactoring

    I've hired a lot of developers over the years. More than a few of them have come in with a strong...

  • 2024-05-23

    Python Resources for working with Excel - Working with Excel Files in Python

  • 2024-05-09

    Deploy on Your Own Servers

    Fastest way to deploy a Rails app!

  • 2024-05-04

    Code. Simply. Clearly. Calmly.

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

  • 2024-05-04

    Product - Robotics Observability - Foxglove

  • 2024-05-04

    EESC-LabRoM/rosweb: Web based supervisory system for ROS

    Web based supervisory system for ROS. Contribute to EESC-LabRoM/rosweb development by creating an account on GitHub.

  • 2024-05-04

    dheera/rosboard: ROS node that turns your robot into a web server to visualize ROS topics

    ROS node that turns your robot into a web server to visualize ROS topics - dheera/rosboard

  • 2024-05-04

    pantor/ros-control-center: A web-based control center for ROS robots.

    A web-based control center for ROS robots. Contribute to pantor/ros-control-center development by creating an account on GitHub.

  • 2024-04-14

    About Articulated Robotics.

    Mini lessons in robotics

  • 2024-03-14

    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!

  • 2024-03-05

    Clean Up Your Mess - A Guide to Visual Design for Everyone

  • 2024-03-04

    Write code top-down

  • 2024-02-24

    6. Camera Hardware — Picamera 1.13 Documentation

  • 2024-02-22

    camera_calibration - ROS Wiki

  • 2023-12-31

    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 ...

  • 2023-12-20

    Overview / Install — GitPython 3.1.37 documentation

    null

  • 2022-02-14

    GitHub - ngs-lang/ngs: Next Generation Shell (NGS)

    Next Generation Shell (NGS). Contribute to ngs-lang/ngs development by creating an account on GitHub.

  • 2021-09-26

    styleguide

    Style guides for Google-originated open-source projects

  • 2021-09-08

    GitHub - mgdm/htmlq: Like jq, but for HTML.

    Like jq, but for HTML. Contribute to mgdm/htmlq development by creating an account on GitHub.

  • 2021-08-12

    Tower Git Client - The most powerful Git client for Mac and Windows

    Over 100,000 developers and designers are more productive with Tower - the most powerful Git client for Mac and Windows.

  • 2021-04-06

    nanoc and giuthub

    Nanoco Github instructions

  • 2021-04-06

    Apipie/apipie-rails

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

  • 2021-04-06

    GitHub - getify/You-Dont-Know-JS: A book series on JavaScript. @YDKJS on twitter.

    A book series on JavaScript. @YDKJS on twitter. Contribute to getify/You-Dont-Know-JS development by creating an account on GitHub.

  • 2021-04-06

    tmm1's perftools.rb at master - GitHub

    gperftools for ruby code. Contribute to tmm1/perftools.rb development by creating an account on GitHub.

  • 2021-04-06

    alexreisner's informant at master - GitHub

    A full-featured form builder for Rails. Contribute to alexreisner/informant development by creating an account on GitHub.

  • 2021-04-06

    How to tell the difference between a default and a provided value for optional arguments in Ruby? - Karol Galanciak - Ruby on Rails and Ember.js consultant

    A nice little tip for handling arguments in Ruby

  • 2021-04-06

    40 Best Ruby Gems We Can’t Live Without

    It’s always welcome to see what the latest most useful gems are.

  • 2021-04-06

    Ruby tricks for junior developers | Drivy Engineering

    Nice review of some more advanced ruby features.

  • 2021-04-06

    Refactoring — oops, I’ve been doing it backwards. – freeCodeCamp.org

    Good insights about becoming slave to rules without remembering why you’re do8ng it!

  • 2021-04-06

    Comprehensive Python Cheatsheet

    Looks very useful!

  • 2021-04-06

    In Sinatra(Ruby), how should I create global variables which are assigned values only once in the application lifetime? - Stack Overflow

    Sinatra state management tips

  • 2021-04-06

    ruby - Is a global variable defined inside a Sinatra route shared between requests? - Stack Overflow

    Say I've got: get '/' do $random = Random.rand() response.body = $random end If I have thousands of requests per second coming to /, will the $random be shared and 'leak' outside the context or...

  • 2021-04-06

    How to Enable Sessions with Sinatra | getLaura

    Useful things to remember about using sessions in Sinatra

  • 2021-04-06

    Devhints — TL;DR for developer documentation

    An amazing set of cheat sheets from a prolific developer in the philippines

  • 2021-04-06

    Need faster code? Try Multithreading – Hacker Noon

    More nice information about multithreading and concurrency in Ruby

  • 2021-04-06

    jhspetersson/fselect

    Another crazy useful tool for programmers.

  • 2021-04-06

    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.

  • 2021-04-06

    Leaky constants

    Good to know!

  • 2021-04-06

    SQL queries don't start with SELECT - Julia Evans

    Surprising and useful way to think about correct SQL statements.

  • 2021-04-06

    Rails Performance Tips

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

© Salas Blog. All rights reserved.