Explore my tutorials, tips and writing:

Seeed Studio Fusion Review

This blog post is a review of Seeed Studio Fusion PCB / stencil service. A few weeks ago I was looking for PCB service with an option to get a stencil for my PCBs and a representative from Seeed Studio approached me asking to give them a try. They were very polite and offered a […]

Read More

Laravel: my first framework. Chapter 6 – Database Operations

The following content is the sixth chapter of my new e-book titled “Laravel: my first framework“. This writing is copyright by Maksim Surguy. Unauthorized copy and distribution of this material is prohibited. Chapter 6. Database Operations This chapter covers Configuring Laravel to use a database Introduction to Query Builder and Eloquent ORM Using Query Builder operators for […]

Read More

Laravel: my first framework. Chapter 5 – Understanding Controllers

The following content is the fifth chapter of my new e-book titled “Laravel: my first framework“. This writing is copyright by Maksim Surguy. Unauthorized copy and distribution of this material is prohibited. Chapter 5. Understanding Controllers This chapter covers Default controllers Creating new controllers Controller routing RESTful and Resource Controllers When the code of the application […]

Read More

Laravel: my first framework. Chapter 4 – Views

The following content is the fourth chapter of my new e-book titled “Laravel: my first framework“. This writing is copyright by Maksim Surguy. Unauthorized copy and distribution of this material is prohibited. Chapter 4. Views This chapter covers Basics of views and templates Passing data to views Blade template engine View layouts HTML helpers Most modern […]

Read More