Sparkbit jednym z Najlepszych Twórców Oprogramowania w Polsce według Clutch
Sparkbit został uznany jednym z Najlepszych Twórców Oprogramowania w Polsce według Clutch
Sparkbit został uznany jednym z Najlepszych Twórców Oprogramowania w Polsce według Clutch
Wielu osobom wydaje się, że w internecie można być całkowicie anonimowym. W latach 90 XX wieku to stwierdzenie mogło być prawdziwe – dzisiaj z pewnością już nie jest. Niegdyś niezwykle popularna rycina autorstwa Peter’a Steiner’a (obok) oddawała nastroje jakie panują w internecie – poczucie anonimowości, możliwość ukrycia swojej aktywności w sieci pod fałszywą tożsamością. Ten […]
The reason to make an application accessible is to warranty that the web is an inclusive place available for every user. Accessibility is for everyone Yes, accessibility is for everyone. Let’s see some examples why: A power user navigating with the keyboard through an application will make use of focusable and tab reachable elements. A […]
Business processes are all around us. Pizza delivery, orders shipment and invoice acceptance are just a few examples. We need to implement these processes in software delivered to our customers. Processes have their participants, who complete process tasks. Process steps result in actions like data row updates in databases, parcels being moved around warehouses, documents […]
Have you ever seen an API documentation that’s completely out of date? Or the one that seems to be updated but examples somehow don’t work? Or the one that’s automatically generated but you can’t find anything useful in the overflow of available methods? It definitely sounds familiar to me. Fortunately, there’s a tool which helps […]
Introduction Problems with JSON payloads A common problem when developing applications talking to external services are payloads that do not stick to the contract. When we build a typescript application consuming JSON endpoints the easiest thing to do (shown in most tutorials) is casting the payload to the expected type. This can however lead to […]