Best of Better ProgrammingMarch 2022

  1. 1
    Article
    Avatar of btrprogBetter Programming·4y

    5 JetBrains Plugins To Boost Your Productivity!

    JetBrains IDEs already have a great Git integration that makes it easy to see the changes you’re making. GitLive adds a tool window that shows the collaborators from your repository where you can easily view diffs of the file changes. Code Time is an open source plugin for automatic programming metrics and time tracking.

  2. 2
    Article
    Avatar of btrprogBetter Programming·4y

    The Full-Stack Developers’ Setup for macOS Monterey

    Installing different PHP versions so that we can switch between each one. We already have PHP installed but we need to config apache too for PHP. We edit again the httpd file with the same command. Find ‘mod_rewrite’ module and add the following modules below. Leave uncommented just the module corresponding to the version of PHP used.

  3. 3
    Article
    Avatar of btrprogBetter Programming·4y

    The Micro-Frontends future

    The Future of Micro-Frontends. Luca Mezzalira: I have to understand what are the missing pieces of this puzzle and try to picture what would make this architecture approach even better. The topics covered are taking into account client-side, server-side and edge-side implementations of this architecture.

  4. 4
    Article
    Avatar of btrprogBetter Programming·4y

    How to Use SSH Config File to Boost Your Productivity

    In today’s era of cloud computing, every software developer has to deal with various remote servers to deploy, manage, debug his code. When the number of remote connections starts to increase it becomes significantly hard to remember the IP addresses, ports, and credential locations of these different servers. This is where the ssh config file comes to the rescue.