PDFKit is a Ruby gem used to generate PDFs based on HTML layouts. Usually, It is used to dynamically generate certificates, invoices etc in different…
View More Custom font with PDF Kit or wkhtmltopdf issue (solved)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!
Unable to configure sendgrid with postfix in DigitalOcean server (Solved)
If you have installed postfix in your Ubuntu server from digital ocean and trying to configure Sendgrid SMTP then here are the instructions – Sendgrip…
View More Unable to configure sendgrid with postfix in DigitalOcean server (Solved)Displaying code in Facebook instant articles π±
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 π±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 CSS