Skip to content

Instantly share code, notes, and snippets.

View pkenil96's full-sized avatar

Kenil Patel pkenil96

View GitHub Profile

Tax System

  • Employers withhold payroll taxes and income taxes from employees
  • Employers send the amounts withheld to the federal governement
  • Employees complete form W4
  • Employes use form W4 to determine how much tax to withhold from employee's pay

Two kind of taxes:

@pkenil96
pkenil96 / Spring Framework & Spring Boot.md
Last active April 22, 2024 00:08
Notes on spring concepts

Spring Framework

Servlets - Java technology that you use to handle incoming requests on a server. Its a java object that has special methods for handling incoming HTTP methods. doGet, doPost, doDelete, doPut

Spring Framework

Concepts:

  1. IOC Containers
  2. Dependency Injection