by H.Thirukkumaran | Apr 3, 2021 | Software Development
This is my reference notes python -m django –version django-admin startproject mysite python manage.py runserver Project Apps -Views – Controller – Model Validation on the server side -Templates – Views (Models Validation on the Client Side)...
by H.Thirukkumaran | Jun 28, 2020 | Cloud Development, Software Development
gRPC is a remote procedure protocol from Google which is open source and programming language agnostic. It is touted to be better than REST in some aspects. The reason why I evaluated gRPC for some of my projects is that it is built into various components of Google...
by H.Thirukkumaran | May 30, 2019 | Software Development
It has been an year since I have been working in presales. I have been helping various startups with my presales team to submit their bid for projects with their prospective client. When their prospective clients asked for a website or web application for their...
by H.Thirukkumaran | Sep 7, 2018 | Software Development
This post is for beginners to show how to do API testing using Assertible. It is a wonderful tool that helps QA engineers to write test methods for API with almost no coding. The status reporting of tests, integration with email, slack and source control systems to...
by H.Thirukkumaran | Jun 24, 2018 | Software Development
Ask any technical architect whether they have given their team the following requirement for Data Access Layer, the answer will be resounding yes. The data access layer must be database agnostic and it should work with any database just by changing connection string....
by H.Thirukkumaran | Sep 5, 2017 | Software Development
This is a beginners tutorial for Runscope. Runscope is a tool used to test APIs. Please signup for a trial account in Runscope.com. The APIs shown in this video are from World Bank. The API method that is used for testing is given here. I apologize for the background...
Recent Comments