PLATFORMS WE ARE USING FOR MOBLIE APP BACKEND
Angular Js
If you are a bit updated about the latest development technologies, then Angular Js is a familiar name to you. Angular is a JavaScript open-source framework, which was designed particularly for single-page web applications using MVC architectural pattern.
Ruby on Rails
Ruby on Rails (RoR) is considered to be one of the favorite frameworks for web developers. Ruby is a funny programming language that makes the developers happy at work. Some of the big brands like Hulu, Airbnb, Basecamp developed their sites and backend with RoR.
RoR has been completely free of cost and runs on Linux, which is also open-source. It’s also easy and joyful to work with from a developer’s perspective. Besides, this framework not only does it allow you to move from the planning stages to actual development very fast but also easy to handle when compared to other technologies
Python
Try asking programmers what programming language was easiest to learn for them, and I bet the majority of responses will probably be Python. Python looks like it was designed for newbies. It reads like kindergarten math and is so easy to understand that you could teach its basic concepts to someone who doesn’t know a lick of coding in one day.
Python’s reliance on whitespace and common expressions trims out a lot of programming fat, allowing you to do more with fewer lines of code next to say, Java or C++.
php
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
Instead of lots of commands to output HTML (as seen in C or Perl), PHP pages contain HTML with embedded code that does “something” (in this case, output “Hi, I’m a PHP script!”). The PHP code is enclosed in special start and end processing instructions <?php and ?> that allow you to jump into and out of “PHP mode.”
What distinguishes PHP from something like client-side JavaScript is that the code is executed on the server, generating HTML, which is then sent to the client. The client would receive the results of running that script, but would not know what the underlying code was. You can even configure your web server to process all your HTML files with PHP, and then there’s really no way that users can tell what you have up your sleeve.
The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer. Don’t be afraid reading the long list of PHP’s features. You can jump in, in a short time, and start writing simple scripts in a few hours.
HTML
HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects, such as interactive forms, may be embedded into the rendered page. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. Tags, written using angle brackets delineate HTML elements. Tags such as <img /> and <input /> introduce content into the page directly. Others such as <p>…</p> surround and provide information about document text and may include other tags as sub-elements.
#python #html #ruby #rubyonrails #js #angularjs #php #mobileappdevelopment #ios #iosappdevelopment #androidappdevelopment
Comments
Post a Comment