Items
Sort by
date
topic
subtopic
TOPIC
Bash Script
Bootstrap
Database
Docker
Fly
Gem
Git
Github
Heroku
JavaScript
Linux
PC
Rails
Ruby
SEO
Server
Tools
VS Code
Windows
WSL
21 Sep 25
Server
Firewall
For further security (on top of Fail2Ban) i implemented a firewall.
19 Sep 25
Server
Fail2Ban
Server was unresponsive
17 Sep 25
Heroku
Database Upgrade
Heroku announced the deprecation of Postgres v14.
04 Aug 25
Ruby
Command Line
$ ruby -I lib -r rgsql -e 'RgSql.start_server'
04 Aug 25
Database
Copy to Server
dump, scp to server, restore (ensuring correct user specified)
24 Jul 25
Bootstrap
Class Inconsistency
MSP and LSP in the navbar both refer to a class bg-body-tertiary that refers to a css variable --bs-tertiary-bg-rgb. The colour comes through differently in each app.
18 Jun 25
Heroku
Bash
Access files on Heroku server explicitly
18 Jun 25
Rails
Rake
~/environment/rails-apps/membership-system-pro$ rake about
18 Jun 25
SEO
sitemap
extended msp sitemap for dynamically named blog urls with
17 Jun 25
Linux
Bash Script
set up a backup script on my server
15 Jun 25
Linux
Disk Usage
$ du -hs /path/to/directory
12 Jun 25
Database
pg_restore
restore a database
11 Jun 25
Git
rewrite history
when i made wack repo public i received a Google notification about exposing an API key
10 Jun 25
Linux
find
found folder of name 'timetable', type directory starting from current folder (.)
10 Jun 25
Linux
read a redis rdb file
found a random dump.rdb file in /environment which i wanted to peek at before deleting.
09 Jun 25
WSL
Open file in browser
$ wslview non-rails-apps/CV/index.html
04 Jun 25
Rails
credentials
config/credentials.yml.enc is an encrypted file for storing app-specific keys securely. It can't be opened directly, but :
04 Jun 25
Linux
scp
scp is always run from the local machine. Just reverse the source and destination paths accordingly:
04 Jun 25
Server
Hosting Rails Apps
key files/commands:
26 May 25
Rails
Hotwire
Implemented this dynamic form shown on Medium on /experimentation/experiment /users/new.
25 May 25
VS Code
PostgreSQL Extension
Added PostgreSQL extension to VS code.
21 May 25
Github
Collaborator
Added Pawel as collaborator to Technical Diary on Github
16 May 25
Linux
Backup
backup files from Ubuntu (WSL) home folder (the ~) to Windows
13 May 25
Rails
ActionText
on installing ActionText a migration is created which creates a table in the database action_text_rich_texts. This is not backed in the usual way by an ActiveRecord model, ActionTextRichText, however.
12 May 25
Heroku
Restart
After adding ActionText to MSP and running a migration to remove note column from Clients table, app fell over in production with hard to trace problem. Probalably some 'caching of schema' issue which
09 May 25
Tools
html to pdf
For non-techincal CV, not online I could not pass a URL to a converter.
05 May 25
WSL
download to Windows
In the process of installing Docker on WSL, instructions say download a DEB package:
05 May 25
Docker
tutorial
Docker Crash Course TechWorld with Nana
29 Apr 25
Fly
Production Console
The documented way to access the production console (with ssh) gave a silent crash (out of memory from fly logs.. probably tight with my free plan)
28 Apr 25
Git
Dependabot Pull Request
Received 4 Github Dependbot Security Pull Requests.
28 Apr 25
Bash Script
Backup
added a script to Technical Diary to automate a timestamped local database backup
28 Apr 25
Rails
Query Pattern
Implemented ItemQuery class in Technical Diary to abstract all querying logic out of controller.
24 Apr 25
Rails
Cache
monopoly_deal is Rails 7 .0 with ESM
21 Apr 25
Database
PostgreSQL practise
easy WebDEvs quiz.
19 Apr 25
Ruby
Debug
Followed through a rough AppSignal debug tutorial.
19 Apr 25
Rails
Debug
Web Console gem
12 Apr 25
Rails
Hotwire
Amended the flow on MSP for client cancellations.
11 Apr 25
JavaScript
Intersection Observer
Implemented Intersection Observer API on MSP homepage
11 Apr 25
JavaScript
Sortable JS
added the library to experiment with dragging rows in a table.
10 Apr 25
Rails
Routes
Understanding the Match Method in Rails Router
10 Apr 25
Gem
MonkeysPaw
tinkered with an AI webpage generator. Uses Gemini.
09 Apr 25
Rails
pull request
made minor change to getting started guide
09 Apr 25
Rails
docs
read getting started with Rails
06 Apr 25
Database
Postgresql tutorial
PostgreSQL Tutorial Full Course 2022
03 Apr 25
PC
font size
win+U to open display settings.
29 Mar 25
Rails
CI
first push of technical diary to github gave some CI workflow errors.
29 Mar 25
Rails
testing
rails t won't run system tests.
27 Mar 25
SEO
url removal
removed https://www.thespacejuhu.in from google indexing.
27 Mar 25
SEO
indexing
Submitted thespacefitness to Bing.
26 Mar 25
Rails
License
took chatgpt advice on how to add license to MSP.
25 Mar 25
Rails
Action Text
• Started Technical Diary project.
24 Mar 25
SEO
sitemap
added a sitemap to MSP.
23 Mar 25
Windows
open powershell as administrator
Windows+X, A