Skip to main content

Home/ Website Design And Development/ Group items tagged rubyonrailsdevelopment

Rss Feed Group items tagged

michelfernandiez

Shopify - Liquid as the Template Language for Shopify - 0 views

  •  
    Liquid is an open source template language created by Shopify and which is written in Ruby. All the Shopify themes are built using liquid so we can say it is the backbone of Shopify and is used to load the dynamic content of online stores. Read the full blog at http://bit.ly/liquidtemplate
michelfernandiez

Ruby on Rails Development Company in India | Cryptex Technologies - 0 views

  •  
    Hire ROR developers specialized in developing open source web applications, mobile application and software solutions using Ruby on Rails technology by Cryptex Technologies in India. We offer effective ruby on rails (ROR) application development. We designs the best suitable stack for application development selecting correct amalgamation of technologies. Cryptex with its qualified professionals offers a number of services to the clients. Cryptex offers Front End services, database management, project management tools, testing services, hosting and also numerous collaborations are offered. Ruby on rails being the most widely used concept for the website application is used at Cryptex for its development services.
michelfernandiez

A Beginner's Guide to Angular Architecture for Front-End Development - 0 views

  •  
    We have gone through many web applications and mobile applications which do not reload the entire page but instead reloads only the required section. These are nothing but Single Page Applications (SPA) which are developed using Angular. A good example of SPA is Gmail where we have noticed that when we click on the inbox, it only reloads and displays that email in the e-mail list sections. Introduction to Angular: Angular is a TypeScript-base open-source front-end platform and framework led by the Angular Team at Google used for building client-side web applications. Angular itself is written in TypeScript, which is a superset of JavaScript and used for front end development. Installation: In order to start with the installation, we first need to make sure that we have nodejs and npm installed with the latest version. We can install nodejs on Ubuntu OS by running the following command on terminal: sudo apt-get update sudo apt-get install nodejs To install npm, we run the following one-line command on terminal: sudo apt-get install npm To check the versions of Node.js and npm installed, we run following command: nodejs -v npm -v Let's install Angular CLI by running the following command: npm install -g @angular/cli IDEs for Angular: We can use any of the IDE i.e., WebStorm, Atom, Visual Studio Code, etc. But usually, Visual Studio Code is preferred. Architectural Blocks of Angular: The main building blocks of an Angular application are: Modules Components Templates Metadata Data binding Directives Services Dependency injection In this blog, we will have an overview of Angular Modules and Angular Components. Angular Modules: We have Angular modules or we can say NgModules which maintains the modularity of Angular apps. Every Angular app has at least one module as the root module. Conventionally, it is named as AppModule. Typically, an app contains many functional modules. In angular, any module is a class with the @NgModule decorat
michelfernandiez

RabbitMQ with Ruby on Rails in 2018 for Web Application Development - 0 views

  •  
    RabbitMQ is a message broker software in Ruby on Rails framework where web applications connect to the queue and transfer a message onto it. When one application server sends the request to another application server, RabbitMQ works as a queue manager where requests handled and served one by one. Message transferring is done from one application to another through RabbitMQ. RabbitMQ uses the standard Advanced Message Queuing Protocol (AMQP) to keep message request in queues and serve easily. The message may contain any information like simple text transfer or task that need to process on another server. This RabbitMQ software saves messages in a queue and keeps in a queue until receiving application get connected and start processing the messages. Why should we use RabbitMQ in Ruby on Rails Development? Read full article at https://goo.gl/7ZtzTg
michelfernandiez

Application Deployment - Web Development - 0 views

  •  
    React.js is a Javascript library for building interactive UI application. React.js is very popular nowadays because of its features like performance, virtual DOM, component_based application, etc. After completing development of React.js application next step is to deploy the application on the Production server. There are several ways to deploy React.js application on a production server. We can deploy React.js application using ngnix, apache2, pm2, etc on a production server.
1 - 6 of 6
Showing 20 items per page