Back to Blog
#automation 4 posts

automation

All posts tagged with automation

AI transforming software development speed and competitive advantage
AI & Automation Dec 7, 2025 9 min read

Every Company Is A Software Company

AI is reshaping competitive advantage by changing how fast teams can move from idea to product. Small teams can now compete with giants, and the organizations that thrive will be those that embrace AI as a force multiplier.

#ai #productivity #engineering
Read more →
Dropbox file renaming with Python
Coding May 15, 2020 5 min read

Renaming files in Dropbox using Python and Dropbox API

Recently, I came across an interesting project involving Dropbox. The client manages a services business where they take hundreds of images per project and upload them to Dropbox.

#python #dropbox #dropbox-api
Read more →
Proxy server rotation in Python
Coding Feb 15, 2020 6 min read

Writing a Proxy Server Rotation Script in Python

Learn how to rotate proxy servers in Python to avoid IP blocking and rate limits when web scraping.

#python #web-scraping #proxy
Read more →
Web scraping with Python BeautifulSoup
Coding Dec 5, 2019 7 min read

Python BeautifulSoup Tutorial: Web scraping in 20 lines of code

Learn how to scrape a web page in 20 lines of code using Python and BeautifulSoup.

#python #web-scraping #beautifulsoup
Read more →