Category
AskMeCode
Introduction to Python Programming
Today, I will be discussing about the Python programming language and why is it great for beginners. The Python programming language was created by Guido van Rossum in 1991. It is the fastest growing programming language and is used in many different applications. Some examples of applications that use the Python programming language are: YouTube, […]
How To Animate a Website A Beginner’s Guide
How To Animate a Website: A Beginner’s Guide This tutorial explains several ways to animate your website, along with the benefits and drawbacks of each method. Animation is one of the most important tools in a web designer’s toolbox. It can be used to increase engagement, create a sense of fun, or even direct a […]
How To Get The Most From A C Programming Class
You are about to embark on an exciting journey. Your brain is about to undergo a radical transformation. If you want to learn c programming, this tutorial gives tips for getting the most out of an educational experience. This is an article about how to get the most from a c programming class. If you’re […]
5 reasons why you should choose low-code platform. A blog on low-code platforms.
Low-code platforms, a new pricing model, and a new way to develop applications is coming out of the woodwork. Low-code platforms are creating a buzz and it’s easy to see why. In this article we will go over the reasons why you should choose a low-code platform. Reason 1: The Shortage of Developers The biggest […]
Join the 2018 Coding Bootcamp Survey
Over the last few years, we have run a free coding bootcamp survey. The purpose of this survey is to track the employment outcomes for graduates of coding bootcamps and other web development training programs. This year, we are changing things up a bit. We are looking for additional partners to help us promote the […]
Why You Should Use a Passcode Lock
In the fight over security versus convenience, it’s important to be informed before making a decision. It’s not just about the data on your phone: if you lose your phone, or it gets stolen, whoever has your phone can access all kinds of personal information about you. Most Android phones come with a pass code […]
3 Parts of a Computer
This blog is about the parts of computers. Let’s start with the CPU. A CPU is a chip that does calculations, such as adding and subtracting, and it does this at a very fast rate. Without a CPU, nothing would happen when you press the power button on your computer. After you have a CPU, […]
We Refactor Your Code, We’re Legends. Your Coder Coders
Your Coder Coders have been refactoring code since the dawn of time. Our first customer, a caveman named Oog, was so impressed with our work that he told all his friends. And they all wanted us to refactor their code. Word spread like wildfire and we soon became the most popular coding team in history. […]
A Program to Calculate the Factorial in Java
public class Factorial { public static void main(String args[]) { int n, c, fact = 1; System.out.println(“Enter an integer to calculate it’s factorial”); Scanner in = new Scanner(System.in); n = in.nextInt(); if (n
java – The Java Tutorial
The Java Tutorial: A good starting point for learning java, covering topics such as syntax, unique objects, arrays and exceptions. Java Language Specification: The complete specification of the Java language. Java API: For quick reference to all the classes in the Java API. The API documentation is also bundled with the SDK download. java – […]
What Home Automation Means for Computing, Part 1
The first part of a three-part series on the future of home computing. Read the second part, What Home Automation Means for Computing, Part 2: The Unnatural Interface and the third part, What Home Automation Means for Computing, Part 3: The Data Layer. Home automation is a big deal. Not just because I’m working on […]
Why You Should Learn Python
Python is a general-purpose programming language that is easy to learn, easy to read and powerful. If you’re just starting out or you’re a seasoned programmer, Python can be fun and simple to use. We’ll go over why you should learn Python and what it can do for your career. And if you’re already convinced, […]