• Skip to main content
  • Skip to primary sidebar

Founder at work

Master the skills to create and launch your next SaaS company

  • About Me
  • Reviews
  • Resources
  • Community
  • Contact
  • Lessons
  • Series
  • Search
  • Login

What are divide and conquer algorithms?

November 16, 2013 by Rick Hernandez Leave a Comment

Divide and conquer is algorithmic design pattern, to explained it as quickly as possible without getting too deep into the mathematical proofing and development of this type of algorithms it breaks down as follows. Divide: Break down the … [Read more...] about What are divide and conquer algorithms?

Filed Under: Algorithms, Design Patterns, Programming

How to setup monoDevelop for ASP.NET applications in Linux / Ubuntu?

November 16, 2013 by Rick Hernandez 6 Comments

sudo apt-add-repository ppa:directhex/ppa sudo apt-get update sudo apt-get install monodevelop sudo apt-get install mono-xsp What just happened? Simply, added an external package, updated those packages, then installed mono develop then finally last part install … [Read more...] about How to setup monoDevelop for ASP.NET applications in Linux / Ubuntu?

Filed Under: C#, Programming

How to count all the words in a directory recursively?

November 10, 2013 by Rick Hernandez Leave a Comment

Find the location that you want to search in, change into that location. wc -w **/*.md This will do a word count recursively over the directory and count all the words in files with the extension of .md. How to count how many lines are in a git project? The … [Read more...] about How to count all the words in a directory recursively?

Filed Under: Programming, Software Engineering

How to setup MySQL with java using ubuntu in netbeans?

November 4, 2013 by Rick Hernandez 1 Comment

Assumptions Virtual Ubuntu box is reachable (IE. Network) MySQL setup is running correctly Root password is available! Let's get started | Download jdbc connector Go ahead and get the jdbc connector here or just run the following command Setup … [Read more...] about How to setup MySQL with java using ubuntu in netbeans?

Filed Under: Java, MySQL, Programming

How to get the source code for any website using C# Video

October 18, 2013 by Rick Hernandez Leave a Comment

… [Read more...] about How to get the source code for any website using C# Video

Filed Under: C#, Linux, Programming, Youtube

How to get the source code for any website using C#

October 18, 2013 by Rick Hernandez Leave a Comment

Here is a small console application that will read any URL, and return back the source code for that page, in this example, we are fetching the source code from coding horror. Let's get started with some shell commands Let's go ahead and save this class but let's … [Read more...] about How to get the source code for any website using C#

Filed Under: C#, Linux, Programming

Screenkey – Screencast Your Keys – Ubuntu 13.04 Customizing python script with elementary OS

October 13, 2013 by Rick Hernandez Leave a Comment

… [Read more...] about Screenkey – Screencast Your Keys – Ubuntu 13.04 Customizing python script with elementary OS

Filed Under: Youtube

Why choose TDD (Test Driven Development) in a nutshell

October 10, 2013 by Rick Hernandez Leave a Comment

… [Read more...] about Why choose TDD (Test Driven Development) in a nutshell

Filed Under: Algorithms, Programming, Software Engineering

What can go wrong with my program and how to handle it?

September 10, 2013 by Rick Hernandez Leave a Comment

What are some of the problems that my program will encounter well there are some that will be at runtime an other that will be at the logic level. Here is some of the problem that might happen. IO Errors Environment Errors Logic Errors IO Errors: … [Read more...] about What can go wrong with my program and how to handle it?

Filed Under: Algorithms, Java, Programming, Testing

Getting started with git and github on Windows

September 9, 2013 by Rick Hernandez Leave a Comment

  Get an username and account here Download git for windows here Get to know the command line! here … [Read more...] about Getting started with git and github on Windows

Filed Under: Programming

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 29
  • Go to page 30
  • Go to page 31
  • Go to page 32
  • Go to page 33
  • Interim pages omitted …
  • Go to page 43
  • Go to Next Page »

Primary Sidebar

Learn How To Take Your Idea And Convert It Into An App From Scratch Even If You Have Never Written A Single Line Of Code.

  • How to Find Your Next Great App Idea
  • The Secret To Getting PAID To Build Your Own App
  • How To Create Your App (SaaS, Mobile, VR, AR, Game)
  • How To Monetize Your Apps
Learn More
4.82 Ratings

Copyright © 2025 · JSecademy Blog Theme on Genesis Framework · WordPress · Log in