I stopped freelancing on upwork in 2011. I used to be a part-time freelancer on upwork (previously known as oDesk) from 2008 to 2011 besides my full-time job. Since 2011, I have been developing my own Indie mobile apps which is a great success for me and
…Blog Posts
Recently I am working in different JavaScript based project. Basically I am working in React Native and some Node.js related works. Before that, I used to write code in Swift and Python language. On those language we don’t use semicolon (;) at the end of statements.
So when I started writing JavaScript code I learned that if we want we can avoid semicolon (;) in JavaScript as well. So I was doing that, avoiding semicolon (;) end of my JavaScript
…Web scraping is the practice of gathering data from internet automatically by computer program without using API and web browser. There are some other terms including screen scraping, web harvesting, web crawling, data mining all are including in web scraping.
You’ll learn about beautifulsoup, scrapy framework and some other techniques.
Being a long time native iOS and Android developer, recently I thought to checkout some cross platform library to build app based on one codebase. So I first learned React Native with Expo and then Flutter and Dart language. In this article, I will discuss why I like React Native more than Flutter.
-
JavaScript vs. Dart
For last 8 years I mainly worked on Swift, Obj-C to develop iOS apps and some
…Scrapy is a powerful, concise and all in one web scraping framework in Python. It can be used to scrap any website. It is an open source framework, so if necessary it can be customized as well. The most important thing is, it is not only fast but also super simple to use. Any python programmer, who wants to be a web-scraping master, must have to learn Scrapy framework.
In this video tutorial, I will discuss how to install
…If I look few years back 🧐, I used to read books very slowly. Especially books written in English, as it is not my mother language. Then I was looking for, how to read books faster. I read several articles on Internet, watched some videos on YouTube and read several books on this topic.
After practicing the techniques, now I can read faster and complete a book within a limited time. I also apply the same reading techniques when I read
…Many people want to be web developer. But not many people know how and where to start. In this 10 steps guideline, I discuss how to be a web developer from Zero experience with my recommended books.
I created this guidelines based on my web development experience and recent trends. Personally I read most of the books I recommended here.
1. HTML & CSS
First step of becoming a web developer is to learning the fundamental of HTML and CSS.
…Web scraping is a technique to extract data from webpage using computer program. In this tutorial I will demonstrate how to collect news links and title from a newspaper website for educational purpose.
During the journey we will learn about Python’s built-in URLLIB library to connect website and retrieve data and a third party BeautifulSoup library to parse HTML data so that we can filter and take out our target links. We will also
…


… 







