Skip to content

Offer

Static HTML Websites

Websites can be divided into two groups: dynamic and static. What's the difference between them?

The content of the static page is placed directly in the files. Each subpage is a separate HTML file, and the page content changes directly in the file on the server. In the case of static pages, we do not need a database, they are faster and much safer. The code structure itself is clearer and more browser-friendly. We do not have to worry about updating scripts just like in the case of Wordpress websites. After the last update to version 5, some plugins did not work with the new version of the Gutenberg editor.

Mostly static pages are associated with the lack of an administration panel, which makes editing itself seem difficult for the average user. However, with the help comes GitHub, where we can place static pages for free, and Netlify CMS - a content management system that completely solves the problem of editing.

Static pages do not have to be associated with a simple appearance or outdated solutions. Some will say that it is a return to the roots and a backwardness in technology, but from experience I know how many problems with security, optimization or update can make a typical CMS, offering in return an administrative panel, which we will not use anyway.

If you do not need an online portal or advertising system and you dream about a fast, secure website, this solution is for you :)

Static HTML Websites

WordPress Websites

Probably most of the pages that you had the opportunity to visit were put on the Wordpress platform. What is Wordpress? It is a free content management system for websites, blogs and even online stores. Put simply, it is a website with an administration panel where you can make changes to the site without knowing the encoding.

This system is characterized by ease of use compared to other platforms, it has a lot of ready-made plugins that can turn our website into a small information portal, advertising system or store. It is also completely free, only some plugins that extend the functionality can be paid in the premium version.

Wordpress will work perfectly in cases where frequent change of content will be required, such as adding new entries, subpages, or managing a photo catalog. Well configured and optimized, it becomes an invaluable tool for every website administrator.

WordPress Websites

Online stores

When creating online stores, I pay special attention to the industry, the offer, the competition and the target group. Based on the collected data, I develop a strategy and propose solutions that will effectively achieve the planned goals.

I make online stores on the PrestaShop platform. It is a proven and popular Open Source solution designed to run an online store. It has a lot of functionality, an intuitive administrator panel and good performance.

Online stores

Dedicated applications

Web applications using the Laravel framework. Dedicated systems are created for the client's needs, contain functionalities that meet business requirements, without additional unnecessary solutions.

Dedicated applications

3D Applications

Sometimes the product description and photo are not enough to fully present the specification of the item. Thanks to WebGL - a JavaScript extension that provides access to the three-dimensional API, we are able to present the object in 3D technology.

I create 3D models in Blender software and present them on the website. It gives us the ability to rotate, scale, animate objects and much more. I use Babylon.js for this type of tasks. The above game demo is an example of this type of solution.

3D Applications