Year: 2021

  • Visual Studio Code Extensions for better programming

    Visual Studio Code Extensions for better programming

    Visual Studio Code has become “The Editor” for many in software development and it has many extensions which you can use to extend the functionality for your needs and customize it. Here’s a short list of the extensions I use for frontend (React, JavaScript, Node.js), backend (GraphQL, Python, Node.js, Java, PHP, Docker) and database (PostgreSQL,…

  • Short notes on tech 5/2021

    Week 5/2021 Worklife Why Working from Home Will StickOr will it? Hacker News comments provide a good pointers why it won’t stick for the broader society. Software development Maximizing Developer Effectiveness“It’s all about tight feedback loops.” (from Weekend Reading) Google Engineering Practices Documentation“Google has many generalized engineering practices that cover all languages and all projects.……

  • Running static analysis tools for PHP

    Running static analysis tools for PHP

    We all write bug free code but analyzing your code is still important part of software development if for some reason there could’ve been some mishap with typing. Here’s a short introduction how to run static analysis for PHP code. Static analysis tools for PHP The curated list of static analysis tools for PHP show…

  • Short notes on tech 4/2021

    It’s already week 4 of 2021 😱 This week the short notes is a bit bigger edition recapping the three first weeks of 2021. Week 4, 2021 Web-End Progressive Web Apps in 2021So far it’s been a slow start for PWA. The thing is, they’re pretty hard to deploy or retrofit into existing websites.… Jatka…

  • Monthly Notes 55

    It’s a new year and let’s start it with Monthly notes. Something new and something old from the short tech notes. Let this year be good! Issue 55, 5.1.2021 Tools of the trade Awesome CIList of Continuous Integration services. There’s a bunch of them to choose, my favorites are: GitHub Actions, Circle CI, Google Cloud…