Tag - DEVLIFE

Posts of DEVLIFE

Scramble - an easy way to generate API docs in Laravel

Scramble is a Laravel package that allows you to generate API documentation without the irritating annotations.
9 August, 2024
DEVOPS
DEVLIFE
LARAVEL

The importance of Docker as a developer

Docker has become a key tool for any developer. It is no more something that only the Devops person should know. In this article I will talk about the reasons why Docker is so important to know as a developer.
25 July, 2024
DEVOPS
DEVLIFE
DOCKER

Using separate ssh keys and using them inside your cicd pipeline for security

In this blog post, I am going to share my experience on what I learned about SSH keys and some of the security benefits that we get once we implement them. So, if you are interested in the details then come along for a ride.
18 July, 2024
DEVOPS
DEVLIFE
AWS

Deploying Laravel as a Serverless Solution with Bref

This blog post explores deploying Laravel applications as serverless solutions using Bref and AWS Lambda, emphasizing benefits like automated scaling and reduced server management. It includes a step-by-step setup guide and highlights how serverless architecture improves reliability and performance, particularly for handling unpredictable traffic spikes from webhooks.

14 July, 2024
DEVOPS
DEVLIFE
AWS
LARAVEL

Testing and code coverage with pcov and how to setup using serversideimage docker image

Test driven development is something which has helped me write better, cleaner and more modular code. In search of more coverage, I found PCOV which is a great tool to find a test coverage report. It is a great way to get a sense of how much code coverage we have and which situations are not getting covered. I will also talk about the internals of how PCOV work and detect the coverage.

5 July, 2024
DEVOPS
DEVLIFE
TESTING
LARAVEL

Why is reading code important for every developer?

As a developer the habit of reading code can do wonders to your coding ability and accelerate your speed of learning. You spend only about 1 hour coding for every 10 hours you read. And hence, the skill of reading code becomes very important. Let's understand how it helps, how it works and how you can improve it.
30 June, 2022
DEVLIFE

Understanding the secret of secrets

Any application that you create will have some secrets. Even a todo application which is storing information into a database has secrets. The credentials that you use to connect to the database is a secret for that application, isn’t it? But, many developers don’t pay enough attention to this part.
16 August, 2021
DEVLIFE

Power of estimation for developers

I have been working software developer and a Technical project manager at Focalworks for more than 10 years now. Over the years, I have realised the importance of accurate estimates.
17 April, 2021
DEVLIFE

5 reasons why you should use tailwind and whats new with version 2

The big release is here, Tailwind 2.0 is out. You must have already heard about it and that's how you must have landed on this article. But, if you have not then also you are at the right place. I am going to tell you a few very important points about why you should use this CSS framework.
23 November, 2020
CSS
TAILWIND
DEVLIFE
/ 1