/* ~/ankit_khushwaha.c */
#include <stdio.h>
struct developer {
const char *name;
const char *focus;
const char *university;
const char *degree;
};
static struct developer ankit = {
.name = "Ankit Khushwaha",
.focus = "Linux Kernel / Systems Programming",
.university = "IIT Dharwad",
.degree = "BS-MS Physics",
};I'm a final-year BS-MS Physics student at IIT Dharwad interested in Linux kernel development, device drivers, embedded Linux, operating systems, and low-level systems programming.
I completed an LFX'25 Linux Kernel mentorship and have commits in upstream kernel** across kernel selftests subsystem including networking, memory management, TLS, MPTCP.
I'm currently focusing on Linux device driver development and seeking opportunities in Linux kernel and systems engineering.
Ask me about:
Linux Kernel · Operating Systems · Device Drivers · Embedded Linux · Systems Programming
const char *future_goal(void)
{
return "Build secure and reliable systems, "
"contribute to open-source infrastructure, "
"and specialize in Linux kernel, "
"device drivers, and low-level systems.";
}- Resume: view resume
- GitHub: github.com/ankitkhushwaha
- LinkedIn: linkedin.com/in/ankitkhushwaha
- Blog: ankitkdev.com
- Email: ankitkhushwaha.dev@gmail.com


