sb2nov / resume

Software developer resume in Latex
http://sourabhbajaj.com
MIT License
4.97k stars 1.4k forks source link

Add project link features #34

Open mhhabib opened 3 years ago

mhhabib commented 3 years ago

Can you please add a project link in the Project Section E.x

Name of project | Python, Java, C++, etc

Ishani-Chatterjee commented 2 years ago

You can add these to your resume :

\section{Projects}

\resumeSubHeadingListStart \resumeProjectHeading {\textbf{Corona-Virus Tracker } $|$ \emph{\textbf{Java , Spring , Maven}}}{Aug 2021} \resumeItemListStart \resumeItem{Shows current day and previous day data which keeps refreshing with the help of Spring scheduler.} \resumeItem{Converts raw Covid-19 global data from Center for Systems Science and Engineering (CSSE) in form of CSV to a presentable form by applying server-side business logic} \resumeItem{\href{https://github.com/Ishani-Chatterjee/Coronavirus-Tracker}{\underline{View Project}}} \resumeItemListEnd

\resumeProjectHeading {\textbf{Product Managing API} $|$ \emph{\textbf{RestAPI controller, Springboot, Hibernate, Maven}}}{June 2021 } \resumeItemListStart \resumeItem{Managed different request types: \textbf{POST, GET, UPDATE, DELETE}} \resumeItem{Performed\textbf{ CRUD} operations in MySQL Database} \resumeItem{\href{https://github.com/Ishani-Chatterjee/RestApiWorkingInSpring}{\underline{View Project}}} \resumeItemListEnd

\resumeProjectHeading
    {\textbf{Minimizing Cash-Transaction Flow} $|$ \emph{\textbf{ HTML5, CSS,JS}}}{June 2021}
    \resumeItemListStart
        \resumeItem{Concept based on app \textbf{Splitwise}}
        \resumeItem{This algorithm reduces large number of payments to a few .}
        \resumeItem{Data Structure used--\textbf{Heaps}}
        \resumeItem{\href{https://github.com/Ishani-Chatterjee/Cashflow/tree/main/CBFriendsCost-master}{\underline{View 
                            Project}}}
    \resumeItemListEnd

\resumeSubHeadingListEnd

image

mhhabib commented 2 years ago

This works fine. Thanks @Ishani-Chatterjee

safinghoghabori commented 1 year ago

@Ishani-Chatterjee do you know how to add relevant coursework? I tried to add but it makes everything unstructured.