Category: Software Development

  • 5 WordPress AI Plugins du behöver för att veta

    5 WordPress AI Plugins du behöver för att veta

    Artificiell intelligens (AI) finns ganska mycket överallt dessa dagar och blir mer genomgripande eftersom tekniken utvecklas. Regelbundna rapporter i nyheterna ger oss oroande exempel på sci-fi ambitioner och möjligheter för en dystopisk framtid. Detta är fallet från förra månadens UN varning om att robotar skulle kunna destabilisera världen genom krig och arbetslöshet.

  • How to control WordPress Heartbeat API with WP Thor HeartBeat Plugin

    How to control WordPress Heartbeat API with WP Thor HeartBeat Plugin

    How much do you know of what the WordPress Heartbeat API does to your site? Especially if you are logged in as admin and have your post page open. The WordPress Heartbeat API, introduced in WordPress 3.6 – allows your browser to communicate with the server when you’re logged into the WordPress admin panel.

  • WordPress EDD SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

    WordPress EDD SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

    This article is about an error that I experience on my WordPress site while setting up Easy Digital Download with software licensing.

  • Migrate from subversion to git easy guide

    Migrate from subversion to git easy guide

    Today I have been working on a project, to migrate subversion (often abbreviated svn) to git. git and svn are open-source distributed software versioning and revision control system.

  • What are the key skills of a project manager

    What are the key skills of a project manager

    In all my years in software development, I worked with or had project managers worked for me in various organizations. This experience has given me a certain view of what I see as a project manager’s key skillset.

  • Are you being Micromanaged by a ScrumMaster

    Are you being Micromanaged by a ScrumMaster

    By now you have probably heard about Scrum, one of the key principles of scrum is the strong fundamental principle in the power of self-organizing teams. If you have a  ScrumMaster/Product Owner that has the tendency to micromanage, how can an agile team deal with it?

  • Why you would need WebOps

    Why you would need WebOps

    The WebOps role is to work alongside the development team to build software services that are easy to deploy, operate, scale and are secure. WebOps get to work in all areas of infrastructure, naturally progress further in areas of interest, while still gaining a broader knowledge across the spectrum.

  • GIT the easy guide

    GIT the easy guide

    It seems the people that I work has different views on how to use git, so I decide to put together a git starter git that hopefully can help others to get started to grow the knowledge of git.

  • Solving “-bash: mysql: command not found” In MAMP Pro 3

    Solving “-bash: mysql: command not found” In MAMP Pro 3

    So you found your self with a problem, you can not access MySQL from your terminal command line, you get a message – Solving “-bash: mysql: command not found” In MAMP Pro 3

  • How to work with Git tag

    How to work with Git tag

    I have put this information about git tags together, mostly so I do the right thing when I work with Git Repositories. It might be helpful information for anyone working with git.