Bilge Demirkaya·Dec 21, 2024Sovereign AI: How Nations Are Claiming Their Tech Independence in 2024In 2024, the world witnessed a growing awareness across countries around AI sovereignty. With the global advancement of generative AI…
Bilge Demirkaya·Jun 17, 2024Could AI Outlast Earth?As we look towards the distant future, billions of years from now, imagine a world where all living beings have perished. We may wonder…A response icon2A response icon2
InJavaScript in Plain EnglishbyBilge Demirkaya·Dec 5, 2022Does Nuxt.js have the potential of over-engineering?My first instinct was to create a Vue3 app without any framework or plugin so I could have control of what was going on. After a bit of…
Bilge Demirkaya·Jun 29, 2021Crawl Product Details in Decathlon Pages Using Scrapy-SplashIn this tutorial, we will scrape product details by following links using the Scrapy-Splash plugin.
Bilge Demirkaya·May 4, 2021How to do Apache Beam Transform with MongoDB in PythonApache beam is the best way to automate Reading — Transforming— Writing process to make a robust pipeline.A response icon1A response icon1
Bilge Demirkaya·Apr 3, 202142 Yazılım Okulu2019'dan beri öğrencisi olduğum 42 ile ilgili çok soru alıyorum. Yakin zamanda, Türkiye’de de 42 okulu açılacağını öğrendim. Merak edenler…A response icon2A response icon2
IncodeburstbyBilge Demirkaya·Mar 23, 2021Make a Robust Crawler with Scrapy and DjangoAs a developer, you may find yourself wishing to gather, organize, and clean data. You need a scraper to extract data and a crawler to…A response icon4A response icon4
IncodeburstbyBilge Demirkaya·Feb 22, 2021An Introduction to Web ScrapingIf the only way you access the Internet is through your browser, you are missing out on a huge range of possibilities.A response icon3A response icon3
InJavaScript in Plain EnglishbyBilge Demirkaya·Feb 7, 2021How To Create A Popup Modal With CSS + JavaScriptA modal is a popup window that is displayed in front of the current page when pressed a button. Here’s my example
InJavaScript in Plain EnglishbyBilge Demirkaya·Feb 5, 2021How To Find The Most Frequent Element In An Array In JavaScriptThe best way to find the most frequent element in an array is using reduce function and creating a hashmap. That’s the whole code you need:A response icon2A response icon2