Open in app

Sign In

Write

Sign In

Ivan Kolodii
Ivan Kolodii

120 Followers

Home

About

Pinned

How to write Swagger documentation for Laravel API. Tips & examples

API documentation becomes very necessary when you split the team into Backend and Frontend. And even more when you divide your monorepo into parts or even microservices. I will show you how easily create API documentation for your Laravel API using swagger. Let’s start. I prefer using this package. This…

Laravel

6 min read

How to write Swagger documentation for Laravel API. Tips & examples
How to write Swagger documentation for Laravel API. Tips & examples
Laravel

6 min read


May 11

Harnessing the Power of Google’s Latest AerialView API

Recently, Google introduced an exciting new feature to their Maps platform — the AerialView API. This innovative tool generates footage that resembles drone-captured video for a specified location. In my capacity as CTO, I’ve explored the potential of this API, contemplating its potential applications within our products at TenantCloud and…

Google Maps

2 min read

Harnessing the Power of Google’s Latest AerialView API
Harnessing the Power of Google’s Latest AerialView API
Google Maps

2 min read


Apr 16

Downloading a Password-Protected Website for Offline Access

Recently, I needed to download a website with content for offline access. This seems like a fairly trivial task, and it is for most simple websites. However, if you need to download a website whose content is hidden behind authentication, it’s a different story. There are various authentication methods, which…

Wget

2 min read

Downloading a Password-Protected Website for Offline Access
Downloading a Password-Protected Website for Offline Access
Wget

2 min read


Apr 9

Laravel 10 package development from scratch

This article is an updated version of Laravel 7 package development article Step 1. Create a new project I prefer using the Laravel installer. You can read more about the installation here: https://laravel.com/docs/10.x/installation laravel new lara-dg I prefer using SQLite for testing and package development. Adjust your.env file DB_CONNECTION=sqlite DB_DATABASE=/Users/ivan/code/packages/test-project/database/database.sqlite

Laravel

4 min read

Laravel 10 package development from scratch
Laravel 10 package development from scratch
Laravel

4 min read


Sep 25, 2022

Top MySQL 8/AWS RDS 3 features that can improve your app

Recently AWS announced a long waited support of MySQL 8 for their RDS Aurora. Of course, you could use MySQL 8 engine on RDS way before, but Aurora has lots of good features like replication. Version 5.7 …

Mysql 8

3 min read

Top MySQL 8/AWS RDS 3 features that can improve your app
Top MySQL 8/AWS RDS 3 features that can improve your app
Mysql 8

3 min read


Aug 21, 2021

Ways of deploying Laravel App

There are many-many variations of how you can deploy your app. Of course, it heavily depends on the type of app: whether it’s a simple one-page website or a high-load SAAS. I try to follow two main concepts when it comes to deployment: - it should be as automated as…

Laravel

2 min read

Laravel

2 min read


Mar 14, 2021

Laravel Vapor. Migrating existing app to serverless. Easy or not?

App autoscaling is not a trivial task as it might look. I was really excited when I read about Vapor. I would like to share my experience of playing with this great tool. Project size Our project is nearly 650Mb and Lambda has limitations of 250Mb unzipped. We had a…

Laravel

5 min read

Laravel Vapor. Migrating existing app to serverless. Easy or not?
Laravel Vapor. Migrating existing app to serverless. Easy or not?
Laravel

5 min read


Apr 28, 2020

How to fork and maintain laravel package with ease

There are a lot of amazing ready to use laravel packages on Github and packages. Every project uses open-source packages. The only problem with open source is the lack of maintenance as it is not a full time paid job for contributors. Laravel is a very rapidly developed PHP framework…

Laravel

3 min read

How to fork and maintain laravel package with ease
How to fork and maintain laravel package with ease
Laravel

3 min read


Apr 14, 2020

Laravel 7 package development from scratch

This article is an updated version of Larave 5.5 package development article Step 1. Create a new project I prefer using the Laravel installer. You can read more about the installation here: https://laravel.com/docs/7.x/installation laravel new lara-dg I prefer using SQLite for testing and package development. Adjust your.env file DB_CONNECTION=sqlite DB_DATABASE=/Users/ivan/code/packages/test-project/database/database.sqlite

PHP

4 min read

Laravel 7 package development from scratch
Laravel 7 package development from scratch
PHP

4 min read


Oct 19, 2018

How to speed up your PHPunit tests in Laravel 5?

Testing is good. I’m a big fan of well tested code but nobody likes waiting tests to be finished. It is ok when you have a few hundreds of them or less. But when we reached a 2K number it became a really frustrating issue. In our case all integration…

Laravel

2 min read

How to speed up your PHPunit tests in Laravel 5?
How to speed up your PHPunit tests in Laravel 5?
Laravel

2 min read

Ivan Kolodii

Ivan Kolodii

120 Followers

CTO at TenantCloud

Following
  • Muzli

    Muzli

  • Netflix Technology Blog

    Netflix Technology Blog

  • Pinterest Engineering

    Pinterest Engineering

  • Aleksandr Filichkin

    Aleksandr Filichkin

  • Andrii Chykharivskyi

    Andrii Chykharivskyi

See all (78)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams