
Welcome Friends
/************************************************\
Welcome to my coding site!
Checkout the templates, tips, blog, and examples
Feel free to use any code provided as you please
\************************************************/
public Friendship createFriendship() {
GreatPerson you = personCheckingOutMySite();
CodingPerson me = personWhoNeedsMoreCoffee();
Friendship friendship = new Friendship(you, me);
return friendship;
}
Overall Website Notice: Under Heavy Construction
I apologize for the mess, this is a work in progress. I hope you can still find something useful on the site. If you don’t know where to start, go to Software Development and then to Programming Concepts. Thanks.
Software Development and Programming Concepts

Software Development
– What is Software Development?
– How to Google Something?
– Common Software Terms

Programming Concepts
– Computer Preliminaries
– Common Programming Concepts
– Object Programming Elements

Object Oriented Programming
– Class Structures
– // TODO

Programming Examples
– Programming Concepts with More Examples
– // TODO
Coding Elements and Languages

Java
– Java Beginner Sheet
– Java Intermediate Sheet
– Java Advanced Sheet
– //TODO

Python
- Python Beginner Sheet
- Python Intermediate Sheet
- Python Advanced Sheet

Spring
– Spring Tool Suite
– Sprint Projects
– Spring Boot / Beans
– // TODO

Builders
– Maven Projects
– Gradle Projects
– ANT Builders
– // TODO
Helpful Programming and Software Development Tools

Postman

Rapid Environment Editor

Free Commander File Explorer
Latest from the Blog
Back at it
It’s been a while since I’ve touched up this website, but I’ll be making some drastic changes coming soon. The biggest thing that will probably come is I’m constructing some clean sheets for referencing elements in Java. I’ve also been picking up Python over the last year, but I’m not sure I’m all there yet to…
Hello World and Friends!
This is the first post for my site, which is still heavily under construction. Again, I apologize for the mess, but I will do my best to get this thing into a more usable state. I always wanted to make a site that showed the different concepts of software development and programming, as well as…
Get new code delivered directly to your inbox.