Pinned Repositories
cryptoverse
A site that is tracking some basic info about cryptocurrencies and exchanges, and also aggregates a newsfeed.
dataviz-choropleth-map-d3
Choropleth Map created with D3.js and React.js showing United States Educational Attainment (Percentage of adults age 25 and older with a bachelor's degree or higher (2010-2014))
dj-events-frontend-nextjs
This is a frontend of a platform that allows you to make posts about DJ Events. You can register / login and perform CRUD operations on the events that were created by you.
docker_and_kubernetes_learning
This is a repository that follows a curriculum of the Docker & Kubernetes: The Practical Guide course by Maximilian Schwarzmüller.
Java-Programming-Build-a-Recommendation-System
Repository for the capstone project of the "Java Programming and Software Engineering Fundamentals" program by Duke University on Coursera - Java Programming Build a Recommendation System.
Java-Programming-Principles-of-Software-Design
Repository for the 4th course of the "Java Programming and Software Engineering Fundamentals" program by Duke University on Coursera - Java Programming: Principles of Software Design.
konstantinkrumin.github.io
My personal portfolio website built using React, React Router and Sass (SCSS). Content can be displayed in 2 languages - English and Russian.
portfolio-page-template
Here is a template of a portfolio page built using React, React Router and Sass (SCSS). Feel free to use this template for your personal portfolio.
social-media-graphql-project
This is a platform that allows you to make posts, leave comments and likes to other users' posts. Also authorization is implemented with help of JWT
Using-Python-to-Access-Web-Data
Repository for the 3rd course of the "Python for Everybody" program by Duke University on Coursera - Using Python to Access Web Data.
konstantinkrumin's Repositories
konstantinkrumin/konstantinkrumin.github.io
My personal portfolio website built using React, React Router and Sass (SCSS). Content can be displayed in 2 languages - English and Russian.
konstantinkrumin/dj-events-frontend-nextjs
This is a frontend of a platform that allows you to make posts about DJ Events. You can register / login and perform CRUD operations on the events that were created by you.
konstantinkrumin/docker_and_kubernetes_learning
This is a repository that follows a curriculum of the Docker & Kubernetes: The Practical Guide course by Maximilian Schwarzmüller.
konstantinkrumin/tailwind-manage-landing-page
Static landing page built with HTML, CSS and TailwindCSS
konstantinkrumin/dataviz-heatmap-d3
Heat Map created with D3.js and React.js showing monthly global land-surface temperature from 1753 to 2015
konstantinkrumin/dataviz-scatterplot-d3
Scatterplot data visualization created with D3.js and React.js showing doping allegations in professional bicycle racing
konstantinkrumin/dataviz-treemap-diagram-d3
Treemap Diagram created with D3.js and React.js showing Top 100 most sold video games grouped by platform
konstantinkrumin/Java-Programming-Solving-Problems-with-Software
Repository for the 2nd course of the "Java Programming and Software Engineering Fundamentals" program by Duke University on Coursera - Java Programming: Solving Problems with Software.
konstantinkrumin/konstantinkrumin
Github README
konstantinkrumin/mern-ecommerce-app
An ecommerce website project that allows to perform CRUD operations on products, create orders and perform payments (test account) as well register / login users
konstantinkrumin/pern-stack-yelp-clone
Basic CRUD application that allows to add restaurants and leave reviews for each restaurant. Tech stack used: Javascript, React, Node.JS + Express, PostgreSQL, Bootstrap
konstantinkrumin/proshop_django
Ecommerce app built with React + Redux on the frontend and Django on the backend. The database used is PostgreSQL. The site is hosted on Heroku, database is on AWS RDS and uploaded images are stored on AWS S3
konstantinkrumin/react-forms-handling
A small app that receives data from a Postman Mock Server and creates a list of items that has a corresponding form attached to it (only shows when selected). On a button click the item gets removed from the list as well as the corresponding form.
konstantinkrumin/react_native_learning
This is a repository that follows a curriculum of the React Native - The Practical Guide course by Maximilian Schwarzmüller.
konstantinkrumin/static-product-landing-page
A static product landing page that is built with React.js and SCSS
konstantinkrumin/testing_react_with_jest_and_react_testing_library
This is a repository that follows a curriculum of the Testing React with Jest and React Testing Library (RTL) course by Bonnie Schulkin.
konstantinkrumin/typeorm_tutorial
This project contains basic TypeORM set up and Express server with requests that apply changes to the database
konstantinkrumin/chat-app
konstantinkrumin/elixir-basics
konstantinkrumin/go-basics
The following repository contains notes and assignments solutions to the Learning Go course by Code-Basics.com
konstantinkrumin/js-algorithms-and-data-structures
This is a repository that follows a curriculum of the Javascript Algorithms and Data Structures Masterclass course by Colt Steele.
konstantinkrumin/metric-imperial-converter-fcc
This is a metric / imperial and imperial / metric converter built with Javascript / Node.JS / Express / Chai. The app can accept km, mi, L, gal, kg, lbs (case-insensitive) and convert the values in any direction. Also the app comes with unit and functional tests that were implemented using Chai and Chai-HTTP.
konstantinkrumin/nestjs-microservices-purpleschool
This is a repository that follows a curriculum of the "Microservices - паттерны и практика построения микросервисов" course by Anton Larichev.
konstantinkrumin/nestjs-top-api
This is a repository that follows a curriculum of the "NestJS - с нуля, современный backend на TypeScript и Node JS" course by Anton Larichev.
konstantinkrumin/nextjs-blog
This is a repository that follows the NextJS Blog Tutorial.
konstantinkrumin/nodejs-advanced-concepts
This is a repository that follows a curriculum of the NodeJS: Advanced Concepts course by Stephen Grider.
konstantinkrumin/portfolio
konstantinkrumin/questionnaire-app
Questionnaire app built with React on the client side and mock server built with NodeJS + ExpressJS
konstantinkrumin/spotify-clone
Spotify clone that incorporates some basic functionality like signin / signup, payment handling, playing audio. It also replicates Spotify UI.
konstantinkrumin/terraform-tutorial