Barcelona based PromoFarma by DocMorris is an e-commerce marketplace which groups together the health, beauty and personal products catalogues from more than 1,000 pharmacies and other sellers into one single website.
Successful software teams are continuously searching for methods to improve the efficiency of its members. They recognize that enhancing the development process is a solid method to increase quality while decreasing time to market. This may necessitate the addition of new tools, but it may also necessitate a step back from day-to-day work to take a fresh look at what we're doing. Think about testing.
Golang is an open source programming language used largely for server-side programming and is developed by Google. With it static typing, it is a very simple and versatile programming language that is an excellent choice for beginners. Golang is a type-safe language and has a flexible and powerful type system. In addition, its syntax is very simple, making your code easier to read.
Job queues and workers are an essential part of any web application - allowing slower work to be done in the background without compromising end-user experience. In this post, Darius introduces us to Laravel's job processing capabilities.