Posts

Showing posts from January, 2020

C++ Tutorial For Beginners

Image
Looking for a C++ tutorial?       Maybe you're new to the programming world and you were told to learn C++ first by either a friend or teacher. Whatever your reason for being here, you've come to the right place.  This tutorial covers the basics of this programming language known as "C++" and it's designed for beginners and anyone looking to refresh their memory of the language. So let's head straight in. First of all,  What is C ++ ?        C ++ (short for “C-Plus-Plus” or Cpp) is a middle-level programming language used mostly in game development but can be used pretty much anywhere for various projects.        It is usually recommended by professionals as the first programming language to learn because it has all the fundamental programming concepts embedded into it. NOTE: C ++ ; though related to, is NOT C or C# . The difference between them wou...

10 Tips For Writing Clean Readable Code

Image
Being a programmer is tough, no doubt Coming up with algorithms, learning new programming languages and constantly refreshing your knowledge are just a few of what a programmer faces on a daily basis. But just as Martin Fowler said, " Any fool  can write code  that a  computer can understand . Good  programmers write code  that humans   can understand . " If you want to be a successful programmer, you don't just write code, you write clean code that someone who isn't a programmer can look at and have an idea of what the code does. So you may be wandering, how do I write clean code then? We've got you covered. Tip One - Assign A Single Purpose To A Single Function : Have you ever taken a peek inside a function that was thousands of lines long? Then you'd know the amount of work and time it would take to read, edit and maintain such function. As a programmer, your job is to break down one giant impossible task into several small possible ...

CSS Tutorial For Beginners

Image
Are you starting out on your web development journey? Have you developed a few static HTML pages but want to give them more styling but don't know how to do that? Looking to learn some CSS alongside your HTML?  You've come to the right place. In this tutorial, the bare-basics of CSS would be treated.  So, let's get started. Firstly, What is CSS? CSS (short for “Cascading Style Sheets”) is the styling language used in presenting HTML content in a modern and uniform way. It is a necessary tool for front-end web development and should be learnt if you wish to build user-friendly and neat-looking web applications (or websites). NOTE: CSS is NOT A PROGRAMMING LANGUAGE , but a STYLING LANGUAGE . Meaning, the CSS styles you write basically “select a bunch of stuff” and tell the browser HOW to display that “selected stuff” in a more appealing way.        As at the time this document was written, the latest v...

Sponsored Links

Contact Us

Name

Email *

Message *