09/10
GeorgeKaraszi/ActiveRecordExtended: Adds additional postgres functionality to an ActiveRecord / Rails application — GeorgeKaraszi/ActiveRecordExtended: Adds additional postgres functionality to an ActiveRecord / Rails application –Adds additional postgres functionality to an ActiveRecord / Rails application – GeorgeKaraszi/ActiveRecordExtended: Adds additional postgres functionality to an ActiveRecord / Rails application
Page 15 of 141
(2810 total posts)
09/10
Effective Queries with Rails and PostgreSQL — Effective Queries with Rails and PostgreSQL –Getting data into your database is easy, but querying large datasets is challenging—especially without the right indexes. Pavel Tkachenko teaches how to write performant SQL queries with EXPLAIN and ANALYZE.
09/04
Puzzle Master Inc – #1 Platform to Buy Puzzles Online — Puzzle Master Inc – #1 Platform to Buy Puzzles Online –Puzzle Master Inc is a #1 online puzzle buying platform where you can find huge collection of Wire, Metal, Jigsaws, Cubes, Wood Puzzles & Brain Teasers. Shop Now!
09/04
Try these Google Docs Tricks 🪄 — Try these Google Docs Tricks 🪄 –There are a few really good ones here! “11 quick tips and hidden features”
09/02
Duplication – Code with Jason — Duplication – Code with Jason –Duplication can pose serious maintenance problems to codebases. Developers’ attempts to fix duplication can even sometimes introduce new problems. Certain popular approaches to addressing duplication exist, such as the rule of three and the refrain duplication is cheaper than the wrong abstraction. I think these advice snippets treat duplication in an oversimplified way that doesn’t […]
08/28
CodeSee – Bring visibility to your codebase — CodeSee – Bring visibility to your codebase –CodeSee is the world’s first solution for Continuous Code Understanding. CodeSee helps development teams visually understand how your large-scale codebase works, document it, and collaborate continuously.
08/28
VisiData — VisiData –Command-line interactive multitool for tabular data.VisiData is an interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows with ease.
08/27
Zulip: Slack alternative Chat for distributed teams — Zulip: Slack alternative Chat for distributed teams –Now that slack changed its pricing model it may be time to switch. “Zulip combines the immediacy of real-time chat with an email threading model. With Zulip, you can catch up on important conversations while ignoring irrelevant ones”
08/24
Everything you need to know — Everything you need to know –A quirky guide for people joining this particular HCI research lab: “This material should take you a week to go through. It’ll help you in doing HCI work and research in general. 1) Start with a talk by Richard Hamming called You and Your Research about picking research problems: https://ift.tt/2qemNPJ then look over…
08/22
Thinking in Hotwire: Progressive Enhancement — Thinking in Hotwire: Progressive Enhancement –Your mental model for Hotwire should be progressive enhancement: start with the basics and layer on Turbo Frames, Streams, and Stimulus as you build more.
08/22
Open-source data multitool | VisiData — Open-source data multitool | VisiData – A very sophisticated tool for working with tabular data. It’s actually a cli and is handy. But I found it a little hard to learn. Still good to be aware of it!
08/21
SSH Tips and Tricks | Carlos Becker — SSH Tips and Tricks | Carlos Becker –Since I joined Charm, I’ve been working and learning more about SSH, and I thought I would share a few quick tips and tricks with you. Forward Yubikey Agent If you use a Yubikey (you should), you can use it in your remotes by having the key in a SSH agent and forwarding it. To manage the agent, I strongly recommend yubikey-agent. You can then forward it in your ~/.ssh/config like the following:
08/17
Read the Docs tutorial — Read the Docs user documentation 8.4.0 documentation — Read the Docs tutorial — Read the Docs user documentation 8.4.0 documentation –A very popular way to create free documentation web sites. I haven’t looked at it much. I use gitbook. I was wondering what the difference is, and I don’t see much
08/16
Polar plots with Matplotlib — Polar plots with Matplotlib –If you need a polar plot, you need one! They are tricky to do but these examples are helfpul!
08/14
How Kubernetes Reinvented Virtual Machines (in a good sense) — How Kubernetes Reinvented Virtual Machines (in a good sense) –Pretty good high level explanation of Kubernetes concepts. “How Virtual Machines have been used to deploy services. What old problems containers solve and what new problems create. How Kubernetes used containers to recreate Virtual Machines?”
08/14
Fzf: A tool that will transform your CLI life — Fzf: A tool that will transform your CLI life –I’m a CLI junkie, addicted to Vim motions, and never miss an opportunity to bring those two in to any part of my workflow. Naturally, I…
08/13
Excel is Pretty Dang Cool — Excel is Pretty Dang Cool –Excel is the new visual APL: “It’s like discovering a treasure chest under my kitchen sink”
08/13
It’s Time to Say Goodbye to These Obsolete Python Libraries — It’s Time to Say Goodbye to These Obsolete Python Libraries –p With every Python release, there are new modules being added and new and better ways of doing things get introduced. We all get used to using the good …