Home – Meet Edgar
Home - Meet Edgar –Social Media automatic posting tool. Seems popular with the cognizenti
Building a Rails CI pipeline with GitHub Actions
Building a Rails CI pipeline with GitHub Actions –GitHub Actions is an automation platform that you run directly from inside a repository. We can use it as a testing CI/CD pipeline and keep everything close to the code.
Heroku Alternatives for Python-based Applications
Heroku Alternatives for Python-based Applications –In this article, you'll learn what the best Heroku alternatives (and their pros and cons) are.
Learn SQL: Aggregate Functions
Learn SQL: Aggregate Functions –Aggregate functions are a very powerful tool in databases. They serve the same purpose as their equivalents in MS Excel
Learn SQL: How to Write a Complex SELECT Query
Learn SQL: How to Write a Complex SELECT Query –Do you need to write a complex SELECT query? In this article, we’ve tried to create a recipe for you.
A Nibble of Content-Defined Chunking
A Nibble of Content-Defined Chunking –A great explanation of a really cool algorithm. “How de-duplicated, incremental file transfer works “
Testing Rails Apps with FactoryBot and MiniTest
Testing Rails Apps with FactoryBot and MiniTest –This blog post looks at testing rails apps with FactoryBot and MiniTest – the default test framework which ships with Rails….
The Growth Hacking Playbook: Your Ultimate List of Growth Hack Resources
The Growth Hacking Playbook: Your Ultimate List of Growth Hack Resources –Growth hacking is a popular buzzword, but do you know what it means? Learn about the best growth hacking resources with this playbook.
5 Python Libraries That Make Everyday Coding Simpler
5 Python Libraries That Make Everyday Coding Simpler –A bunch of really handy little python libraries: lThese modules bring a bit more elegance and functionality to Python
Markdown in Ruby on Rails with RedCarpet – Mitch Craver
Markdown in Ruby on Rails with RedCarpet – Mitch Craver –A pretty detailed explanation and example of how to use Markdown in Rails