Oracle Developer – Income and Opportunity

Annual Income The average annual income of a Oracle Developer in the United States is between $86,074 and $107,675 according to Salary.com with an average of $97,941. (source) Hourly Rate Due to the strong brand name, Oracle freelancers are well-paid on freelancing platforms such as Upwork or Fiverr. Related Article: What’s the best freelancing platform? … Read more

Couchbase Developer – Income and Opportunity

Annual Income The average Couchbase salary ranges from approximately $87,504 per year for an Inside Sales Representative to $212,621 per year for a Senior Software Engineer (source). Hourly Rate If you decide to go the route as a freelance Couchbase Developer, you can expect to make between $20 and $120 per hour on Upwork (source). … Read more

Cassandra Developer – Income and Opportunity

Annual Income The average annual income of a Cassandra Developer is between $110,000 and $145,500 according to Glassdoor (source): Hourly Rate If you decide to go the route as a freelance Cassandra Developer, you can expect to make between $30 and $70 per hour on Upwork (source). Assuming an annual workload of 2000 hours, you … Read more

MySQL Developer – Income and Opportunity

Annual Income The average annual income of a MySQL Developer is between $87,828 and $149,975 according to Glassdoor (source): A more conservative range would be to reach an annual income between $70,000 and $139,000 within 2-4 years of education as a MySQL professional. Hourly Rate If you decide to go the route as a freelance … Read more

Microsoft SQL Server Developer – Income and Opportunity

Annual Income The average annual income of a Microsoft SQL Server Developer is between $74,000 and $137,500 according to Ziprecruiter (source): Hourly Rate If you decide to go the route as a freelance Microsoft SQL Server Developer, you can expect to make between $20 and $60 per hour on Upwork (source). Assuming an annual workload … Read more

SQLite Developer – Income and Opportunity

Annual Income The average annual income of a SQLite Developer is between $49,000 and $107,000 with an average of $64,977 per year according to PayScale (source). Hourly Rate If you decide to go the route as a freelance SQLite Developer, you can expect to make $25 per hour on Upwork (source). Assuming an annual workload … Read more

Creating an NFT Marketplace with Solidity and JavaScript

This tutorial shows you how to implement your own prototype of an NFT marketplace with Solidity and JavaScript. You can check out the code on our GitHub: GitHub: https://github.com/finxter/NFTMarketplace For additional help, you can find a full course with explainer videos on the Finxter Computer Science Academy: Video Course: Creating an NFT Marketplace with Solidity … Read more

A Guide to XML with Pandas

XML stands for Extensible Mark-Up Language. This language is another way to store data. Python can parse, modify and store this file with the appropriate libraries installed. This article covers the commonly used parameters for each function listed above. For a complete list of all parameters and their use, click here. Preparation Before any data … Read more

Saleor – Create Your First Storefront App in Python

Quick Overview Saleor is a full-fledged e-commerce platform, and it has features including the management of customers, orders, products, shipping, site administration, among others. Saleor was built using Python and the Django Framework and uses a GraphQL API. It is a headless system, which means that it can be used with different types of front-end … Read more

Python Working with the Pandas DataFrame & MySQL – Part 3

Background & Preparation Part 3 of this series centers around creating a MySQL table and inserting records from the CSV file referenced in Part 2. Working with MySQL is a must-have if you are interested in pursuing a career as a Data Scientist. After completing Part 2, you should be comfortable: Connecting to a Localhost/Server … Read more