Blog Posts

Why I Use Semicolon In JavaScript Code

JavaScript Semicolon

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

Continue Reading

6 Reasons Why I Like React Native than Flutter

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.

  1. JavaScript vs. Dart

For last 8 years I mainly worked on Swift, Obj-C to develop iOS apps and some

Continue Reading

Python Scrapy Framework: Learn to Becoming a Web Scraping Master

Python Scrapy Framework

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

Continue Reading

9 Secrets to Read Any Book Quickly

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

Continue Reading

10 Steps to Be a Web Developer with Book Recommendation

Web Developer

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.

Continue Reading

Python Web Scraping 🔥 Aljazeera Newspaper Scraping by BeautifulSoup 🎯

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

Continue Reading

Sliding Sidebar

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 161 other subscribers

Follow Me

Hire Me on Upwork:
Hire Me on Upwork

Learn Python Programming in 5 Hours

Learn Web Scraping in Python

Categories