+90 536 993 6692

Latest News

hidden

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....

PDF text extract
PYTHON / / 4 min read

How can I extract Text from PDF files ?

Maybe everyone has needed something like this in the past. You may be looking for a relevant key text in a PDF file. Or maybe you have a PDF file that is many pages long and you just want to get the texts.Today I will tell you how to do this with a simple bot in Python. Moreover, it is not more than 5 lines of code.Let's get started....