katarinarosiak
I’m a Software Engineer passionate about creative problem-solving and always eager to learn new technologies. Recently I worked on @seymour-active-monitoring
SeymourStockholm, Sweden
Pinned Repositories
JavaScript_problems_and_exercises
Launch School Core Curriculum exercises and assignments
test-route-packager
Test route packager is a lambda function responsbile for the efficient distribution of test configuations to remote AWS regions
test-runner
Test runner is a lambda function responsible for sending a user-defined HTTP request and comparing the response to test assertions
tests-crud
Seymour's backend service
tests-ui
Seymour's Frontend UI
katarinarosiak's Repositories
katarinarosiak/JavaScript_problems_and_exercises
Launch School Core Curriculum exercises and assignments
katarinarosiak/airline_routes
Airline Routes is a React application that allows to filter and displays information about a collection of routes flown by several large airlines.
katarinarosiak/alien_invasion_game
The Alien Invasion Game is a project written in Python made following the tutorial in 'Python Crash Course, 2nd Edition: A Hands-On, Project-Based Introduction to Programming' book.
katarinarosiak/contact_manager
Contact Manager is a CRUD application for managing contacts build with MVC architecture pattern. It uses vanilla JavaScript and XMLHttpRequest for AJAX requests, Handlebars as a templating engine and Express.js as a back-end.
katarinarosiak/contacts_form_with_express
A simple web application written in JavaScript and Express.js framewrok. The exercise is a part of the Launch School Core Curriculum.
katarinarosiak/crypto_app
katarinarosiak/expenses_app
Expenses is a small command line application that uses a PostgreSQL database to store data about expenses. The program runs from the command line.
katarinarosiak/GO_exercises
A set of coding problems and exercises for Golang programming language
katarinarosiak/google_page
Google Landing Page: A simple clone of Google landing page written in CSS and HTML. The exercise aimed to practice CSS and HTML.
katarinarosiak/JavaScript_basic_exercises
Exercises from a preparation part of the Launch School Curriculum
katarinarosiak/just_my_type
Just My Type is a typing game aiming to practice touch typing. Written in JavaSCript, HTML and CSS. Exercise as a part of the Covalence Bootcamp curriculum.
katarinarosiak/katarinarosiak
katarinarosiak/katarinarosiak.github.io
Here's the source code for my website, written in vanilla HTML and CSS.
katarinarosiak/Launch-School-Social-Network
Repo for student-led social events for the Launch School community
katarinarosiak/LS_burger_restaurant
Launch School Burger Restaurant is a web application made to practice server-side programming with Express.js. This is an extra exercise made during studying at Launch School Core Curriculum. It was also used to lead a pair-coding exercise with a group of students at the SPOT. (Made with no CSS.)
katarinarosiak/marvel-comics-test
katarinarosiak/nostalgic_games
Written in JavaScript (React), CSS, and HTML.
katarinarosiak/python_fundamentals
Exercises to practice problem solving skills and fundamentals of Python.
katarinarosiak/rock_viewpoint_website
The Rock View Point Website. Written in JavaScript, HTML, CSS and Bootstrap.
katarinarosiak/snaggl_backend
A Requestbin clone that collects, inspects and debugs HTTP requests and webhooks.
katarinarosiak/snaggl_frontend
A Requestbin clone that collects, inspects and debugs HTTP requests and webhooks.
katarinarosiak/TAIC_homepage
katarinarosiak/take_a_mock_assessment
Application that helps you to test your knowledge of client-site JavaScript, including DOM maniupulation, APIs, AJAX and asynchronous programming. It's using Notion API for fetching questions.
katarinarosiak/to_do_app
To-Do List Application is written in node.js. The exercise is a part of the Launch School Core Curriculum. It's using Express.js, PUG as a templating engine, express-validator for validation inputs, express-sessions for session persistance, connect-loki for storage, flash - for error flash messages.
katarinarosiak/to_do_list
A To-do list is a simple project written in node.js as a part of the Launch School Core Curriculum.
katarinarosiak/trelloha
A Trello-like project management app that allows users to create boards, lists and cards.
katarinarosiak/TypeScript_exercises_and_problems
A set of exercises, problems and small projects practicing TypeScript with Express.js and React.