Hi, I'm Parthka!

A student and backend developer from India 🇮🇳, With curiosity about the inner workings of Computer operating system!

My Projects

  • c socket epoll system-programming
    Non-Blocking HTTP server in 'C' language, I learned socket programming and also how to work HTTP.
    Published On
    Read more →
  • Zig String
    String library in Zig language, I learned how to work with strings in Zig.
    Published On
    Read more →
  • GoLang
    x86_64 / amd64 Instruction Set Architecture Assembler, casm is my hobby / experimental project, casm is three binary format support Raw Binary, Bootloader, and ELF64.
    Published On
    Read more →
  • Javascript Typescript HTMLCanvas
    Small library for html canvas manipulation, using it you can move the canvas text and image by mouse pointer.
    Published On
    Read more →
  • GoLang React
    Web Interface for server / VPS, Slect is my final year college project, using it you can remotely access your Server os VPS, But this project is deprecated.
    Published On
    Read more →

Latest Posts

  • In this post, we'll delve into creating a simple TCP server and client in Go. We'll explore the server and client code in parts, breaking down the functionality of each component. This tutorial is aimed at programmers who want to understand how to use Go's net package for network communication.
    Published On
    Read more →