Edwin Torres

Edwin Torres @realedwintorres

About: Department Chief Engineer @MITREcorp. CS professor @monmouthu. Proud husband and father ❤️. My tweets are my own.

Location:
NJ
Joined:
Mar 17, 2018

Edwin Torres
articles - 41 total

Using a Switch for Days of the Week

The switch statement is a useful selection statement when there are many values that require...

Learn More 22 0Sep 4 '22

Calculate the Volume of a Cube in Java

The volume of a cube with side s is: s x s x s or s to the 3rd power. In Java, the Math.pow(x,y)...

Learn More 5 1Sep 4 '22

Java Input and Arithmetic

This tutorial is a simple Java program that asks the user for two numbers, adds them together, and...

Learn More 1 0Sep 4 '22

Removing Sensitive Data in Git

This guide explain how to remove sensitive text from your Git repo. It requires BFG Repo-Cleaner,...

Learn More 6 2Apr 19 '22

Using Merge Requests and Feature Branches in your Git Workflow

How to use merge requests and feature branches in your Git workflow

Learn More 3 0Feb 2 '22

Simple Java Scanner Tutorial

A simple tutorial using Java Scanner

Learn More 6 0Jan 22 '22

Simple Test-Driven Development (TDD) With Mocha and Node.js

A tutorial on test-driven development (TDD) using Mocha and Node.js

Learn More 11 1Jan 16 '22

Simple Git Branching Tutorial

A simple tutorial on Git branching

Learn More 13 0Jan 14 '22

Hello Git: A Beginner's Tutorial on Git and GitLab

A Beginner's Tutorial on Git and GitLab

Learn More 18 0Jan 1 '22

10 Things I'd Tell My Younger Self About Programming

10 Things I'd Tell My Younger Self About Programming

Learn More 5 0Dec 6 '21

A Simple 2D Point Class in Java

A Simple 2D Point Class in Java

Learn More 0 1Nov 28 '21

Accessing Elements in 2D Arrays in Java

Accessing Elements in 2D Arrays in Java

Learn More 10 0Nov 28 '21

Using Binary Search in Java

Using Binary Search in Java

Learn More 2 0Nov 27 '21

26 Programming Concepts from A to Z

26 Programming Concepts from A to Z

Learn More 15 1Nov 18 '21

50 Ways You Can Improve as a Programmer

50 Ways You Can Improve as a Programmer

Learn More 373 11Nov 15 '21

Basic Arrays in Java

Basic Arrays in Java

Learn More 7 0Nov 10 '21

Creating a Squid Game Card in HTML

Using HTML Canvas Graphics to Draw Shapes

Learn More 12 1Nov 9 '21

An Algorithm to Translate Vanity Phone Numbers

An Algorithm to Translate Vanity Phone Numbers

Learn More 6 1Nov 9 '21

How-To: Formatting Java Output With printf()

How-To: Formatting Java Output With printf()

Learn More 8 0Nov 7 '21

Tutorial: Write Your First JavaScript Program

Tutorial: Write Your First JavaScript Program

Learn More 5 0Nov 5 '21

Java Tip: What are Methods, Functions, and Procedures?

Java Tip: What are Methods, Functions, and Procedures?

Learn More 16 1Nov 4 '21

How-To: Java isDigit() function

How-To: Java isDigit() function

Learn More 7 0Nov 3 '21

How-To: Java charAt() String Function

How-To: Java charAt() String Function

Learn More 6 0Nov 2 '21

Tutorial: Accepting String Input in Java

How to accept String input in Java

Learn More 6 0Oct 31 '21

Unit Testing in Python

Unit Testing in Python

Learn More 6 0Oct 30 '21

Think Like a Programmer: Stepwise Refinement

Think Like a Programmer: Stepwise Refinement

Learn More 11 2Oct 30 '21

Git in Five Minutes

Git in Five Minutes

Learn More 5 0Oct 30 '21

10 Tips for Getting an Internship

10 Tips for Getting an Internship

Learn More 7 0Oct 30 '21

Tutorial: Java and Visual Studio Code

Tutorial: Visual Studio Code and Java

Learn More 41 0Oct 30 '21

Formatting Currency in Java

Formatting currency amounts in Java

Learn More 1 0Oct 30 '21