oluwadaradaily.hashnode.devHow to Deploy a Laravel Application on Render: Key LessonsAfter I built my Asset Processing Pipeline’s first product, the Image Resizer, I figured that I had to deploy it on the internet so that others can use it. In addition to that, I wanted to understand how to deploy a monolith like Laravel. I had built...Jan 24·7 min read
oluwadaradaily.hashnode.devBuilding Vue Components with CompositionWhat is composition? The Oxford Languages dictionary has one of its definitions as “a thing composed of various elements“. For our understanding of this idea, I think this is perfect.This idea of composition is separate from the Composition API we ar...Jan 4·5 min read
oluwadaradaily.hashnode.devAn Introduction to REST APIIn this article, I would like to introduce to the reader, REST APIs. REST is an acronym for Representational State Transfer. It is a standard of communication between a resource consumer (browsers, apps) and a resource provider (servers). REST API pl...Jun 5, 2023·5 min read
oluwadaradaily.hashnode.devAn Edge Case in GraphQLIntroduction Edge cases in programming, or in engineering generally, are the extreme cases or scenarios expected in a system. If a system has enough edge cases, you could handle or cater for whenever the system behaves in an unusual way. A day-to-day...Sep 8, 2021·2 min read
oluwadaradaily.hashnode.devTransferring Environment Variables to Deployment on HerokuIntroduction Hello everyone, this is my very first technical article and I am starting on Hashnode. Yayyyyy. This article is mostly for those who are not familiar with deployment on Heroku or those who have not deployed complex projects on the platfo...Nov 20, 2020·4 min read