Blog
How To Extract Kindle Notes From The Web
Categories:
[Technology],
[How To]
Luckily, it's quite easy...
How To Get a Programming Job Without Experience
Categories:
[Technology],
[How To]
How To Get a Programming Job Without Experience
… Even if You Only Have Only Written Code for 6 Months
(Exact Steps Below on How To Stand Out in the Sea of Programmers)
I was running out of time...
My wife was 7 months pregnet...
... and I was working a dead end job that I hated.
I start...
The One Thing You Need To Beat Your Coding Job Competition
Categories:
[Technology],
[How To]
The One Thing You Need To Beat Your Coding Job Competition
... and it's not studying algorithms.
(Proof Below: How I Landed a Programming Job Without Memorizing Algorithms)
You're in for a surprise.
Because, you don't need...
Computer Science degrees, coding boot camps, memorizing algorit...
How To Mine Wownero: Junkie Jeff Hard Fork
Categories:
[Technology],
[How To]
Last Update: July 12, 2021
How to Mine Directly With Wownerod
- Download the latest version of wownero to your mining computer.
- Extract the download
- Change to the new directory
- Run
wownerod --start-mining {YOUR-ADDRESS} --spendkey {SECRET-SPENDKEY} --mining-threads {NUMBER}
- When the b...
How to Get Keyboard Key Names on Linux
Categories:
[Technology],
[How To]
Having the name to a certain key on your keyboard comes in handy.
This is especially true for anyone using a tiling window manager.
Since they often use keyboard shortcuts to execute actions.
It may be obvious that the name for the "a" key on your keyboard is "a". But what about "left shift" o...
Virtues Of An Effective Programmer
Categories:
[Technology]
The Virtues Of An Effective Programmer
- Be Lazy in an industrious way.
- Be Impatient in a very patient way.
- Be Huberistic in a very humble way.
It is said that Hobbits would make great programmers:
- Persistence - Stubbornness to keep slogging through when the going gets rough,
- Sm...
Why Algorithms Are Actually Sabotaging You
Categories:
[Technology]
A vast majority of mentees I work with have this mentality.
They think they need to be able to whip out a sort algorithm from the back of their brain in an interview.
This is a complete waste of their time...
It's not their fault though... because this idea has been push out from the biggest...
How To Get Your First Programming Job
Categories:
[Technology],
[How To]
Most coding programs are great at getting people started coding, but leave the new programmer without the path to actually getting their first job.
Here's a great approach to having recruiters come to you and have the best chance at getting interviews.
First, only focus on what you can prove you...
Here’s Eric Raymond’s Secret to Be a Better Coder
Categories:
[Technology]
"Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter." Eric Raymond
Who is Eric Raymond?
He is an American software developer, open-source software advocate, and author of the 1997 essay and 1999 b...
Top 10 Keys To Being A Superior Programmer
Categories:
[Technology]
Over the years of making content online in one form or another I've come across many questions by people that are just starting out on their coding journey.
Here is a list of the ten things I wish I knew from day one.
Don't learn a language
In the start of your programming journey it is good t...