Posts With Tag: Code

Nextimal

Minimal blog template made with Next.js, serving MDX content.

This is a very simple and lightweight Next.js project for a very simple blog. There isn’t much to say, but it supports all the things that you want from a markdown blog, like headings, lists, images, code blocks, and tables.

Online Turkish Slang Dictionary

A website to view and search Turkish slang words and phrases.

For my second project centering web development and UI design, I decided to create a dictionary for slang phrases and words in Turkish. I created a input for searching and designed components around it.

Purple Startpage

A starpage website made with Next.js for people that want to be quick on the web.

How to do UI design as a web developer takes some time to learn. While coding this website, I also decided to other web app projects, and this is one of the first. It’s a simple and an elegant way to surf the web.

Tubiome

The website for the Turkish Alumni for Olympiads Society.

I didn’t had much experience creating these kinds of websites but I was ambitious! Even though Tubiome itself didn’t go anywhere, the website was functional and beautiful, it had blogs and different pages for different branches of olympiads.

Using the While, Else Statement in Python

Using while/else statement in Python unironically in a code that Kutay wrote

In Python, there is something that even the creator of Python despises. The thing that I am referring to is the “while, else” statement. Some context is that I was in a computer science course and we had to create some text-based game, and I—unironically—used the forbidden technique, the while else statement. The section of code that uses while else is given below, and for the interested, the full code is at the bottom of the page.


§