spaansba/ForesightJS: ForesightJS is a JavaScript library that predicts user intent by tracking the mouse. Great for prefetching without wasting resources.
ForesightJS is a JavaScript library that predicts user intent by tracking the mouse. Great for prefetching without wasting resources. - spaansba/ForesightJS
GitHub CoPilot Instructions Can Catch Ruby On Rails N+1 Queries
A new feature for GitHub CoPilot, called Instructions, can be used to catch N+1 queries in
Ruby on Rails applications. It can even leave comments on Pull Requests when it finds them!
If you’ve worked with Rails for any measure of time, then you know that Rails’ Views can quickly get out of hand. Between Helpers, instance variables, and inline logic, they quickly become bloated and tightly coupled to other view specific logic. Pushing these concerns into the Controller layer, or even a Presenter helps, but still lands the View in a place where it contains multiple responsibilities. If only there was a better way… Enter ViewComponents or as I like to call them, “The Missing View Layer for Rails”.
Short alphanumeric pseudo random identifiers in Postgres
Personal Site Andrew Atkinson. PostgreSQL. Ruby on Rails, Elasticsearch, Kubernetes, Vim. Author High Performance PostgreSQL for Rails Pragmatic Programmers
Announcing a new IDE for PostgreSQL in VS Code from Microsoft | Microsoft Community Hub
We are excited to announce the public preview of the brand-new PostgreSQL extension for Visual Studio Code (VS Code), designed to simplify PostgreSQL...