Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

programming

  1. Home>
  2. programming>
  3. Page 4

Python Package Publishing Notes

  • Post author:Van Ly
  • Post published:March 28, 2021
  • Post category:programming/Python

Foundations For the most part, the doc How to Publish an Open-Source Python Package to PyPI – Real Python is what I followed. However, had that been it, I wouldn't…

Continue ReadingPython Package Publishing Notes

Django Dev Env w/ Docker Compose

  • Post author:Van Ly
  • Post published:June 17, 2020
  • Post category:django/docker/postgresql/programming

A few years back I ran into a problem when working with Django on Windows while my colleagues were on Mac OS where a datetime routine (forgot which one) behaved…

Continue ReadingDjango Dev Env w/ Docker Compose

Some Cloud Storage Services

  • Post author:Van Ly
  • Post published:April 21, 2020
  • Post category:Java/programming

Azure Blob Storage ("Azure") and Google Cloud Storage ("GCS") are now supported as well as AWS S3 ("S3") by log4j-s3-search project. While working on adding the two options, I learned…

Continue ReadingSome Cloud Storage Services

Setting up Git repo on Dreamhost

  • Post author:Van Ly
  • Post published:March 15, 2020
  • Post category:programming/Uncategorized

Create an empty repo Create an empty repo off of /home/username where username is your user name.The following will create an empty repo named "myrepo" in the subdirectory /home/username/myrepo.git cd…

Continue ReadingSetting up Git repo on Dreamhost

Django app dev in Docker

  • Post author:Van Ly
  • Post published:January 26, 2020
  • Post category:django/docker/programming

Start with Docker's doc The link https://docs.docker.com/compose/django/ for the most part is valid in setting up a development environment for working with Django in Docker. Update to use Pipfile The…

Continue ReadingDjango app dev in Docker

Django’s (default) Permission Codenames

  • Post author:Van Ly
  • Post published:May 27, 2019
  • Post category:django/programming

Permission String The documentation for Django authentication (e.g. https://docs.djangoproject.com/en/2.2/topics/auth/default/#permissions-and-authorization) talks about allowing code to restrict access to models through a vague notion of a "permission." Read further and you kinda…

Continue ReadingDjango’s (default) Permission Codenames

Publishing a Java project into MVN Repository

  • Post author:Van Ly
  • Post published:November 25, 2018
  • Post category:Java/maven/programming

It turns out that this is quite an involved process with a lot of configuration and coordination w/ Sonatype. It took several days, upwards to a week or so, for…

Continue ReadingPublishing a Java project into MVN Repository
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP