RSSAmplifier

Blog

S_CO Blog

Latest posts

sasablagojevic.comRSS feed ↗19 posts

Latest posts

Writing and Publishing a Kotlin library

In this article with the longest intro in the whole history of internet blogging, we will cover how to write and publish a Kotlin library on Maven Central Portal using Gradle as our build system. Read the full article

Traefik entrypoint http to https redirect

If you followed the Traefik docs you would have expected that it's going to work, but as it goes, it's never that straightforward. Let's go over the additional sneaky steps we have to do. Read the full article

Domain Driven Design approach in Ruby On Rails

This article is aimed at developers already familiar with Domain Driven Design who want to apply its principles to the most famous web framework in Ruby. Read the full article

Great References for Learning GO

Read the full article

New Year, new job, new website!

The last year has been a rollercoaster for all of us thanks to a global pandemic, but to me, it was extra tumultuous! Now that the probation period is over I can break the self-imposed vow of silence. Read the full article

Setting up WKHTMLTOPDF on Docker Alpine Linux

Read the full article

Running multiple versions of PHP on macOS with Homebrew

I'm a big proponent of Baby Steps Doctrine , yep I think I just coined this term. What do I mean by that? Short version I like keeping things simple, now let's get to the long one. Read the full article

Three Reasons Why You Should Visit Web Summer Camp

Yes, I used one of those clickbait titles and no I'm not ashamed, not at all, because now that you've clicked you might as well read it, you obviously have no better things to do. Read the full article

PHP Tuples

Let's talk about PHP Tuples and why exploring new languages is good for you. Read the full article

PHP Serbia was a blast

It's time we talked about the phelephant in the room. *Ba Dum Tss! Get it? This is double wordplay, elephant in the room and php + elephant == phelephant. Ok, I'm gonna stop now... Read the full article

Object Oriented Programming

The aim of this article is to break down the major concepts of OOP for newbie developers in a more digestible format and I hope they will have a better understanding of the Object-Oriented Paradigm after reading it. Read the full article

Eloquent performance quick tip

Improve Laravel performance with this simple trick! Read the full article

Changing the database connection on Laravel's Query Builder

While working for a client whose codebase had a lot of legacy code I faced an interesting challenge, I needed to change the database connection on an already instantiated query builder, and I couldn't do it the Laravel way. Read the full article

My first time at WebCamp Zagreb

I felt like an Amish guy when he goes to a big city for the first time in his life. It was awesoomeee! Organizers and volunteers Read the full article

Synchronizing PHP and MYSQL timezones

While working on my new project, a personal finance web app I started to encounter weird time issues. Read the full article

Sharing data between views in Laravel

There are two approaches to sharing data across views in Laravel, view share and view composer. In this tuts I will give you a brief overview of both of them and more importantly what you should be careful about when using composer. Now, let's dive in. Read the full article

How to get rid of blue UIButton background on different states

Have you styled your perfect UIButton just to find out you it gets blue and so do you? No worries, we can fix that! Read the full article

Why PHP is a perfectly reasonable enterprise solution

By choosing php a startup will have a smaller barrier of entry thanks to lower fixed costs - costs of infrastructure, in additio Read the full article

Hello world

"Docendo discimus" – By teaching we learn. I may not know much, but I know more today than I knew yesterday and I'll know tomo Read the full article