Code Monkey home page Code Monkey logo

jobhacker-system's Introduction

JobHacker

JobHacker repository is for Community Tasks Delivery (Java Developer Track)

Java Core

1. Basics

  1. Setup Development Environment:

  2. Study:

  3. Tasks:

2. OOP & UML

  1. Study

  2. Tasks

3. String

  1. Study: String

  2. Tasks:

    • Task 1: Reverse a String: Write a program that takes a String input from the user and prints out the reverse of that string.
    • Task 2: Check if a String is a Palindrome: Write a program that takes a String input from the user and checks if it is a Palindrome (a word or phrase that reads the same backward as forward).
    • Task3:
    • Bonus Task: Write a program that prints the number of occurrences of the given word in the string, Perform the above task using only methods of the String class (Using 2 ways) and Perform the above task using the StringTokenizer class.

4. Exceptions & IO

  1. Study

  2. Tasks

    • Task 1: ( InputMismatchException ) Write a program that prompts the user to read two integers and displays their sum. Your program should prompt the user to
      Read the number again if the input is incorrect.

    • Task 2: (Count words) Write a program that counts the number of words in the file Task instructions:

      • Use this input file
      • Make a file named Lincoln.txt.
      • Copy the text on this URL and paste it into the file.
      • Print the number of the words inside the file.
    • Task 3: (Calculate the sum and average from a file) Suppose the text file on the Web input file contains an unspecified number of scores separated by spaces. Write a program that reads the scores from the internet and stores them into the file. Then, calculate the sum and average of these values. Task instructions:

      • Make a file named Scores.txt.
      • Read the values in the URL and store them inside the file.
      • Make a function that reads the values from the file and prints the sum and average of the values inside the file.

      Code Structure: * Make a function(readFromWebToFile) that will take a URL and return a file. This method will read the data from the URL and store it in the file named Scores.txt * Make a function(getSum) that will take a file and return an integer value representing the sum of the values inside the file. * Make a function (getAverage) that will take a file and return an integer value representing the average of the values inside the file.

5. Collections

  1. Study:

  2. Tasks:

6. Java 8

  1. Study:

2. Tasks

7. MySQL & JDBC

  1. Study:

2. Tasks

Recap

OCA & OCP Books

Web Basics

1. Web Overview

  1. Study

2. Servlet & JSP

  1. Study
  2. Task

3. XML & Maven

  1. Study

Spring Boot

1. Spring Introduction

  1. Study
  2. Task: In the Video

2. Spring Core

Study

3. Spring Boot

Study

4. Spring MVC

Study

5. Hibernate

Study

Session Record

5. Spring Security

Session Record

6. Notes

Important Topics

Clean Code Book sessions

Agile sessions

Solid Principles

Design Patterns

HTML & CSS

Angular

Soft Skills

Technical skills

Projects

ToDoList

  • Requirements:

    • Back-end:
      • create a todo application with the following:
        • Spring Boot
        • Spring Data for database connectivity
        • Spring Security for user authentication and authorization
      • Please use Postman to test your API.
  • Front-end:

E-Commerce

jobhacker-system's People

Contributors

amira921 avatar engahmedsalah avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.