Skip to content

Instantly share code, notes, and snippets.

View ericthemarques's full-sized avatar
🎴

Eric ericthemarques

🎴
View GitHub Profile
  • Java Core: data structures, loops and conditions
  • Make a CRUD with Java
  • Build a Java CLI
  • Build a Java package
  • How to consume Java package
  • How to set up and update packages
  • How to deploy Java
  • How to consume requests using Java
  • How to use databases in Java
  • How to deal with files in Java
@sibelius
sibelius / LookingForTheFirstJob.md
Last active July 3, 2023 08:48
Looking for the First Job state

Looking for the First Job

Versão em Português

This is a very common state for people in college, people before/after a bootcamp, or people from another area.

The first job will be the hardest one to get, but it will get easier over time.

The interview will be harder than the job itself

@MWins
MWins / project-ideas01.md
Last active May 15, 2024 05:39
Back end Projects - list

Project Ideas

Ok. I'm going to list off some ideas for projects. You will have to determine if any particular idea is good enough to include in a portfolio. These aren't creative ideas. They likely already exist. Some are way too advanced while others are simplistic.

I will recommend to post any project you make to github and make a github project page for it. Explain in as much detail as possible how you made it, how it can be improved etc. Document it.

If you pick an advanced idea, setup a development roadmap and follow it. This will show some project management skills.

Another piece of advice for those who are design challenged. Use different front end frameworks and use different themes for those frameworks to provide appealing designs without looking like yet another bootstrap site.

@chranderson
chranderson / nvmCommands.js
Last active May 15, 2024 03:16
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node