clutch award 2

ImpiCode was recognized as one of Clutch’s Top Developers in 2020. As a result, Clutch was kind enough to also honor us with the following review: ImpiCode is a software development company based in Warsaw, Poland offering a wide range of IT services with particular emphasis on software creation and development. The company operates in […]

Karolina Walczewska, 13 July 2020

JavaScript Frameworks

JavaScript is one of the basic web technology languages, used on nearly 95% of websites. Among them, we can list such huge companies as Google, YouTube, and Facebook. JavaScript was the first widely used technology that adds interactive features to formerly static web pages. Thanks to JS, it has become possible to dynamically change the […]

Karolina Walczewska, 8 July 2020

meeting in the coffee shop

When it comes to a start-up idea, it can be very difficult to define the universal to-do list. But we hope that the following list may be helpful as it includes the most important steps. Note: the list is designed for tech startups. However most of the points are universal and can be applied in […]

Grzegorz Papaj, 3 June 2020

Deadly sins of start-ups logo

In this post I would like to write a few words about my experience with start-ups. Firstly I have to explain that start-ups (or just people with ideas for a start-up) are contacting my company time and again. As we mainly provide programming services, everyone comes to us with practically one issue – they want […]

Grzegorz Papaj, 27 May 2020

bioinformatics

Bioinformatics Bioinformatics is a discipline of science combining biology and computer science. However, as an interdisciplinary field of science, bioinformatics descends from chemistry and physics. This article discusses the most important fields of bioinformatics research. The history Historically, the bioinformatics started to emerge from biological sciences, in particular from biochemistry and molecular biology in the […]

Grzegorz Papaj, 13 May 2020

Financial Times nowaled

NowaLed on the FT 1000 list We are pleased to inform you that our client NowaLed ILL Sp. z o.o. is listed on the prestigious FT 1000 list (the list of one thousand fastest-growing companies in Europe) developed by the Financial Times. Congratulations! We wish further success to NowaLed! You can read more about our […]

Grzegorz Papaj, 30 March 2020

Python pictures

Science Python is very often used by scientists from various fields. It is used by bioinformatics, engineers, mathematicians, astronomers and cognitive scientists. Below are some of the tools available in Python used in specific fields of science. Bioinformatics The most popular Python package used in Bioinformatics is Biopython. It supports Clustal, FASTA and GenBank file […]

Maciej Mazurek, 20 January 2020

Notebook and figures

1. Increasing popularity In TIOBE Programming Community Index ranking (from October 2019) Python ranks 3rd (right after Java and C). It is one place higher than in 2018. This tendency should not be surprising. Simple human friendly syntax and huge ecosystem reveal Python to be an increasingly popular language. 2. Ecosystem Python has an incredibly […]

Maciej Mazurek

neural network picture

Introduction The purpose of this article is to present the concept of neural networks, specifically the feedforward neural network, by constructing a simple example of such a network in Python. The neural network is a statistical computational model used in machine learning. You can think of it as a system of neurons connected by synapses […]

Maciej Mazurek