
Disclaimer: NOT AI generated. Almost a week ago, I resigned from my Full time Software Developer Job...
Disclaimer: NOT AI generated.
Almost a week ago, I resigned from my Full time Software Developer Job to pursue Self Employment. This decision came after a lot of introspection on my part and I have covered the WHYs and the WHATs in detail in Resigned from my Tech Job post.
In this post, I plan to share my learnings and document the technical decisions along my journey towards Self Employment, so they can be used for future reference, by me and others.
<details><summary>Table of contents</summary><p></p> <ul> <li><a href="#day-1-a-new-user-and-email">Day 1: A New User and Email</a> <ul> <li><a href="#a-new-desktop-user">A new Desktop User</a></li> <li><a href="#a-new-email">A new Email</a></li> <li><a href="#day-1-tech-stack-and-decisions">Day 1: Tech Stack and Decisions</a></li> </ul> </li> <li><a href="#day-2-purchasing-a-domain-and-change-of-plans">Day 2: Purchasing a Domain (and Change of Plans)</a> <ul> <li><a href="#day-2-learnings">Day 2: Learnings</a></li> <li><a href="#day-2-tech-stack-and-decisions">Day 2: Tech Stack and Decisions</a></li> </ul> </li> <li><a href="#day-3-social-accounts-and-blog-setup">Day 3: Social Accounts and Blog Setup</a> <ul> <li><a href="#social-accounts">Social Accounts</a></li> <li><a href="#blog-setup">Blog Setup</a></li> <li><a href="#day-3-learnings">Day 3 Learnings</a></li> <li><a href="#day-3-tech-stack-and-decisions">Day 3 Tech Stack and Decisions</a></li> </ul> </li> <li><a href="#day-4-more-blog-setup">Day 4: More Blog Setup</a></li> <li><a href="#day-5-domain-connection-and-even-more-blog-changes">Day 5: Domain connection and Even more Blog changes</a> <ul> <li><a href="#config-changes">Config changes</a></li> <li><a href="#domain-connection">Domain connection</a></li> </ul> </li> <li><a href="#day-6-and-7-writing-is-hard">Day 6 and 7: Writing is Hard</a> <ul> <li><a href="#publishing">Publishing</a></li> <li><a href="#day-7-learnings">Day 7 Learnings</a></li> </ul> </li> <li><a href="#conclusion">Conclusion</a></li> <li><a href="#tools-and-technologies-included">Tools and Technologies Included</a></li> <li><a href="#links-included">Links Included</a></li> </ul> <p></p></details>I had already decided in advance to name my new online identity as armex. So, I named my new User and Email the same. Not a good decision, refer to Day 2.
I started with creating a new Desktop User Account in my Linux Mint XFCE system. I did copy the config of my Personal Account to have the same themes and settings.
For the email provider, I went with ProtonMail. It's the only popular provider that is privacy focused and a non-profit.
My plan was to buy armex.dev and armex.tech domain. .dev for my personal website and .tech for a non-profit which will own the Software Products I wish to create in the future. Unfortunately, armex.tech was not available, so I had to look for another domain name.
That proved to be rather simple as rmex was available with both the extensions. I bought my domains from Godaddy. I would go with Cloudflare from the next time.
Consequently, I had to then recreate the new User and Email I had created on Day 1.
I also created an account on Cloudflare for Email Routing which would route any email sent to <any>@rmex.dev to my Proton Mail. Plan was to use the domain email to create accounts on other Websites. Cancelled this as losing access to my domain (through any malicious means) would mean losing all other accounts as well. Not doing the email routing also keeps things simple.
Still kept the Cloudflare account for DNS, Stats, and as a backup Domain Name Provider.
These are the Social Sites I chose, along with the rationale:
I avoided Instagram and Facebook as I want to avoid any Meta products, and doing so is rather simple. Wish to keep the same stance going forward.
I had planned to deploy my Blog as a static site on Github Pages. When reading through the Github Pages documentation, Jekyll was the recommended Static site generator. I went through some of the themes and was sure that this was the way forward.
Although, the catch here was that Jekyll was not from the Typescript Ecosystem. This was a problem, as I wanted a Typescript monorepo setup for my Blog and the products I create so it would be easier to share packages and configs between the projects.
I simply searched for a Typescript Static Site Generator and Astro's name came up. I was already familiar with the name, just not what it does, so it was an easy choice. After going through the themes available with Astro, I chose the Astro Paper theme.
The code for my blog is available on Github.
This was Day 2 of my Blog setup in Astro. I ran into issues, some of which were there in the boilerplate itself. After some debugging, had to change my package manager to npm and the vite package version to 7 which resolved the errors.
Will share a separate Technical Post sharing the steps of setting up a Astro Blog from scratch and connecting it to your domain.
This section would also be covered in the Astro Blog post. Including the summaries for now:
Now it was time to make the Astro Paper theme my own. This involved updating the Astro Paper and Astro config, adding favicon and open graph images and changing theme colors according to my taste.
The initial setup resulted in only the HTML being rendered on the page. The JS and CSS blobs were not getting loaded correctly.
The solution involved several trial and errors and some prompts to make it work. The issue was with the Base URL property in the Astro config. Adding the correct Base URL resolved the issue.
Now it was finally time to write. I had planned to post 2 blogs in one day itself. Suffice to say, I overestimated my ability to write posts by a lot. Actually, more like underestimating the time and effort it takes to write a single blog post.
Writing was hard! I sat down to write the Resignation Blog Post (My first Blog post ever), and my thoughts were running faster than I could write. Sat down to write one sentence and my mind was already planning things to do after Publishing.
I somehow got hold of myself, brainstormed on the points I wanted to include in the post and got it done after much self control. Instead of 2 posts in one day, I published 1 post in two days. Lol.
I now have a new found respect for all kinds of writers out there.
It's done! My first post was finally ready to publish. I was elated!
One of the doubts I had was whether posting the same blog post on multiple platforms would count as content duplication by SEO engines and affect my blog rankings. After reading through some articles, I encountered Canonical URLs, made for this exact same purpose. When publishing to other platforms, just add the Canonical URL, i.e. the URL of the post on your blog, along with the post. This sends the web crawler to the Source URL instead of scraping the content on other platforms. Fortunately, Dev.to and Medium already supported this.
I did not focus on any strategies to increase success rate of my posts, as the emphasis on getting my first post published.
At this point in time, the post has received 13 upvotes on Reddit, 1 clap on Medium and 1 Bookmark on Dev.to. Less than what I had dreamt of, but much more than I expected.
So, I ended up achieving the following in my first week as a Self Employed Dev:
aiMost of us have seen a coding agent fail to complete a task we know it can do. We just don't...
googlecloudWhen building Generative AI applications, developers often encounter a massive bottleneck: sequential...
discussI’ve been thinking about sharing some electronic circuit posts on Dev.to — small circuits, DIY...
agentsWhat nobody tells you about exporting your multi-agent prototype to a local workspace. Every...
agenticarchitectAutonomous agents are genuinely good at answering messy business questions. Give one an LLM and a set...
aiPR volume went up, ticket quality didn't, and the gap got filled with LLMs on both sides of the review: bots reviewing, bots replying, bots occasionally arguing with bots about priorities that only existed in a teammate's head. Our CEO named the actual problem, and it's bigger than code review.
Workflows from the Neura Market marketplace related to this Stable Diffusion resource