• 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

Programming

How to run/compile C# application in Ubuntu/Linux?

September 4, 2013 by Rick Hernandez Leave a Comment

… [Read more...] about How to run/compile C# application in Ubuntu/Linux?

Filed Under: C#, Programming, Youtube

How to run C# application in ubuntu?

September 4, 2013 by Rick Hernandez 5 Comments

Let's get started, pull up a terminal and fire up sublime install mono-gmcs to compile our C# programs Now we are ready to write some code! let's get started by creating our first class and call it printHello.cs Let's go ahead and save this class but let's … [Read more...] about How to run C# application in ubuntu?

Filed Under: C#, Programming

How to echo MySQL statement in Zend Framework?

August 27, 2013 by Rick Hernandez Leave a Comment

echo $select->__toString(); $this->_helper->viewRenderer->setNoRender(true); … [Read more...] about How to echo MySQL statement in Zend Framework?

Filed Under: PHP, Programming, Zend Framework

Algorithms & Data Structures

August 21, 2013 by Rick Hernandez Leave a Comment

Why the Videos? I'm a college student studying the art of computer science, since this semester I'm taking algorithms and data structures i decided to create videos as i learn new information about the analysis of algorithms and data structs. All this sounds good … [Read more...] about Algorithms & Data Structures

Filed Under: Algorithms, Programming

C# Programming

August 21, 2013 by Rick Hernandez Leave a Comment

Why the Videos? I'm a college student studying the art of computer science, since this semester I'm taking advance C# programming, I decided to create videos as i learn new information about C# and the .net framework. All this sounds good but what is it in it for … [Read more...] about C# Programming

Filed Under: C#, Programming

Software Engineering

August 21, 2013 by Rick Hernandez Leave a Comment

Why the Videos? I'm a college student studying the art of computer science, since this semester I'm taking Software Engineering 1 I decided to create videos as i learn new information about software engineering. All this sounds good but what is it in it for me? … [Read more...] about Software Engineering

Filed Under: Programming, Software Engineering

What’s a strategy pattern?

August 17, 2013 by Rick Hernandez Leave a Comment

Defines a family of algorithms, encapsulates each one and makes them interchange. strategy lets the algorithm vary independently from clients that use it. … [Read more...] about What’s a strategy pattern?

Filed Under: Design Patterns, Programming

Wrapper class that prints integral types (byte, short, int and long) in columns.

August 17, 2013 by Rick Hernandez Leave a Comment

package Wrapper; public class wrapper { public static void main(String []args) { System.out.printf("%10s: %,-30d %,-30d%n ", "Byte ", Byte.MIN_VALUE, Byte.MAX_VALUE); System.out.printf("%10s: %,-30d %,-30d%n ", "Short ", … [Read more...] about Wrapper class that prints integral types (byte, short, int and long) in columns.

Filed Under: Java, Programming

A new type of String in C# verbatim Strings!

August 8, 2013 by Rick Hernandez 1 Comment

using System; using System.Collections.Generic; using System.Linq; namespace firstProject { class Program { static void Main(string[] args) { //verbatim string string foo = @"This is an as is a verbatim string with … [Read more...] about A new type of String in C# verbatim Strings!

Filed Under: C#

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

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 15
  • Go to page 16
  • Go to page 17
  • Go to page 18
  • Go to page 19
  • Interim pages omitted …
  • Go to page 24
  • 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