I’m a fan of Facebook instant articles. They load very fast! π Click through rate and engagement is also very high for instant articles so…
View More Displaying code in Facebook instant articles π±Category: Quick tips for developers
This section is for quick tips and solutions for simple developer problems that we face in our daily life. The kind of problems that are not really complicated but we start googling for them!
Complete guide to webviews in android activity
Introduction Android development has a bigger buzz than web development these days. Most businesses require a website and an Android app that goes with it.…
View More Complete guide to webviews in android activityStep by step guide to deloy Django Applications on Heroku
Introduction Most of the software development happens on localhost. But this locally hosted software can only be viewed and tested by one developer. Β In this…
View More Step by step guide to deloy Django Applications on HerokuHow to Redirect the Pages in PHP after a few seconds
This article is a Snippet about how to redirect from one page to another page in PHP after a few seconds. In this article, I’m…
View More How to Redirect the Pages in PHP after a few secondsBackend for frontend developers: BaaS
Backend as a service( or BaaS) is a kind of service that lets developers ease the process of developing a backend. It is a cloud-based…
View More Backend for frontend developers: BaaSReact Native border radius issue on iOS (solved)
I’ve been working with React Native from last 3 months and I’m already in love with it. It makes android and iOS app development a…
View More React Native border radius issue on iOS (solved)CSS3 skew() method
This article is a small snippet about the skew() method with few examples.
View More CSS3 skew() methodThree Line navigation bar using HTML and CSS
Here I’m with Three line navigation bar tutorial, which is created by using pure HTML and CSS. Today I’m going to show you guys how…
View More Three Line navigation bar using HTML and CSSCreating Hamburger navigation bar using HTML and CSS – Part 1
Hamburger navigation bar or Hamburger button which commonly acts has a menu bar for a mobile version of the website. In this article we are…
View More Creating Hamburger navigation bar using HTML and CSS – Part 1Aligning the text vertically using CSS properties
Is it possible to align the text vertically???Β Yes it possible to align the text vertically using CSS properties, there are 2 ways to achieve…
View More Aligning the text vertically using CSS properties