Blogg
“No army can withstand the strength of an idea whose time has come”
— Victor Hugo
- All
- PHP
- silverstripe
- MVP
- ab-testing
- Headless
- React
- Google Datastudio
- Agency Tips
- Vue
- Wordpress
- VSCode
- Shopify
- ecommerce
- serverless
- Multilingual
- React Native
- Api
- Sylius
- e-commerce
tisdag 24 januari 2023
Get started with building plugins for Sylius. This article will highlight a few steps to get to a good starting point. It will showcase how to set up a development environment where the database runs off a Docker container and a local server runs with the Symfony CLI.
fredag 25 november 2022
Sylius is an open-source e-commerce solution that is flexible from the start and can grow with your business
måndag 20 juni 2022
Add card payment processing to Sylius that is approved for the EU market. We will do this by extending Sylius with a third-party library adding a Stripe plugin, and adding a docker container for Stripe.
torsdag 24 mars 2022
Programmatically create localized content for upgrade, conversion, or REST API consumption purposes.
torsdag 17 mars 2022
Inriver is a Product Information Management that can be integrated with most of the systems you need - as long as you have a way of using one of its APIs. One way is using the REST API that provides multiple endpoints for your needs. In this article we see how we can use some of the more flexible endpoints.
tisdag 21 september 2021
The Apple Mac M1 has several benefits such as fast performance and battery efficiency. Despite these benefits there are some potential drawbacks such as some software incompatibility issues with the ARM processor architecture.
tisdag 31 augusti 2021
Creating a joined backend and frontend application with Silverstripe 4 and VueJS, while executing queries using graphQL 4
måndag 16 augusti 2021
Showing how React custom hooks can be used to look and feel like objects, and tips to avoid entanglement.
fredag 11 december 2020
Increase CMS content portability by rendering it as PDFs. Rendering content in PDF format is useful for menus, flyers, confirmations and more.
söndag 29 november 2020
Is it worth switching to a serverless architecture? A brief essay with my thoughts on the matter.
söndag 15 november 2020
How to compile your assets in a Silverstripe-project.
onsdag 19 augusti 2020
Vilken plattform passar egenligen min affär bäst? Vad kan jag förvänta mig att få med min budget? Vilka system är vanligast och bör jag hyra eller utveckla egen plattform?
tisdag 21 april 2020
Några av våra favoritprojekt vi har jobbat på har varit de som nya entreprenörer velat realisera. Det är projekt som som utmanar, inspirerar och får oss att växa. Ofta på ett mänskligt plan också.
onsdag 25 mars 2020
There are many e-commerce platforms available for businesses that want to sell products online. Lately I have been checking out two popular, but very different ones in order to give a brief overview from both a shop owner’s and a developer’s perspective as a basis for a discussion of the use cases for these systems.
onsdag 12 februari 2020
Silverstripe CMS 4 features many attractive improvements to usability, security and performance. It is a recommended upgrade for all Silverstripe CMS websites.
onsdag 8 januari 2020
A walkthrough of a few extensions for VSCode that we find useful when developing in PHP.
fredag 20 december 2019
Vad handlar EUs direktiv om tillgänglighet? De som har någon form av kognitiv nedsättning eller handikapp som berör hörsel och syn riskerar även att online möta trösklar, på samma sätt som de gör i en byggnad som inte är handikappanpassad på rätt sätt.
torsdag 12 december 2019
For anyone using MAMP Pro to host their local environment Xdebug comes handily installed and all it needs is some configuration to work well with VSCode.
fredag 6 december 2019
En liten fusklapp på saker man kan gå igenom innan man går live med sin webbplats eller e-handelslösning.
torsdag 5 december 2019
Silverstripe CMS and Fluent can be used to build multilingual websites with locales on different domains.
torsdag 14 november 2019
We recently released an e-commerce website we have been working on for a few months. During development we faced some interesting challenges in the front end so in this post I will share our experience of using VueJS together with Silverstripe.
onsdag 16 oktober 2019
Vad bör man själv ha koll på när man väljer en webbyrå, produktionsbyrå eller en digital byrå? Och vad krävs av dig som beställare? Ibland kan det vara svårt att förutse vad för typ av frågor som kan dyka upp. Här är 5 saker vi själva skulle rekommendera att en beställare funderar på innan de träffar en byrå.
torsdag 20 juni 2019
A developer comparison between two popular CMS and when to choose one or the other.
tisdag 2 april 2019
We would like to share a great post on how best to setup a Minimum Viable Product
torsdag 7 mars 2019
FPDI is a collection of PHP classes faciliating developers to read pages from an existing PDF document and use them as templates in FPDF. In this example, we will use FPDI to import the existing PDF-template and then FPDF to populate the PDF with values.
tisdag 12 februari 2019
A comparison of two excellent open-source Content Management Systems
tisdag 18 december 2018
Case study of the flexibility of SilverStripe.
måndag 10 december 2018
I recently started on a task where our customer wanted to transfer data and statistics from their Silverstripe platform to Google Data Studio.
tisdag 25 september 2018
After reading up on the basics about React I wanted to create a application to learn more and start creating something myself using React. The application I was going to create where going to be a mobile first view of tasks and time tracking from Springloops API. I would use React to fetch from the API and create a summary of tasks and time in a simplistic view.
fredag 21 september 2018
A/B testing is a great way of trying different ways of presenting information on your website to see what works best for your audience and to enhance conversions.
fredag 21 september 2018
The other day I was asked to customise the behaviour of the “Add new” page, used by editors when they add new pages to the site tree. In this blog post we’ll go through how that can be achieved.
Configure lists in the admin interface. We explore how to add images to the table for product variants in Sylius. We see the use of grids, templates, and a custom method.