Skip to content
  • Home
  • About Kristi
August 24, 2018

db-to-php: The new “intelligent” PHP database framework

What is exactly db-to-php Before I answer that question, let’s look shortly at the different types of database frameworks. The database frameworks are divided in two main categories: ORM (object relational mapping), ex: Doctrine Active Record, ex: Eloquent by Laravel db-to-php was created with the intention of being in neither of them, but just as a tool which can be...

Categories Database/Php Comments: 0
August 17, 2018

How to compile Laravel Blade views on demand

During a CI/DI pipeline one of the common build stages is to minify the HTML. To do this in Laravel, you may run gulp html minify to the location of the compiled views (by default storage/views). You might think that that is all it takes, right? Well, it is not that easy. The reason for it is that the compiled...

Categories Laravel/Php Comments: 0
July 22, 2018

Why I created my blog and why you should also create one

Hi everyone and welcome to the first post of my website. I will start this post by providing first the reasons why I think any engineer should have its own blog and why I created mine. After that I will provide some details on how I created this blog, and why I made such decision. 1. Share the knowledge and...

Categories News Comments: 0

Posts navigation

  • «
  • 1
  • 2

Categories

  • C (2)
  • Code challenges (2)
  • Database (2)
  • Frameworks (1)
  • Functional programming (1)
  • Go (1)
  • Management (1)
  • News (3)
  • Object-oriented programming (1)
  • Php (2)
    • Laravel (1)
  • React (2)
  • Recently reading (1)

Recent Posts

  • How to use react-markdown to create custom React components August 2, 2023
  • WordPress VS NextJS+Strapi. Is the migration worth it? July 29, 2023
  • How to use Google Optimize A/B test tool in a React SPA Application January 16, 2023
  • I moved WordPress inside a docker container July 8, 2022
  • Introducing goseeder – the go database seeder October 22, 2020

©2025 Kristi Jorgji

  • Twitter
  • Linkedin
  • GitHub
Back To Top