• Advanced Tpoics,  programming languages

    What does a Back-end developer do?

    Source: coursera , LinkedIn Talent Solutions , Francesco Lelli , Micheal Page Nearly every company has a website, or uses software and IT systems. Backend development helps these systems run. Backend developer responsibilities include creating, maintaining, testing, and debugging the entire back end of an application or system. This includes the core application logic, databases, data and application integration, API, and other processes taking place behind the scenes. A highly skilled back end developer is a programmer who knows how to analyze user needs to ensure a positive user experience. What is back-end development? Back-end development means working on server-side software, which focuses on everything you can’t see on a…

  • Advanced Tpoics

    PHP Installation and Configuration

    General Installation Considerations ¶ Before starting the installation, first you need to know what do you want to use PHP for. There are three main fields you can use PHP Websites and web applications (server-side scripting) Command line scripting Desktop (GUI) applications For the first and most common form, you need three things: PHP itself, a web server and a web browser. You probably already have a web browser, and depending on your operating system setup, you may also have a web server (e.g. Apache on Linux and macOS; IIS on Windows). You may also rent webspace at a company. This way, you don’t need to set up anything on your…