Aug 10, 2020
Creating your custom image with Packer by HashiCorp
Dear Reader, do you also share the struggles of a DevOps life? Then you probably know the importance of the right tools - tools that we would love to be intuitive, well-organised, easy to use. It often happens that we can’t choose our favourite tools to work with. However, it shouldn’t stop you from testing by yourself! That’s what I do in my free time and I want to share with you what I got to know recently.
by Daniel Gola
Jul 27, 2020
How to create simple animation with GSAP
Hello there! I’m glad to be here for the first time! Today, I want to show you how gsap library works and what it is.
Jul 13, 2020
W trzecim odcinku rozmawiamy o tym, jak wygląda rynek pracy w branży IT.
❯ READ MOREJul 13, 2020
A brief history of machine learning
Hello there! Today I would like to tell you about the history of machine learning.
Jul 01, 2020
Quick Tips: how to render components conditional?
Hello again! I like to keep my promises — that is why in this quick tip, I will present a way to render different components when you click/chose a specific option from navigation.
Jun 15, 2020
How Software Development Has Changed - The Agile Methodology
Software development has changed during the years. It used to be perceived as a bunch of software developers sitting in a small dark room and coding. Presently, the IT is spread across all the industries and it needed to be adapted for the current needs. Because of that, several approaches of the software development were proposed during the years. One of the approaches (and in my opinion the most complete one) is the Agile methodology.
Jun 10, 2020
W drugim odcinku podcastu - nieco luźniejszym w formie - rozmawiamy na temat języka mówionego, jakim posługują się programiści. Wyjaśniamy kilka podstawowych pojęć, przytaczamy zabawne sytuacje z życia programisty.
❯ READ MOREJun 03, 2020
Quick Tips: using forwardRef to measure element height dynamically
Hello there :) Last time, I promised to explain why I used React.forwardref() in the Navigation component.
Jun 01, 2020
Adobe stops supporting Magento 1: What does this mean for your online business and why should you care?
In 2008, when someone was thinking seriously about having an online store, they would usually have picked a store based on the Magento platform. Back then, Magento 1 was very popular for merchants who wanted to sell goods over the internet. The time was just right because it was an era when the e-commerce industry was growing extremely fast, and a lot of companies wanted to emerge on this piece of the market.
Jun 01, 2020
Jest test framework for TypeScript
In software development, testing plays a huge role. It helps developers track and eliminate bugs in the code which makes clients happier and wealthier. Who would like to buy a product full of issues?