Weekly Challenge: Sub circular

Weekly Challenge 316 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of us to come up with solutions to two weekly tasks. My solutions are written in Python first...
0 Read More

Perl 🐪 Weekly #716 - CVE in Perl

Originally published at Perl Weekly 716Hi there,A few days ago, I wrote a blog post about CVEs. It was my first time looking at CVEs closely. Then I came across a reddit post discussing CVE-2024-56406...
0 Read More

Bump Your Semantic Version

While looking at some old bash script that bumps my semantic versions I almost puked looking at my old ham handed way of bumping the version. That led me to see how I could do it "better". Why? I du...
0 Read More

Perl 🐪 Weekly #717 - Happy Easter

Originally published at Perl Weekly 717Hi there!First of all I need to apologize. Last week we mistakenly included a link to a crypto scam. Clearly we have to be more careful with our inclusion policy...
0 Read More

Generate Fixtures for Rose::DB ORM

A while a go I released on Metacpan DBD::Mock::Session::GenerateFixtures. So lets how can we mock data for Mysql/Maria db via Rose::Ddb ORM.So lets install this: ⛶sudo apt-get install -y mysql-serv...
0 Read More

PWC 318 Task 2 Reverse Equals

PWC 318 Task 2 Reverse Equals Problem Description You are given two arrays of integers, each containing the same elements as the other. Write a script to return true if one array can...
0 Read More

Mojolicious and Docker

This post plans to illustrate how you can build and dockerize and Mojolicious application and solve basic issue like volume mounts permission and env values. Building an simple dockerized app ...
0 Read More

Mojolicious and Docker part 2

I my last post mojolicious-and-docker I have explained how to build and Docker image and to spin up which holds an Mojo app in this one I want to add show how to: Add an data base image to the docker ...
0 Read More