Blog
Managing a dedicated software development team is like solving a jigsaw puzzle. You rid yourself of the blues and spend hours with one goal in mind i.e. to fix the puzzle. You first look for the most suitable place to…
A principal software engineer sitting in a glass cubicle; time flies by when he’s working on his laptop. He enters a flow state because he loves what he’s doing and is always willing to learn something new concerning his field.…
Do you want to know how to improve UI/UX design skills? Stay tuned! Think of your web app as the face of your company that stays active round the clock 24/7. These days people have set a few metrics to…
Recent Stories
Keep yourself updated with our latest blogs about web development, app development and robotics engineering.
using-socket-as-a-server-to-update-songs-information-live-on-radio-player
vteam #616 has been developing a custom radio player (for playing audio content) using AngularJS and SoundManager2 (as a sound API) for the client’s web based music portal. At the initial stage, vteams engineers were dealing with different types of media easily. Later on, the client required a unique module to create and play radio stations which contain songs....
using-redis-to-share-real-time-data-among-servers
vteam #678 has been working on a telephony web application. To increase the capacity (concurrent users) and reliability of the application, the client required load balancing so that the agents (users) can login from any of the three servers. Additionally, the application’s admin panel was required to display and control the status of all the active agents on any of the three....
applying-wordpress-coding-standards-and-optimizations-to-maintain-a-legacy-application
The client of vteam #507 has a web application which facilitates the users of the Fortune 500, Federal, State and Government agencies to generate USPS labels, scan report and tracking status. The legacy application was developed using Caspio Bridge and Endicia on WordPress with Avada Theme by his ex-developer. Initially, the automation of all the back-office work....
using-git-to-upgrade-any-web-based-software
In general, software requirements grow every day. A need exists to deploy new releases as well as sub-releases to cater the changing dynamics of daily software usage. Hence a smooth upgradation becomes an ultimate need for all the clients/users. A system is required by which they can easily upgrade their software in a matter of clicking just one button. While....
using-angular2-to-develop-a-web-based-digital-marketing-application
vteam #659 was hired to work on a web based digital marketing application. This application lets the users of our client to register themselves, create campaigns and multiple offers according to their location. In the first phase, the application’s front-end development in Angular2 was required. Additionally, the client wanted vteams to make the front-end application....
integrating-stripe-payment-gateway-to-a-knowledge-base-management-system
vteam #557 has been working on a knowledge base management system. The client required stripe integration as a payment gateway to charge user subscription fee during the registration process. In this application, an option to purchase add-ons has been given to the users at the same time. Problem: In stripe, once the subscription plans (fixed) are created, the....
implementing-zip-code-api-in-a-web-application (2)
vteam #642 was hired to work on a web application which connects patients in need of urgent orthopedic care directly to the orthopedic surgeons in their local area. The client had a unique requirement of displaying search result within a certain radius of the searched zip code. Solution: After doing some R&D, vteams engineer came up with a solution to use....
migrating-data-from-rdbms-to-graph-database
vteam #679 has been working on a client’s web application of data analysis. This application is able to sift through the vast amounts of information available to its users through social media, news and blogs and identify trends and patterns. In the previous article, graph database was implemented using Neo4j and Python. Now the client wanted vteams engineer....
using-soundex-to-implement-an-intelligent-search-feature
vteam #579 was hired to work on the project of a web based search engine application. In this application, the pre-stored database of businesses was categorized on the basis of the ‘business type’. The application users were facilitated to search for any business type stored in the database. The problem arose when the users tried to look-up for a business by typing....
using-chef-repo-directory-to-set-up-roles-for-rails-environment
In the previous article, setting up the Rails environment using Chef was explained. Picking up from where we left off, we’ll begin this tutorial by setting up roles. Adding roles is an important step but a bit tricky as well. Users This cookbook adds users to the server, granting them appropriate privileges and so on. You will need to use it together with the Sudo cookbook....
use-chef-to-fast-track-your-remote-rails-environment-setup
In this tutorial, we will walk through the process of setting up Ruby on Rails server deployment with Chef – in order to automate remote server configuration. Chef is a tool that allows us to manage configurations, similar to Puppet, but it’s considerably more popular as it’s written in Ruby. This tool can help you manage your infrastructure dependencies, create folder....
using-neo4j-and-python-to-implement-graph-database
vteam #679 has been working on a client’s web application of data analysis. This application is able to sift through the vast amounts of information available to its users through social media, news and blogs and identify trends and patterns. In this article, you will learn to implement graph database using Neo4j and Python. Implementation: Graph data modeling....