- Learn current technology
- Network and build business relationships
- Learn interviewing skills
- Be punctual
- Respect peers
- Reasearch
- Maintain motivation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Sync Settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! usr/bin/env python3 | |
#This script will compile lifetime rattle profiles of long term snakes and spit out their ID and a list of segment values, newest to oldest | |
#load required modules | |
import sys | |
import os | |
import re | |
import argparse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
public class ShippingCost { | |
private static Scanner input = new Scanner(System.in); | |
public static void main(String[] args) { | |
int shippingType; | |
double shippingCost, productCost, totalCost; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# We Can Code IT Expectations | |
## Individual | |
- Learn the things! | |
- * Ask questions. | |
- Be open, relaxed, and have fun. | |
- Don't take things personally. | |
- * Don't be afraid of failure! | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package virtual_pet; | |
import java.util.Scanner; | |
public class VirtualPetApplication { | |
public static void main(String[] args) { | |
//Interact with a VirtualPet object in this method | |
VirtualPet theDangDog = new VirtualPet( "The Dang Dog", 25, 30, 0, 0 ); |
mkdir <my-new-project>
cd <my-new-project>
npm i --save express express-handlebars drizzle-orm better-sqlite3
npm i --save-dev @types/express @types/express-handlebars @types/nedb @types/node ts-node typescript drizzle-kit