Paginated Responses in NgRx/Data

Dec. 22, 2020 |  ngrx  ngrx/data  django  angular 
This is a quick post on how to support paginated GET responses in NgRx/Data. Like many other posts, done primarily with the objective of recording my research output while sharing it with others who might need it. (Quick google searches did not yield much

Controlling Pelican Output Files

Oct. 22, 2020 |  pelican 
By default Pelican generation process results in a few files. Besides the site's homepage, a page each showing the list of articles, list of tags, list of categories and a page with a list of authors are produced. Some sites may want to suppress some of th

Search Engine Optimization

Oct. 22, 2020 |  seo 
These are some of the notes from my research on SEO techniques for a website. 'Notes', and not a definitive guide. This is based on the guidelines outlined in Google's own [docs](https://support.google.com/webmasters/answer/7451184) and therefore is primar

Localizing Pelican Sites

Oct. 20, 2020 |  pelican  localization 
Localization is provided via the [i18n_subsites](https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites) plugin. As mentioned before, localization is provided via the plugin `i18n_subsites`. This plugin employs `jinja2.ext.i18n` to achieve

Brief Overview of Pelican

Oct. 19, 2020 |  pelican  site-generator  python  company site 
Recently I switched this website from Django to a static site. This article gives an overview of the core concepts of [Pelican](https://github.com/getpelican/pelican/), covering areas that are not directly captured in the official docs. This is written pri