My XP as CTO of IgnoreU
Intro In September of 2015 I emailed a former business professor. I had recently registered an LLC to do software consulting and I wanted to update »
Intro Debugging Docker containers during development can be a real pain. The good news is that there are few great tools and techniques out there to »
Intro In September of 2015 I emailed a former business professor. I had recently registered an LLC to do software consulting and I wanted to update »
Grounds for this post In college I concentrated on distributed systems and big data. The other options were AI, compilers or "software design" so it was »
Ah yes, the cliche but necessary first blog post title for a software engineer. I am migrating my new blog here on Ghost, powered by Digital »
Have you ever wondered why the most development languages are interpreted languages? I'm talking about languages like PHP, Python, Ruby and JavaScript which seem to dominate »
Linkedin Github »
How to find a directory by name find / -type d -iname 'dir_name' How to find a line of text in a directory (-r for recursive »