All Articles

Follow our blog and discover the world of Software Development, Web Desing, and SEO. Besides, keep up with the latest company news and official product releases.

Best Practice in Creating Bulletproof Email Templates

Developing an email template can be a rather intricate task. It differs from the website development process in some ways since it has no real standards. Email clients choose (seemingly at random) what and where to support certain HTML or CSS elements. Email developers make the most of this lack of structure since it gives them a chance to implement and craft their code exactly the way they want to.

Read More

Game of Codes – The Most Influential Codes Written So Far

Are codes part of your everyday life? Have you ever explored the most influential ones? If not, let’s do it together.

“A code line is a *path* *of* *evolution/development* of the canonical set of source files that is required to produce a given software (sub)system.”

“A software metric used to measure the size of a computer program by counting the number of lines in the text of the program’s source code.” 

Read More

Custom Shipping Methods and Custom Cart Summary Fields in Magento 2

Introduction

In this article, we are going to make custom shipping methods and custom fields that will be shown in the cart summary. We will use some simple examples that contain just the necessary code. This is a piece of must-have knowledge for every developer and it’s pretty simple. Every start is hard but it is a start!

Read More