Skip to content

Commit

Permalink
add resume and some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
afrid18 committed Mar 4, 2024
1 parent a462ab7 commit bd544d0
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 8 deletions.
3 changes: 3 additions & 0 deletions assets/css/extended/theme-vars.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:root {
--main-width: 880px;
}
76 changes: 76 additions & 0 deletions content/cv/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: "Résumé / cv"
date: 2024-03-04T21:12:55+05:30
draft: false
# weight: 1
aliases: ["/resume"]
tags: []
author: "Afrid Hussain"
# author: ["Me", "You"] # multiple authors
showToc: false
TocOpen: false
hidemeta: false
comments: false
description: ""
canonicalURL: ""
disableHLJS: true # to disable highlightjs
disableShare: false
disableHLJS: false
hideSummary: false
# searchHidden: true
ShowReadingTime: false
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
cover:
# image: "<image path/url>" # image path/url
# alt: "<alt text>" # alt text
# caption: "<text>" # display caption under cover
# relative: false # when using page bundles set this to true
# hidden: false # only hide on current single page
# editPost:
# URL: "https://github.com/<path_to_repo>/content"
# Text: "Suggest Changes" # edit text
# appendFilePath: true # to append file path to Edit link
---
# Afrid Hussain

* **Email:** [afridhussain.d@gmail.com](mailto:afridhussain.d@gmail.com)
* **Phone:** [+91 703-237-6276](tel:+917032376276)
* **Location:** Bangalore, India
* **Personal Website:** [afrid.in](https://afrid.in)

## About

I am a recent graduate in computer science and engineering,
I am passionate about software development and have a keen interest in learning new technologies.
I like to tinker with computers at low level using languages like C and Go.
I am currently learning Go and Network Programming.

## Education

* **B.Tech in CS from SVCET, chittoor (2019 - 2023)**
* Learned core concepts of computers
* Focused on Computer Networking and Operating Systems
* Found computer science is my piece of cake.


## Experience

* **Software Engineer Trainee Cognizant Technology Solutions (December 2023 - Present)**

* I have been given intensive training in Java and Spring Boot.
* I have independently developed a web application using Spring Boot.

* **Google Summer of Code Intern, openSUSE (May 2023 - September 2023)**
* I have worked on a linting tool RPM packages, called RPMLint.
* Improved the testing suite of RPMLint, by introducing mocking strategies.
* Successfully eliminated about 18+ binary rpm files that were used just for testing purposes.
* [proof of work](https://summerofcode.withgoogle.com/archive/2023/projects/WxqvIPZs)


## Skills

* Python | Go | C | JavaScript | Network Programming | Git | Docker | Kubernetes | vim | tmux | zsh |
5 changes: 3 additions & 2 deletions content/post/week1-at-GSoC/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ I and my mentor had a talk on how to mock packages, and we have decided to move
The past week, I have created a new utility or a helper function that basically take rpm details and convert it into a `Pkg` or `FakePkg` object.

Here look at an overview of the process
![Basic pictorial explaination of test suite](images/week1-gsoc.png)

{{< figure src="images/week1-gsoc.png" title="Basic pictorial explaination of test suite" align="center">}}

Here is the previous code...
```python3
Expand Down Expand Up @@ -71,7 +72,7 @@ def get_tested_mock_package(files=None):

This is so far I was able to go into codebase. I will be posting many more updates soon here on my blog. I have yet learn and contribute to rpmlint and I have a big learning week ahead.

See you in the next one!:victory_hand:
See you in the next one!✌🏻


<h1 align="center"> Thank You </h1>
Expand Down
2 changes: 1 addition & 1 deletion content/post/week12-at-gsoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This week has been amazing. I had the opportunity to visit the SUSE Office in Ba

## Progress [############] : 12 Weeks DONE!

{{< figure height=600 src="images/suse-office.jpeg" title="SUSE Office Bangalore" >}}
{{< figure height=600 src="images/suse-office.jpeg" title="SUSE Office Bangalore" align="center">}}

**_A Day to remember: August 24, 2023:_**

Expand Down
19 changes: 14 additions & 5 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ baseURL: 'https://afrid.in'
title: Afrid Hussain
languageCode: en-us
DefaultContentLanguage: en
paginate: 5
paginate: 8
contentDir: "content"
screen-width: 1440

enableRobotsTXT: true
buildDrafts: false
Expand Down Expand Up @@ -62,7 +63,7 @@ params:
profileMode:
enabled: true # needs to be explicitly set
title: Afrid Hussain
subtitle: "Working on myself!"
subtitle: "I tinker with linux and contribute to open source. BTW I use vim!"
# imageUrl: ""
# imageWidth: 120
# imageHeight: 120
Expand Down Expand Up @@ -120,10 +121,18 @@ params:
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: categories
name: categories
url: /categories/
- identifier: search
name: search
url: /search/
weight: 10
- identifier: résumé
name: résumé
url: /resume/
weight: 20
- identifier: archives
name: archives
url: /archives/
weight: 30
- identifier: tags
name: tags
url: /tags/
Expand Down

0 comments on commit bd544d0

Please sign in to comment.