bereghici@dev ~ %|
  • How to test your GitHub Pull Requests with CodeSandbox CI

    4 min read

    Article cover image

    If you're an open source project maintainer or you plan to create one, you should consider using CodeSandbox CI in your project configuration. CodeSandbox CI it's an awesome GitHub application that auto-builds your open source project from pull requests. This can save a lot of time and effort to test and approve the changes.

    Read More
  • React Versions — The Newest Features of React 16.6 Explained for Everyday Use

    6 min read

    Article cover image

    We’re living in pretty eventful times for React. Late December 2018 saw the release of version 16.7 which included an important performance bug fix for “React.lazy”. But, no other API (application programming interface) changes were delivered. For that reason, I’m doing a deep dive into React version 16.6, released in October 2018, just a few days before React Day in Berlin.

    Read More
  • Angular - tips and tricks

    6 min read

    Article cover image

    This article aims to show some tricks that can be used in Angular to make the code cleaner and improve the performance of your application.

    Read More