Sunday, February 10, 2019
Wednesday, February 6, 2019
Monday, February 4, 2019
Tuesday, January 29, 2019
Thursday, November 29, 2018
Not a fan of Object Oriented Design.. Me too. Welcome to the club.
This is a great video on how to design a software system.
Another one on what actually was suppose to be OOP but never happened.
Sunday, September 30, 2018
Some Great Resources to learn Go
Cannot highlight enough how good this is. I think this is more of what I needed than the sentdex youtube videos (They are great too)
https://golangbot.com/
Monday, September 24, 2018
Thursday, September 20, 2018
Tuesday, September 18, 2018
Makefile Drama
If you know what I am talking, I find these online docs to be really well written on the subject.
https://www.gnu.org/software/make/manual/html_node/Overview.html#Overview
https://www.gnu.org/software/make/manual/html_node/index.html#Top
The mistakes I have been doing:-
https://stackoverflow.com/questions/19985936/current-working-directory-of-makefile
https://stackoverflow.com/questions/27204300/how-can-make-get-confused-without-phony-targets
https://www.gnu.org/software/make/manual/html_node/Overview.html#Overview
https://www.gnu.org/software/make/manual/html_node/index.html#Top
The mistakes I have been doing:-
https://stackoverflow.com/questions/19985936/current-working-directory-of-makefile
https://stackoverflow.com/questions/27204300/how-can-make-get-confused-without-phony-targets
Friday, August 10, 2018
Sunday, June 10, 2018
Tuesday, April 17, 2018
Monday, April 16, 2018
Principles of Programming Language
This lecture series on the topic seems great. Keeping it here so that in future I have tons of money and ands tons of free time, I will go through this series. Until then.. its just going to sit here..and gather dust..(not literally :D)
Monday, April 9, 2018
Friday, March 30, 2018
Sunday, March 25, 2018
Bash Cheat Sheet
This is one cheatsheet I think get's handy when on Linux system.
https://www.howtogeek.com/howto/ubuntu/keyboard-shortcuts-for-bash-command-shell-for-ubuntu-debian-suse-redhat-linux-etc/
This is another good quick tip I came across and don't want to loose
https://devhints.io/bash
Wednesday, March 21, 2018
Monday, March 5, 2018
Python Module Knowhow
If you were as confused as me on how modules importing work, this link is for you.
https://docs.python.org/2/tutorial/modules.html
Some background on Kernel Symbol Table might also help.
https://www.tutorialspoint.com/compiler_design/compiler_design_symbol_table.htm
Subscribe to:
Posts (Atom)
It's OK to be NOT-OK.
02/22/2021 Last week I was just un-productive and was not doing enough to talk about. I also wanted to say that weeks before the last, I ha...
-
I want to talk more about this video on a Philosophical level but for now in the interest of time, I have got this KEXP recording which yo...
-
Let me say to be honest "I had no idea of the impact of RPC in Distributed Systems" until I watched the UW session on Distributed...