Challenges of Scaling a Business – How We Help a Small English School
#digital transformation #growth #mobileAs you probably know Evertop is a custom software development company. We design, develop, deploy and maintain bespoke systems created under our client’s requirements. On our daily basis work, we find less or more exciting and inspiring projects. The one I’d like to describe today is, in my opinion, one of the most interesting we’ve done so far.
Maciej Kotok
How To Write a Simple Downloading App With Flutter
#downloading files #flutter #mobileIf you are new to Flutter and you have never built nor created an application using Flutter, please get familiar with Get started section on the official flutter.dev website before continuing.
Michał Lot
Code Kata — Sharpen Your IT Saw
#code kata #programming tips #self developmentThe world is changing faster than ever before, and especially IT world. As software developers and engineers we should „sharpen our saw” not only to be better and better but also to be on a roll with new technologies, frameworks and libraries. The same as athletes who keep in shape and train harder to get better, faster and stronger (yup, I like Daft Punk), we should train ourselves.
Piotr Zuber
Why is Software Testing Necessary ?
#testingIn this article I would like to show how important it is to take care of the quality of the software produced as early as it is on the development stage. An early error detection reduces software delivery time, reduces costs, and increases product quality.
Aleksandra Dreszer
Retrieving Data From The Database
#entity framework #programming tipsThis is the first article from the series about how to improve your .NET application which uses Entity Framework. I will show you some simple tips that will boost your application. I hope that many advices you will find here can be used in any other ORM or even any other programming language. First of all let’s see how the majority of applications work.