Overview: What is Redis? Install Redis Get to know the cli Create simple C# console App using redis Production Keep learningd What is Redis? Redis is what we like to call an in-memory database that offers ridicules read and write speed. … [Read more...] about First Steps with Redis
Failing Business, When to Walk Away
I know, I know most of us techie people don't like to talk about the big elephant in the room MONEY. Maybe it's because of our personality type, or maybe because we have a high starting salary or maybe because we are to deep in C++ code to care about it. Tell me … [Read more...] about Failing Business, When to Walk Away
How Committed Are You To Making Money?
Challenges I have been out here in the real world for a little over 5 months finding and completing projects for clients as a software consultant. I have to say it has brought on many many challenges, and if i would to recommend any one to go down this … [Read more...] about How Committed Are You To Making Money?
Meetup idea GFOH. Let’s go virtual and create a master mind group.
I know, what most of you are thinking " really a virtual get together? don't you know that in person out performs everything?" . To be truthful I would of probably have agreed with you that the in person would outperform all virtual communication … [Read more...] about Meetup idea GFOH. Let’s go virtual and create a master mind group.
Looking for a Business developer
Do you enjoy playing with Android/IOS phones? How about getting paid for it? I just started to work on an idea that will start generating money very soon, I am looking for a business Co-Founder that wants to get paid from day one. How does this happen? Here is … [Read more...] about Looking for a Business developer
How to get a free Macbook Pro with retina guide
Can you really see it the day has arrived, gushing with tears of joy now all the hard work that you put in a well-earned reward can be given? The entire summer you worked endlessly at that minimum wage position, but now you can stick your chest out and be a proud … [Read more...] about How to get a free Macbook Pro with retina guide
Consultant being paid in equity, good or bad choice? | Find out in four easy steps
A byte about me I left my job a couple of months ago as a Junior Software Developer with the great people over at Cranium Cafe, in order to pursuit one of my other ambitious ideas of being a personal software development consultant. With only 1 year and 4 months … [Read more...] about Consultant being paid in equity, good or bad choice? | Find out in four easy steps
7 steps to becoming a programmer
Know what you're getting into Anyone looking for guidance on what programming is and how to get started will be faced with some of the the general ideas that float around the community which are "you are a programmer" or "your simply not". Since this is some of … [Read more...] about 7 steps to becoming a programmer
How to find success?
So it has been around 4 months since i left my last gig and i really have to ask the deep question that is screaming at me, I can say it's the big bear in the room, which that is! Have I found success? This all depends how and who is defining it, But for me it's … [Read more...] about How to find success?
How to create a MySQL (SQL) database, username, password, and privileges from the CLI?
Login in as an administrator to SQL CLI interface mysql -u root -p Now create a database where the user will belong to CREATE DATABASE TheDatabase; Now let's go ahead and create a user CREATE USER TheUser; Next will be to give permission to the user for … [Read more...] about How to create a MySQL (SQL) database, username, password, and privileges from the CLI?