EK

I quit my job after 6 years building someone else's SaaS, now I'm building my own SaaS.

fixing more indexing issues for

google search console doesn't let me have good days, got 18+ invalid URLs mostly some random 5xx which needs fixing.

still struggling with dynamic forms in rails for nested attributes

investigating an issue with child_page rendering

basically if i have navbar with a link to a page that appears in the page content then the link itself doesn't work.

Day 33 with

Navbar concept works! need to work on form for creation/edit now

Check the GIF, the Appbasics on the top left is a dynamically created navbar element with a custom title and link to homepage which users can configure.

Taught rails to a friend

EK Author

It was pretty good, I was working on appbasics and he was at my place so he said I also want to try building my own projects but I only know frontend, so I gave him a quick TLDR about Ruby and Rails.

0 Likes
Carl Poppa 🛸

i hope he takes to it. the more i learn it the more i love it

0 Likes

Released filtering for jobs

With a combination of skills, experience level, locations, companies,etc

I managed to generate 70K+ Unique links for google to index.

finished adding skills data

Need to fix some issues with routing but am mostly ready for release tomorrow.

Also set up some groundwork for filtering by location, skill, employment-type, experience, etc.

tried adding hcaptcha to avoid bots/spam

So this didn't go as expected, Worked in testing mode but as soon as I put in a live website key it starts complaining about missing secret.

hCaptcha documentation doesn't mention any "secret" key, just the site key.

Need to figure out if this is something the Ruby SDK I'm using is doing or I have a configuration problem.