Your Guide to Securing Your Home WiFi
Your Guide to Securing Your Home WiFi These days, almost all of us have high-speed internet at home and many of us have wireless routers. Wireless routers are convenient because they allow you to access the internet from anywhere in your home. However, they also create a potential security risk. Unlike wired networks, wireless networks […]
Why You Should Learn Coding for the Future
Why you should learn coding for the future Web development is a booming industry. Whatβs more, being able to code opens up tons of employment opportunities for you. You can easily find a job in this field and make a lot of money if you know how to code. What is Web Development? Itβs the […]
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 […]
