Friday, July 8, 2022

I will do cicd with the latest tools cloud native

I will setup CICD with Jenkins and argocd environment docker k8s and VMS. I will using ansible and terraform if need

  • docker
  • k8s
  • Jenkins
  • argocd
  • etc
Skilled Cloud Computing Engineer has development ability and extensive knowledge of programming in Java. - Developed wordpress website - CICD Pipeline Automation on Azure DevOps - CICD Pipeline Automation on AWS using Jenkins - Developed API Testing Framework on Java. - Proficiency in Ansible - Proficiency in Terraform IaC 1 years of software development experience in object oriented programming, UI Designing and development web application using java and j2ee technologies. Hands on experience in UI designing and developing Web application using java and j2ee technologies like JSP,Servlets,Web

Sunday, June 5, 2022

I will dev a blockchain bot, application, script or lib in python

 


I can develop a Python application, script or bot for Ethereum and any compatible blockchain (Polygon, Arbitrum, Axie/Ronin, BSC, ...).


I can develop a library and integrate it into your own Python application, script or bot.


I can request any crypto REST API, including:

  • Infura
  • Etherscan
  • CoinGecko
  • Dex Aggregator (0x,1inch,Paraswap...)
  • Bloxroute,Blocknative


I can query for you Ethereum nodes through a web3 interface, in Python.

This means I can develop a python app/script/bot that reads for you information from the blockchain and/or send transactions concerning ETH, ERC20, ERC721, NFT tokens, ...

This can be for simple transactions, but also using smart contracts or protocols including 0x, 1inch, dex (Uniswap, ...) DeFi protocols, ...



Ex tech lead in major European banks (BNP PARIBAS, CREDIT AGRICOLE) for more than 15+ years, in London and Paris, I provide now digital services for individuals and companies of any size.


In contrast to most of other sellers, I provide corporate grade solutions with clean and robust code, based on the analysis of your requirements.


Just send me your requirements after reading the FAQ below and I'll create a custom offer.


I have more than 15+ years of experience in software development for corporate and investment banks in London and Paris. I worked in different technical environments, but mainly Java, Python, SQL, Bash. Today I work in the Python and blockchain ecosystems and offer my skills and rigor to individuals or companies of any size.

Saturday, May 21, 2022

Develop Games for you.


I am a professional game developer with an experience of over 7 years of Game Development on Unity Game Engine for both Mobile and PC platform. I have successfully worked with several clients in small and large projects. So whatever game idea you have, feel free to share it here. I will be here for your service.

I will be available here for any Game Service you need. So don't waste any time and let's get to working. :)

I am a Unity Game Developer. I have more than 6 years of experience on Unity Game Engine and Mobile Game Development. I started professionally game developing since 2014 and successfully completed over 50 projects for clients. Some of them were long term projects for Android and iOS. So I believe if you are looking to make an amazing Game that will bring you both joy and profit I can definitely help you with that. A Perfect Game is achieved with good communication and trust between Developer and Client. And I really love to share my own suggestions from my own experience to improve the Game.

Python Program Add Two Numbers With User Input

 

Python Program to Add Two Numbers 

Add Two Numbers With User Input

In this program, you will learn to add two numbers and display it using print() function.

Example Program.

# Store input numbers

num1 = input('Enter first number: ')

num2 = input('Enter second number: ')


# Add two numbers

sum = float(num1) + float(num2)


# Display the sum

print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))

Need and Python Program and Expert to develop anything Click here.

Get more Earning online Just Follow This Link Bonus



Python Code to Add Two 2 Numbers

Python Program to Add Two Numbers

In this program, you will learn to add two numbers and display it using print() function.

Example the addtwonumbers.py.

# This program adds two numbers

num1 = 1.5
num2 = 6.3

# Add two numbers
sum = num1 + num2

# Display the sum
print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))

Output

The sum of 1.5 and 6.3 is 7.8


Need and Python Program and Expert to develop anything Click here.

Get more Earning online Just Follow This Link Bonus

Tuesday, June 29, 2021

Python Program to Print String

 

Print String in Python

To print string in python, you have to ask from user to enter a string and print it back on the output screen using the print() statement as shown in the program given below.

Python Programming Code to Print String

Following python program ask from the user to enter the string to print that string as output of the program:

# Python Program - Print String


print("Enter 'x' for exit.");
string = input("Enter string: ");
if string == 'x':
    exit();
else:
    print("\nYou entered:",string);

Ads