Skip to content

szTheory/programmingnewsletters.com

Repository files navigation

ProgrammingNewsletters.com

The best weekly programming newsletters on one website

Features

  • Ordered by last update
  • Filter by category
  • No email needed
  • No CloudFlare
  • No analytics
  • Free

Development

Building the site

To build the site:

carton exec perl Run.pm

To force a rebuild, overriding newsletters cache:

carton exec perl Run.pm --rebuild

To build just the first item from newsletter.json (when adding new newsletters):

carton exec perl Run.pm --rebuild --first-only

Viewing the site locally

Download the code and start a webserver.

git clone git@github.com:szTheory/programmingnewsletters.com.git
cd programmingnewsletters.com
python3 -m http.server --directory public

Now visit localhost:8000 to view the website.

Netlify deploy command

export PERL5LIB=/opt/buildhome/perl5/lib/perl5 && curl -L https://cpanmin.us | perl - App::cpanminus && /opt/buildhome/perl5/bin/cpanm Carton && /opt/buildhome/perl5/bin/carton install && /opt/buildhome/perl5/bin/carton exec perl Run.pm

Credits

Logo icon made by Freepik