Skip to main content

Command Palette

Search for a command to run...

Clicky the thingy so I can eat next week

I'm trying my hardest

Published
3 min read
Clicky the thingy so I can eat next week
J

I like programming and learning about stuff I find interesting. Particularly interested in functional programming and typing systems.

I have a background in Cognitive Science/Psychology and Mathematics. Sadly halted due to physical and mental health issues arising from getting Covid. Which unfortunately hit me quite hard back on 2020. I'm still dealing with some sequels so I would prefer working from home.

I find it fun trying to find insights that cut across disciplines. I tend to favor the "theoretical" side of things. But I also try to get as much hands-on experience as possible.

I am writing a blog. Trying to share what I learn, and that others might find useful. I try to focus on the unique things I can bring to the table. Hoping to add value to the life of other developers. I always have a thousand ideas racing through my mind, so I don't have any trouble coming up with ideas on what to write. If any, I have a hard time cutting down on the number of things I want to write about :D

On a personal note. I have always been quite solitary and introverted. But I don't think I'm shy. I love videogames and started programming because I wanted to make my own.

I'm taking some steps towards monetizing my blog and my writing. Hopefully without selling out.

But. If you start seeing advertisements here...

I have a little bonus for you at the end though!

Hopefully these ideas are useful to you if you also want to monetize your writing :D

Monetizing the blog

As I am currently trying to learn enough to get a job in software development. As depressing as doomscrolling through job offers is...

I want to find other ways to get some income. Believe it or not, $500 USD a month would be life-changing for me. It would match my previous earnings.

Amazon and Buy me a Coffee.

I will be sharing my trademark book recommendations with affiliate links. So If you want to get the books you can help me out, at no cost to you!

I promise I won't spam you with books though. I only share those that are relevant :D

With regards to buy me a coffee, I set up the "monthly subscription" option, if anyone of you feels generous XD

I’m now accepting Crypto!

29BE5617-5F28-4CF8-887C-C28FA89D294B.jpeg

Here, I'll share my BTC address

bc1q57j0ltl7y8ah7sqgpdcvganpatk4p2c0nj73gh

And my ETH address

0x4ad4D62748000239AE9Ca112A6C2390761BF065A

I also use that wallet for Polygon and Binance Smart Chain. So I can receive any token, from any of those three chains, with the same address!

If you are feeling extra generous, you may send me an NFT as well!

I will draw a picture for you and mint an NFT back for you in return!

But hopefully not on Ethereum because the gas is still too high XD

Monetizing my writing

On the other hand, I intend to try my luck at writing. I didn't really though it was a thing. But I recently came across this article on how to make money with technical writing by Catalin Pit.

So I will give it a try.

Hopefully I can afford the monthly Grammarly subscription.

Freelancing writing opportunities?

I recently applied for two freelancing opportunities writing articles here on Hashnode. Let's see if I'm approved!

Catalin also shared a comprehensive list of publications that pay for writing articles

SEO

Finally, Sandro Volpicella wrote the article SEO for Technical Content Writers

Which is a topic I knew nothing about. I'll be learning about it in the following week. And try to figure out how to do it :D

Something fun!

I have a little extra to share with you!

Check the "buy me a coffee" button at the end of the post. Then reload the page and check it again!

XD

I set up a Hashnode widget to dynamically select one message. Here.

<pre>
<hr>

<style type="text/css">

#blurb {
  font-family: sans-serif;
  font-size: 1.5em;
}
</style>

<p id="blurb"></p>

<a href="https://www.buymeacoffee.com/jorchRL" target="_blank" rel="noopener noreferrer" ><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a Coffee :3&emoji=&slug=jorchRL&button_colour=40DCA5&font_colour=ffffff&font_family=Comic&outline_colour=000000&coffee_colour=FFDD00" /></a>


<script type="text/javascript">

const blurbs = [
  "*obligatory beg-for-money section*",
  "Do you like my stuff? Do you want to help my keep doing it? With cash!?",
  "I enjoy eating, you know?",
  "Clicky clicky, gimme that coffee!",
  "Send money :D",
  "*begs for money*",
  "*Makes puppy face. Looks at empty wallet*",
  "Quickly! Click that button! No time to explain!"
];

const blurbNode = document.getElementById("blurb")

blurbNode.innerHTML = blurbs[Math.floor(Math.random()*blurbs.length)]

</script>

</pre>

I also made a widget for the crypto addresses:

<pre>

<style type="text/css">

.logo {
  width: 30px;
  height: 30px;
  padding: 5px;
  }
.address-box {
  max-width: 500px;
  display:flex;
  align-items:center;
  }

.address {
  cursor: text;
  min-width: 300px;
  }

</style>

<span>Consider sending me some crypto!</span>

<div id="btc" class="address-box" >
  <input class="address" onclick="this.select()" type="text" readonly="readonly"    spellcheck="false" value="bc1q57j0ltl7y8ah7sqgpdcvganpatk4p2c0nj73gh" >
  <img class="logo" src="<btc logo src>">
</div>

<div id="btc" class="address-box">
  <input class="address" onclick="this.select()" type="text" readonly="readonly" spellcheck="false" value="0x4ad4D62748000239AE9Ca112A6C2390761BF065A" >
  <img class="logo" src="<eth logo src>">
  <img class="logo" src="<bnb logo src>">
  <img class="logo" src="<matic logo src>">

</div>


</pre>

Epilogue

Hopefully you got some ideas for monetization!

See you next time!

S

I'm always amazed by your spirit to learn coding in spite of coming from a non-coding or technical background. From your writing and way of sharing knowledge, I can say that you possess enough knowledgedge to excel in software development role . So, I don't think it is going to be challenging for you to grab a role of your preference. Good luck with your job hunting.

10

Writing Everyday!

Part 7 of 22

I want to make it a habit to write daily. So I will challenge myself to write *something*, everyday. Lower your expectations...

Up next

I -almost- made it :D

Almost…