• 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

How hard is it to write?

June 27, 2013 by Rick Hernandez 1 Comment

In completely honesty not having the time or in my case not making the time to sit down and write down what ever is currently happening in the NOW, because at the end or beginning of the day that is really all we got the NOW. I was thinking today really hard why i … [Read more...] about How hard is it to write?

Filed Under: Brain complexity, Human Interaction, Motivation POWER

Programming Workout? How exactly are they done?

May 26, 2013 by Rick Hernandez Leave a Comment

It's simple, some of the same principles in that are used in weight lifting carry over to very nicely when it comes to working out on programming skills. For example in weight training one of the goals is to have the best type of form that can possible. In … [Read more...] about Programming Workout? How exactly are they done?

Filed Under: Workouts

Ooooh RAAAAHHH!

May 26, 2013 by Rick Hernandez Leave a Comment

A great leader is not born, a great thinker is not raised, but a great person becomes how they are because that is how they are trained to be. Now let ask you a question in this seconds you take to read this words think about all the reasons why you cant do it, in … [Read more...] about Ooooh RAAAAHHH!

Filed Under: Motivation POWER

Simple MySQL statments that get used.

April 10, 2013 by Rick Hernandez Leave a Comment

mysql> show tables; +----------------------+ | Tables_in_ricardohDB | +----------------------+ | Customer | | FavoriteThings | | Orders | | SalesPerson | | phoneBook | +----------------------+ 5 rows in set … [Read more...] about Simple MySQL statments that get used.

Filed Under: MySQL, Programming

How to create a table and rows in MySQL?

April 7, 2013 by Rick Hernandez Leave a Comment

Creating tables in MySQL is a piece of cake since we got are database rolling now, its time to get some tables going. In this example 3 tables will be created, SuperSalesPerson, FancyOrders, BestCustomers. This three tables will hold different types of data and … [Read more...] about How to create a table and rows in MySQL?

Filed Under: MySQL, Programming

How to create a database and Delete a database in MySQL?

April 7, 2013 by Rick Hernandez Leave a Comment

In order to create a database to hold all of the tables that are going to be used, the following command will create a database parts that can hold different tables with in it. CREATE DATABASE parts; Nice what if you do a typo? or what if you want to call the … [Read more...] about How to create a database and Delete a database in MySQL?

Filed Under: MySQL, Programming

How to show databases in MySQL?

April 7, 2013 by Rick Hernandez Leave a Comment

show databases will show you the available databases which are available to be used. mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | ricardohDB | | test … [Read more...] about How to show databases in MySQL?

Filed Under: MySQL, Programming

How to get started using UML?

April 7, 2013 by Rick Hernandez Leave a Comment

Unified modeling Language is a standard that is used to model certain Object Oriented principles. In the short example i will display what Composition is and how its used. Lets get started with the main App Concert, this the main program where A type of Time is … [Read more...] about How to get started using UML?

Filed Under: Java, Programming

Matterhorn log file, missing java files

April 2, 2013 by Rick Hernandez Leave a Comment

craniumcafe@ubuntu:~$  sh /opt/matterhorn/felix/bin/start_matterhorn.sh Removing cached matterhorn bundles from /opt/matterhorn/felix/felix-cache Listening for transport dt_socket at address: 8000 Auto-properties install: … [Read more...] about Matterhorn log file, missing java files

Filed Under: Java, Programming

Error Handling: Dealing with errors, How exactly is it done?

January 21, 2013 by Rick Hernandez Leave a Comment

Before I get into what error handling is all about in an OOP (object oriented programming language), Let me first talk about what an actual error code is and how they show up on your code. Well your a perfect programmer you don’t need any “handling” of your … [Read more...] about Error Handling: Dealing with errors, How exactly is it done?

Filed Under: C/C++, Java, JavaScript, PHP, Programming

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 31
  • Go to page 32
  • Go to page 33
  • Go to page 34
  • Go to page 35
  • 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