There are a couple of articles on how to integrate Scrapy into a Django Application (or vice versa?). But most of them don’t cover a full complete example that includes triggering spiders from Django views. Since this is a web application, that must be our main goal.
What do we need? Before we start, it is better to specify what we want and how we want it. Check this diagram:...
LXD — Assigning static IP to containers
By default, lxd containers get random ip from lxd-bridge system. If you want to assign static IPs (i.e with some logical or arithmetic order), good news: It is quite simple.
All we need to do is create a DNS configuration file and tell lxd to use it.
There is a configuration file lxd-bridge under /etc/default/ directory. It is created when you first run lxd init command. It is something like this:...
React Native Maps with Google Directions Api
We have to use an external service to draw real world directions between two (or more) locations on the Map. For React Native, i ended up using both react native maps and Google Directions Api.
We have to use an external service to draw real world directions between two (or more) locations on the Map. For React Native, i ended up using both react native maps and Google Directions Api....
Hangi Programlama Dilini Öğrenmeliyim ?
The language of this post is Turkish and the translation of the title is: Which programming language should I learn?
Son güncelleme: Ekim 2020
Bir soru. Çevremde bir çok insan tarafından mütemadiyen sorulan bir soru. Soruyu soran şahıs farkında olmasa da, aslında bu soruyu sorarkenki asıl amacı spesifik olarak bir programlama dilini öğrenmek değil. Asıl öğrenmek istediği;
Ben bu işi öğrenmek ve bu alanda çalışmak istiyorum. Nereden başlamalıyım?...