SMStanley Mandelaincodebystan.hashnode.dev·Jan 23 · 7 min readResolving Self-Signed SSL Certificate Issues in Dockerized Laravel ApplicationsIntroduction When integrating Laravel applications with external APIs using self-signed SSL certificates—especially in Docker environments—you'll often encounter SSL verification errors. This guide walks through the challenges I faced while connectin...00
SMStanley Mandelaincodebyndela.hashnode.dev·Jun 10, 2025 · 4 min readGetting Started With Laravel & Docker in LinuxQuick Summary: This blog covers A to Z about containerizing a Laravel application and a VueJS application, from creation of the app to creating the docker file, the docker compose as well as debugging steps of the process. This application will need ...00
SMStanley Mandelaincodebystan.hashnode.dev·Jun 21, 2022 · 2 min readData Structures and AlgorithmsWhat is a Data Structure ? A data structure is a particular way of organizing data is a computer program effectively. Algorithms are collections of steps to solve a particular problem. Types of Data Structures Linear Data Structures Non - Linear Da...00