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