Category
AskMeCode
The Top 10 Reasons Your Remote Job Offer Was Rejected
So you applied for a remote job at code 2, and you didn’t get an offer. Why? There are many reasons why someone might not get an offer from us. We’ve found that the most common reasons fall into 1 of 10 categories. Here is a list of the top 10 reasons your remote job […]
Top 5 Fighter Planes in The World
The best fighter planes in the world are those that are ranked at the top of the list. This is not an easy task, as there are many factors involved. There are different types of fighter planes and they each meet a certain purpose. The best ones are those that have been tested and found […]
Forget Imperatives, Use Immediates Instead What is an immediate? (part 1)
Forget Imperatives, Use Immediates Instead: What is an immediate? (part 1): a blog around imperative programming vs. functional programming The description of this post from my friend Graham Hutton is “a blog around imperative programming vs. functional programming”. I find that the discussion of the difference between those approaches to software development has been recently […]
Memorize The First 156 Digits of Pi With This Java Program
/* * Palindrome.java * * @author Mike Zastre (zastre@cs.uvic.ca) * @version 1.0, 2008-06-20 */ import java.util.*; /** A class for generating and printing palindromes. */ public class Palindrome { /** The main method for the Palindrome class. */ public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.print(“Enter number: “); int num = […]
How to Write a Code Comments and How to Amend Mistakes You Made When Writing That Code
Many programmers tend to underestimate the importance of comments and documentation. What happens over time is you end up with a pile of code that has no documentation and you don’t know what it really does. This gets even worse if you have multiple people working on the same code base. At Programiz, we take […]
What is JavaScript? A Blog about new technologies on the web.
What is JavaScript? When I was working on my first personal project (I was learning how to use Parse.com to build a mobile application), I realized that I needed to learn JavaScript in order to do some super simple things, like making a button work. Since then I’ve been looking for the best resources to […]
How To Present Yourself Professionally With These Tips and Tools
Everyday, people are judged based on the way they look and act. Whether we want to admit it or not, our appearance and mannerisms affect the way others view us. And because first impressions can be difficult to change, it’s important to portray yourself in a positive light. Below are some tips and tools to […]
The Benefits and Uses of Java to Create Your Website
Java is the world’s most popular programming language. It beats C and C++ in terms of number of jobs, number of existing lines of code, and number of students learning it in college. Java is a general purpose programming language. You can use Java to create anything from a simple mobile application to a website […]
4 Challenges of Using Low Code Platforms
About a decade ago, low-code platforms first appeared in the market. Now, they are gaining popularity among young developers who want to build an application with minimum coding required. Today, there are dozens of top low-code development platforms available in the market. But what is low code? Low code can be defined as a software […]
Six Reasons Why You Should Give Online Coding Classes a Try
Online coding classes are a great way to get started with new programming languages or to brush up on your current skills. You’ll find plenty of resources out there, and today we’ll be taking a look at six reasons why you should consider giving them a try. 1. They’re easy to fit into your schedule […]
Top 5 Open Source Alternatives to Microsoft’s .NET Framework
All right. If you are not using Microsoft’s proprietary tools, or migrating a code base to Linux and/or Mac OS X, then you are probably looking for an alternative to the .NET Framework. And if you’re like many developers, your search for alternatives begins with the question: What follows .NET? The .NET Framework is the […]
Inputting the Right Next-Line Cuda C++ Code for your Processor
Cuda is a great programming language that lets you use the full potential of your processor. It offers a way to increase your system’s performance by letting you write code which can take advantage of the parallel computing capabilities. I have been working with cuda for a while now and I have written this blog […]