-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResume.tex
executable file
·144 lines (102 loc) · 4.47 KB
/
Resume.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
% By Abdullah As-Sadeed
\documentclass[
a4paper,
12pt,
]{resume}
\usepackage[none]{hyphenat}
\usepackage{multicol}
\name{Abdullah As-Sadeed}
\address{xxxx xxxxxxxxxx, xxx xxxxx, xxxxxxxxxxx, Dhaka xxxx}
\address{(880)~$\cdot$~xxxx~$\cdot$~xxxxxx \\ [email protected]}
\begin{document}
\begin{rSection}{Career Objective}
Passionate Technology Management student focused on advancing open source communities and leveraging tech industries, particularly in cybersecurity. Seeking opportunities to drive innovation and collaborate with industry leaders at the intersection of business and technology.
\end{rSection}
\begin{rSection}{Education}
\textbf{Islamic University of Technology, OIC} \hfill \textit{4th Year} \\
BBA in Technology Management \\
Department of Business and Technology Management \\
Current CGPA: 3.84 on a 4 point scale
\end{rSection}
\begin{rSection}{Experience}
\begin{rSubsection}{AlmaLinux OS Foundation}{July 2022 - Present}{Member}{California, USA}
\item Programmer
\item Member, Election Committee, Board of Directors Election 2023
\end{rSubsection}
\end{rSection}
\begin{rSection}{Projects}
\begin{rSubsection}{Bitscoper Cyber ToolBox}{}{}{}
\item A Flutter application consisting of TCP Port Scanner, Route Tracer, Pinger, File Hash Calculator, String Hash Calculator, Base Encoder, Morse Code Translator, Open Graph Protocol Data Extractor, Series URI Crawler, DNS Record Retriever, and WHOIS Retriever.
\item Available on Microsoft Store, Google Play, and GHCR.
\end{rSubsection}
\begin{rSubsection}{Bitscoper IoT}{}{}{}
\item A versatile Internet of Things project.
\end{rSubsection}
\begin{rSubsection}{TeleChirkut}{}{}{}
\item A social network, built from scratch, for a better world.
\item Available on Microsoft Store, Google Play, and as a PWA.
\end{rSubsection}
\begin{rSubsection}{Bitscoper SSTV Icecast Broadcaster}{}{}{}
\item A Python project that transmits images using 19 SSTV (Slow Scan Television) modes with VOX functionality through Icecast in Ogg Opus format with dynamic mount points.
\end{rSubsection}
\begin{rSubsection}{GenomeSoft}{}{}{}
\item A Linux distribution forked from Slackware Linux.
\end{rSubsection}
\begin{rSubsection}{bitscoper.dev}{}{}{}
\item A blog focused on Linux, server administration, computer history, and other technical topics. \\
\end{rSubsection}
\end{rSection}
\begin{rSection}{Technical Strengths}
\begin{tabular}{@{} >{\bfseries}l @{\hspace{6ex}} p{9cm} @{}}
Programming Languages & C, C++, Dart, PHP, JavaScript, Python \\
Other Languages & Bash, Nix, SQL, XHTML, CSS \\
Frameworks & Arduino, Flutter, Streamlit \\
Database Servers & PostgreSQL, MariaDB \\
DNS Server Software & BIND 9 \\
Web Server Software & OpenLiteSpeed Web Server \\
Mail Server Softwares & Postfix, OpenDKIM, Dovecot \\
Other Server Softwares & Icecast, MistServer, Jellyfin \\
Virtualization & QEMU / KVM \\
Containerization & Docker, Podman \\
VCS and CI/CD & Git and GitHub Actions \\
Linux Distributions & AlmaLinux, NixOS
\end{tabular}
\end{rSection}
\begin{rSection}{Interests}
Open Source, Cybersecurity, Linux, Server Administration, and Computer History.
\end{rSection}
\begin{rSection}{Personal Information}
\begin{tabular}{@{} >{\bfseries}l @{\hspace{6ex}} p{9cm} @{}}
Father & Md. Abdur Rahman Rakib \\
Mother & Mst. Amena Khatun \\
Date of Birth & xxxxxxxx xx, xxxx \\
Religion & Islam \\
Nationality & Bangladeshi \\
Marrital Status & Unmarried \\
National ID & xxxxxxxxx \\
LinkedIn & linkedin.com/in/bitscoper \\
GitHub & github.com/bitscoper \\
Website & bitscoper.dev
\end{tabular}
\end{rSection}
\begin{rSection}{References}
\begin{multicols}{2}
\textbf{Prof. Dr. Abul Kalam Azad} \\
Head of the Department \\
Department of BTM \\
IUT, OIC \\
Contact: [email protected]
\textbf{Dr. Md. Shamsu Uddin} \\
Assistant Professor \\
Department of BTM \\
IUT, OIC \\
Contact: [email protected]
\columnbreak
\textbf{Igor Seletskiy} \\
President \\
AlmaLinux OS Foundation \\
California, USA \\
Contact: [email protected]
\end{multicols}
\end{rSection}
\end{document}