amrendrapratap
amrendrapratap
Untitled
81 posts
Don't wanna be here? Send us removal request.
amrendrapratap · 4 years ago
Text
RedHat Hiring Associate Software Engineer
Primary job responsibilities: Develop, architect, integrate, and deploy infrastructure servicesBring a DevOps mindset with automation and continuous integration (CI)Stay up to date on important open source projects that solve infrastructure problems in Fedora and CentOS; work your with teammates to evaluate the projects for useUse a comprehensive, standard set of tools, including Git, Red…
View On WordPress
0 notes
amrendrapratap · 4 years ago
Text
Bottomline Technologies Hiring Graduates
How you’ll contribute : Candidate will research, prototype, and create final solutions that deliver value to our customers.Candidate will establish repeatable and scalable solutions that other groups can build upon.Candidate will work with senior team members to identify innovative opportunities.Candidate will gain a deep understanding of our markets, the needs of our customers. What will…
View On WordPress
0 notes
amrendrapratap · 4 years ago
Text
Sapiens Hiring Associate Technical Analyst
About : Our configuration engineers work as hands-on subject matter experts with our toolset assisting our clients and internal staff in defining, configuring and implementing our proprietary applications. Responsibilities : Conduct analysis and design sessions with client staff Document user interface and system integration requirements The document, research and assist in the resolution of…
View On WordPress
1 note · View note
amrendrapratap · 4 years ago
Text
Volumetree Jobs For Reactjs Developer Internship In Chandigarh At Volumetree In Chandigarh
Job description We are looking to hire Intern in ReactJS to join our dynamic team. You will be learning to create a top-level coding base using Angular best practices. Your role will require you to implement an exciting and streamlined user experience in the form of a Java-based desktop and mobile web app. Selected Intern’s […]Volumetree Jobs For Reactjs Developer Internship In Chandigarh At…
View On WordPress
0 notes
amrendrapratap · 4 years ago
Text
Capgemini Hiring Accounts Fresher
Eligibility Criteria : Candidate should be graduating in B.Com or BBA only. Candidate should be graduating in year 2020 or 2021. Candidate should have 0 – 1 Year of experience. Candidate should be flexible to relocate as per business requirements. Job Description : Candidate will perform invoice pre-process-manual. Candidate will process Non-PO invoices. Candidate will […]Capgemini Hiring…
View On WordPress
0 notes
amrendrapratap · 5 years ago
Text
What is the easiest way to succeed in India without any investment?
What is the easiest way to succeed in India without any investment?
What is the easiest way to succeed in India without any investment? On The Internet, Most of the Youtuber and Motivational speaker says that “Start A Business With Zero Investment”. There Is No Way To Start A Business With Zero Investment, You Need To Invest a Small Amount To Start a Business. So My Friends Don’t Be Fool With These Such People. Walt Disney said, “If you can dream it, you can do…
Tumblr media
View On WordPress
0 notes
amrendrapratap · 5 years ago
Text
How to set up payments on WhatsApp
How to set up payments on WhatsApp
WhatsApp Payments is available in 10 Indian languages for both Android and iOS users as part of the latest app version. WhatsApp Payments official in India As approved by NPCI, WhatsApp Payments will allow for UPI-based transactions in a ‘graded manner.’ This means that it will initially be available for 20 million UPI users in […]How to set up payments on WhatsApp
View On WordPress
0 notes
amrendrapratap · 5 years ago
Text
Some Job Interview Tips : Know to Make a Great Impression in interview
Some #Job #Interview Tips : Know to Make a Great #Impression in interview
Quick Tips for Impressing Your Interviewer
Practice.
Wear appropriate interview attire.
Don’t go into the interview without knowing anything.
Get the inside scoop.
Review the job posting.
Check out the interviewer on LinkedIn.
Go light, very light, on the perfume or cologne.
Avoid sweaty palms.
Take a deep breath.
Have a good handshake
Smile.
Show your enthusiasm
Share how you’re a great fit for the job
D…
View On WordPress
0 notes
amrendrapratap · 5 years ago
Text
Take your 501 Rs Diwali gift
Take your 501 Rs Diwali gift
On virtual Visit of Indian cities ,GooglePay will pay you around 501 Rs . While playing you will get lots of discount and coupons ,
Use the link below to get a ticket for free .
Join me in visiting all cities in the Go India game & earn a reward up to ₹501 https://gpay.app.goo.gl/jz6WFY
Comment If you want more tickets .
View On WordPress
0 notes
amrendrapratap · 5 years ago
Text
Tumblr media
WhatsApp has recently announced that UPI Payments are available again for all their Indian users! Some users are experiencing issues receiving the feature. In this article you will find some information about how to quickly get the option to send Payments in WhatsApp.
Common questionsAnswersName of the feature?UPI PaymentsStatus?EnabledWhere?In IndiaI’ve installed the latest version but I…
View On WordPress
0 notes
amrendrapratap · 5 years ago
Text
Python beats Java to become second-most popular programming language
Python beats Java to become second-most popular programming language
For the first time in two decades, Python beat Java to become the second-most popular programming language this month, according to the TIOBE Programming Community Index. C language retains pole position.
The index ratings are based on the number of skilled engineers worldwide, courses, and third-party vendors. Ratings are calculated using popular search engines including Google, Bing, Yahoo!,…
View On WordPress
0 notes
amrendrapratap · 5 years ago
Text
Python Program to Display the multiplication Table
#Python Program to Display the multiplication Table
This program displays the multiplication table of variable num (from 1 to 10).
In the program below, we have used the for loop to display the multiplication table of 12.
Source Code
# Multiplication table (from 1 to 10) in Python num = 12 # To take input from the user # num = int(input("Display multiplication table of? ")) # Iterate 10 times from i = 1 to 10 for i in range(1,…
View On WordPress
0 notes
amrendrapratap · 5 years ago
Photo
Tumblr media
Creating a Map navigation Project Before going through this project ready tutorial , go through the previous tutorial for a compass app , Done ??
0 notes
amrendrapratap · 5 years ago
Text
Django Tutorial For Everyone – Web Development with Python Django Framework
Django Tutorial For Everyone – Web Development with Python Django Framework
Django Tutorial
Web Development is an evergreen Platform with wide opportunities. Now that you are landed on Digitechbits, you are either a web developer or aspiring to be someone. Either , you should know that Python Django  is a skill in high demand for quick web project development and has been nicknamed as “the web framework for perfectionists with deadlines”. I’am going to talk about…
View On WordPress
0 notes
amrendrapratap · 5 years ago
Text
Build Your First Web Application in Django:
Build Your First Web Application in Django:
For creating a web application, first let’s create a project. To create a project, just enter into a directory where you would like to share your code, then run the following command:
1django-admin startproject myproject
Once your project has been created, you will find a list of files inside the project directory. Let’s discuss each one of them.
manage.py – It is a command-line utility…
View On WordPress
0 notes
amrendrapratap · 5 years ago
Text
Django Installation
Tumblr media Tumblr media
Let me guide you through the process of installing Django on your system. Just follow the below steps:
Step 1: Go to the link: https://www.djangoproject.com/download/Step 2: Type the pip command on command prompt and installation will get started.
Refer to the below screenshot to get a better understanding.
Tumblr media
By following the above steps, you are done with the Django installation part.…
View On WordPress
0 notes
amrendrapratap · 5 years ago
Text
Django Architecture
Django follows a MVC- MVT architecture.
MVC stands for Model View Controller. It is used for developing the web publications, where we break the code into various segments. Here we have 3 segments, model view and a controller.
Tumblr media
Model –  Model is used for storing and maintaining your data. It is the backend where your database is defined.
Views – In Django templates, views are in html.…
View On WordPress
0 notes