Giter Site home page Giter Site logo

⭐️ About Me

🏢 A software developer currently developing a Professional Services Automation
🤩 Passionate about Game AI
🏫 A Bachelor's degree in Business Information Technology and a minor in Games Programming
🎮 Currently finishing extra curricular studies at Hive Helsinki to be the best coder ever.

Top Tech
My Skills
Top Languages

🖱️Projects I've working on lately

Name Description
Webserver 🛜 An HTTP server for serving a static websites with dynamic content through CGI scripts, and supporting HTTP methods GET, POST, and DELETE.
Game AI 🌴 A small Game AI simulation of the good ol' Johnny Castaway screensaver.
Philosophers 🧵 A classic Dining philosophers problem solved with a multithreaded program.
Cub3D 🕹️ A raycaster based game project.

Meri Eskelinen's Projects

adayasanorc icon adayasanorc

A simple finite state machine project base for a Design pattern workshop.

cpp icon cpp

C++ training modules

cub3d icon cub3d

A small project to create a raycaster from a text file to render a minimap, different textures for walls facing different directions and player movement.

desingpatterns icon desingpatterns

Head First Design Patterns patterns project for teaching purposes.

fdf icon fdf

3D Graphics project in C. The program takes in a file name of an existing map and draws it into a 3D wireframe in isometric projection using Bresenham's line algorithm.

ft_printf icon ft_printf

A program implemented to mimic the behavior of a C function printf. The program implements the conversion and printing behavior of printf flags c, p, d, i, u, x, X and %.

get_next_line icon get_next_line

An implementation to read a file one line at a time. The implementation can be compiled with a macro BUFFER_SIZE based on the needs of the rest of the program, but works with any buffer size.

inception_docker icon inception_docker

A virtualization of several microservices that make up a ready-to-use application: MariaDB, Wordpress and NGINX setup for any machine using Docker and docker-compose, each service built from scratch on top of a small linux distribution.

johnnycastaway icon johnnycastaway

A small game AI simulation of the good ol' Johnny Castaway screensaver. Johnny is stranded on an island and as the days go by Johnny gets tired and hungry, in which case Johnny will decide between eating or sleeping based on fuzzy logic and then uses A* pathfinding to find berries or to his tent.

merieskelinen.click icon merieskelinen.click

A small test project to deploy a website with a proper infrastructure into Amazon using Terraform.

minishell icon minishell

Minishell mimics the behavior of the good ol' bash. The project handles pipes & redirections, environment variables, expansions, signals and has built-in functionality for the following commands: cd, pwd, env, export, unset, echo and exit.

minitalk icon minitalk

Small program to print strings in console sent from a client to the server via UNIX signals.

philisophers icon philisophers

A classic Dining philosophers problem solved with a multithreaded program. The program takes in the amount of philosophers, which is also the amount of forks available in the dining table. The program feeds the philosophers in turns with the limited resources (forks) when given reasonable input.

push_swap icon push_swap

A sorting algorithm to sort an integer array with two stacks. In addition to basic stack behavior the stack have the ability to be rotated for- and backwards. The algorithm sorts a list of 2, 3, 5, 100 and 500 in less than 1, 2, 8, 700 and 7000 moves on average.

webserv icon webserv

An HTTP server based on the Hypertext Transfer Protocol specifications, focusing on serving a static website, handling dynamic content through CGI (Common Gateway Interface), and supporting various HTTP methods like GET, POST, and DELETE.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.