+90 536 993 6692

Latest News

hidden

Autonomous Vehicles
PYTHON / / 6 min read

How do autonomous vehicles detect lane lines?

Today, if you are wondering how smart cars automatically follow the driverless lane line and go to the desired route, I have prepared an article for you using the image processing algorithm. Basically, the Hough Line Transform structure, which has similar logic, is used in all image processing algorithms. Today I will create an example scenario using the Python programming language. And at the end of my article, I will share these codes with you. ...

redis
.NETCORE / / 9 min read

Where should product cart information be stored in the E-commerce web sites ?

We all shop online. And sometimes we add products to our cart, even if we don't buy them at that moment. The length of time our products stay in the cart varies depending on the company's strategies. I will share information about where the product information in the cart should be kept, which is important for us software developers, and I will explain with source codes where I keep it myself....

instagram bot
SCRIPT & BOTS / / 5 min read

Instagram Follow Bot

Just to broaden your horizons, today we will write an Instagram follower bot.The aim here is to automatically follow certain people or pages thanks to the bot. Based on this, you can like posts via bot or pull content from the pages of people you like, it's up to your imagination....