Skip to content
View charlottekies's full-sized avatar

Block or report charlottekies

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 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
charlottekies/README.md
  • 👋 Hi, I’m @charlottekies
  • 🧡 I’m interested in languages (spoken and programming), Java, React, and using what I've learned to contribute to seriously impactful, or useless but goofy/fun projects.
  • 🏫 I’m currently learning about Natural Language Processing!
  • 🔨 I recently put together a A Web APIs Demo App! It's a responsive, full stack application that leverages REST, RPC, and GraphQL APIs. The site is built using PostgreSQL, React, Prisma, and Next.js, and it is currently deployed to AWS and Vercel!.
  • 🧮 I am currently building a java-based educational project for bootcamp graduates that will provide structured practice implementing fundamental algorithm patterns.
  • ⭐ I am also developing a Java algorithm utility library that provides sorting and searching methods implemented with fundamental algorithm patterns.

Pinned Loading

  1. algo-utils algo-utils Public

    A Java utility package for searching, sorting, optimization, string manipulation, and mathematical operations, implemented with optimized algorithm patterns.

    Java

  2. algo-utils-demo algo-utils-demo Public

    Demonstrates use of my Java Algorithm Utility package, algo-utils

    Java

  3. algorithms algorithms Public

    Problem sets designed to provide practice of elementary to advanced algorithm design patterns and paradigms

    Java

  4. web-apis-demo web-apis-demo Public

    This repository demonstrates practical uses of three different kinds of web APIs: REST, RPC, and GraphQL

    TypeScript