Skip to content
View Daksh2060's full-sized avatar
💭
Job Searching 💼
💭
Job Searching 💼
Block or Report

Block or report Daksh2060

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Daksh2060/README.md

Typing SVG

LinkedIn Email

Typing SVG

Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card

All Repositories

Typing SVG

👨‍💻 Programming Languages

C C++ C# Java AssemblyScript HTML5 CSS3 JavaScript TypeScript Python Markdown R MATLAB

🧰 Frameworks and Libraries

Angular React Express.js Spring Next JS Chart.js jQuery JavaFX NPM Bootstrap TailwindCSS GitHub Actions NumPy Pytest .Net

🗄️ Cloud Hosting and Databases

Google Cloud Firebase AWS Apache Postgres MongoDB MySQL

💻 Software and Tools

NodeJS Docker Git GitHub Linux Ubuntu Postman CMake Visual Studio Code Jupyter Notebook PyCharm Microsoft Excel Audacity Blender

Pinned Loading

  1. local-storage-farm-database local-storage-farm-database Public

    This typescript project utilizes browser local storage to replicate the functions of a database. The simple frontend UI plays with the idea of using a database to store information about different …

    JavaScript

  2. dot-product-mapping-floats dot-product-mapping-floats Public

    This project contains dot product and array mapping functions for both single and double float values in Assembly x86 AT&T. The dot product function works on two arrays, while the mapping function …

    C

  3. image-editor image-editor Public

    This Python program is a simple image editor created using NumPy and Pygame modules. The program also utilizes two custom modules made to allow the editing and saving of images. Primarily based on …

    Python

  4. student-budget-tracker student-budget-tracker Public

    This is a team project for a Student Budget Tracker web app. Created with SFU students in mind and built using the Java Spring Framework for the backend. Includes a PDF scanner system for SFU recei…

    JavaScript

  5. vectorized-arrays-demo vectorized-arrays-demo Public

    This C++ program is a demonstration of array vectorization techniques utilized in the AVX2 SIMD Assembly library, being run with C++ arrays through the vector class library created by Agner Fog. An…

    C++

  6. multithreaded-network-chat multithreaded-network-chat Public

    A C-based multithreaded chat app using UDP sockets for efficient networking. Demonstrates multithreaded handling of keyboard input, UDP message exchange, and real-time message display. Project show…

    C