programming

23
Oct
How to create your own pip package example python

How to create your own pip package example python

Example code repo for post [https://github.com/KarmaComputing/create-your-own-python-pip-package] Being able to package your python project into a pip
1 min read
16
Oct
Rust create ubuntu / debian package from cargo

Rust create ubuntu / debian package from cargo

Rust how to create a deb package with cargo deb
1 min read
04
Oct
How to get started with rust

How to get started with rust

How to I install rust? See https://www.rust-lang.org/tools/install Or run: curl --proto '=https' --tlsv1.
1 min read
20
Aug
What is an unhandled exception mean?

What is an unhandled exception mean?

Generally an unhandled exception in your code means that your program is in a condition or state that you have
1 min read
03
Aug
Playwright tutorial example configuration

Playwright tutorial example configuration

Playwright provides a fast and reliable interface that can be used to automate browser navigation testing. In this Playwirght tutorial,
5 min read
09
Jul
Does git rm delete the file?

Does git rm delete the file?

tldr; Yes. Yes it does. (use git restore --staged <filename> to un-delete if you made that mistake*) Does
2 min read
03
May
Database migrations with multiple git  branches and teams alembic sqlalchemy

Database migrations with multiple git branches and teams alembic sqlalchemy

> This article is suitable for understanding database migrations when there are database migrations on different git branches which need
3 min read
23
Mar
Getting started with Java and Scala projects using Maven, intellij

Getting started with Java and Scala projects using Maven, intellij

Coming from a Python/Php and/or systm administration bacground with no little to Java experience is daunting. * POM? What
3 min read
12
Oct
How to build and publish a package on pypi.org

How to build and publish a package on pypi.org

Notes for building and publising a python package to pypi.org These notes are for python 2.7, sorry, but
29
Jun
Do Programmers Need Math?

Do Programmers Need Math?

Do Programmers Need Math? No. I'm writing this article after quite a few years of programming. No, I&
1 min read
Collect recurring payments with Subscribie