Digitally ManiMar 23, 20203 minCodeHow to Build a RSS Parser in Python?RSS is a way to distribute content on your website or meta-tag assets and distribute them to various platforms like Apple News, iTunes,...
Digitally ManiJan 5, 20194 minCodeReact Native Async Image Loading with Firebase StorageIn one of the recent apps, I had to figure out a way to load images asynchronously from Firebase Storage. While there are a few...
Digitally ManiJan 28, 20172 minCodeHow to Parse Namespaces using the Python RSS Parser?In the last tutorial, we learned about how to build a Python based RSS Parser. Continuing that conversation and building on that...
Digitally ManiJul 20, 20162 minCodeSpecifying a Python Version for Cloud FoundryWhen you use Cloud Foundry to build Python based solutions like Django, you end up running into the issue of Python versions. By default...
Digitally ManiJul 4, 20162 minCodeModel Inheritance in Python DjangoAmongst, other things, Django as a powerful framework allows you to directly map your object-oriented models to a database table...
Digitally ManiJul 1, 20163 minCodePython Django Buildpack for Cloud FoundryDjango is a powerful python framework to rapidly create apps. This post provides you with a buildpack that will help you accelerate the...
Digitally ManiJun 21, 20161 minCodePrevent hyperlink events from CSS3Ever wondered if it possible to prevent a hyperlink from executing (i.e.) launch a new web page, a new window, display a HTML page, or...
Digitally ManiJun 21, 20162 minCodeCSS3 Columns and WebPage PaginationThe traditional HTML4/CSS/JavaScript were not conducive to laying out webpages into columns. Converting content to columns in webpages...
Digitally ManiJun 21, 20163 minCodeCreate a RSS Reader in SwiftThe following steps are intended to let you create your own RSS Reader using Swift. Create a class called RssItem The RssItem is a...