Skip to content
View curet's full-sized avatar
💻
Working with things that solve daily problems.
💻
Working with things that solve daily problems.

Highlights

  • Pro

Block or report curet

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
curet/README.md

Hi there 👋

  • 📐 I love UI/UX design. As a detail-oriented person, I always do my best to enhance user interaction, whether it's by simplifying navigation, creating intuitive interfaces, or conducting user research to understand their needs and preferences.
  • 🖥 Web development and responsive design truly fascinate me. I have experience working with HTML, CSS, JavaScript, and React, and I've used these technologies to create a variety of projects, ranging from responsive websites to interactive web apps.
  • 📱 Mobile development has always intrigued me, and it's something I've pursued in my spare time. Gradually, I've been enhancing my skills by working on various productivity and finance apps. My experience includes working with SwiftUI and React Native, which I've used to bring my app concepts to life.
  • 📊 Along with my skills in software development, I also have experience in data science. My favorite part is data visualization, where I can turn complicated data into something easy to understand.

Top Langs

Pinned Loading

  1. 2D-PredatorPraySimulation 2D-PredatorPraySimulation Public

    This program simulate ants and doodlebugs and generate more (breed) based on amount of steps and starve the doodlebug based on a amount of steps without eating ants.

    C++

  2. Balanced-PascalCode Balanced-PascalCode Public

    Objective: Given a file containing pascal code determine if the program is balanced.

    C++

  3. EmployeesPayroll EmployeesPayroll Public

    Read Files of Employees hours worked and pay rate to display payroll information table of all the employees

    C++

  4. SortedSequences SortedSequences Public

    A program that takes a file of random numbers, normalize them and sort them using Bubble and Selection sorting algorithms.

    C++

  5. Packet-Tracker-Simulator Packet-Tracker-Simulator Public

    Packet Tracker Simulator - Assignment for the Computer Networking class to simulate the route packets takes from domain to dns and other domains.

  6. Multithreading-Web-Server Multithreading-Web-Server Public

    Students are asked to design and code a multi-threading web server using Java. The server must follow the HTTP/1.1 protocol with persistent connection.

    Java