Posts

Learn Python :Python Tutorial - playlist

Learn Python Programming tutorial - Free learning Video play list Learn python , how to do python download and how to do python programming with examples. Python english Tutorial (Master Python) - This Python english video series will teach you all the Python basics needed to master python in a very short span of time. Python in english is the most requested video series on this channel with over 100+ people commenting everyday about python programming tutorials for beginners in english. This is the very first video of my in depth full python tutorials with projects. Today I am taking out my time and efforts to blend all my 10 years hard work in this python tutorial series for beginners. This basic Python english tutorial will be covered with all the topics explained easily with quizzes covering all the python basics in english. After learning python you can create GUIs, create games, machine learning software and a lot more crazy stuff. Join me on this free python english cours...

React Native Setup

To setup react native download android studio download intel virtual software enable vt-x in bios install intel graphic setup avd mobile device on android studio download jdk set the up the following env ANdroid_home =C:\Users\Ram\AppData\Local\Android\Sdk JDK_home =C:\Program Files (x86)\Java\JDK\bin Add the jdk\lib and bin folder to path add C:\Users\Ram\AppData\Local\Android\Sdk\platform-tools to path crate JAVA_HOME variable C:\Program Files\Java\jdk1.8.0_201

How to learn computer programming

Image
Learn Coding Learn Coding HowTo | Java | Database | ClientSide | ServerSide | Webapp | Game | OpenGL | C/C++ | Android | Salesforce Before Getting Started... Programmer's Survival Guide for Windows Programmer's Survival Guide for macOS & Ubuntu Source-Code Editors & IDEs IM1003 Object-oriented Programming (Week 1) Install JDK (Week 3) Install Eclipse Java Basics 1. Introduction to Java Programming 2. Java Basics Exercises: Java Basics Java OOP 3a. OOP Basics 3b. OOP Composition, Inheritance & Polymorphism 3c. OOP Wrapping-Up Exercises: OOP 3d. String is Special Java Graphics 4a. Graphical User Interface (GUI) 4b. Custom Graphics Exercises: Graphics Programming Case Study / Assignment Graphics Programming Assignment - Sudoku Graphics Programming Assignment - Mine Sweeper Case Study: Graphics Programming - Tic-tac-toe IM2073 Web Programming Week 1: How to Install MySQL Server and Get...

How to learn coding

Image
Learn Coding Learn Coding HowTo | Java | Database | ClientSide | ServerSide | Webapp | Game | OpenGL | C/C++ | Android | Salesforce Before Getting Started... Programmer's Survival Guide for Windows Programmer's Survival Guide for macOS & Ubuntu Source-Code Editors & IDEs IM1003 Object-oriented Programming (Week 1) Install JDK (Week 3) Install Eclipse Java Basics 1. Introduction to Java Programming 2. Java Basics Exercises: Java Basics Java OOP 3a. OOP Basics 3b. OOP Composition, Inheritance & Polymorphism 3c. OOP Wrapping-Up Exercises: OOP 3d. String is Special Java Graphics 4a. Graphical User Interface (GUI) 4b. Custom Graphics Exercises: Graphics Programming Case Study / Assignment Graphics Programming Assignment - Sudoku Graphics Programming Assignment - Mine Sweeper Case Study: Graphics Programming - Tic-tac-toe IM2073 Web Programming Week 1: How to Install MySQL Server and Get...

Learn salesforce admin and salesforce developer concepts ,Learn to build apex class,triggers,rest api,soap api,asynchronous class programming

Learn salesforce sfdc including salesforce service cloud and prepare for webassessor salesforce certification.Thiscourse will help your prepare for salesforce developer and get certified in salesforce crm SAlesforce Lightning Aura Components Salesforce lightning web components tutorial Saleforce Apex tutorial- Learn Apex Triggers, BAtch Apex,visual force pages, Controllers custome and standard,asynchronous class Salesforce Admin Certification Free Coding Tutorials Free Coding Tutorials Learn HowTo | Java | Database | ClientSide | ServerSide | Webapp | Game | OpenGL | C/C++ | Android | Salesforce

Salesforce Tutorials with discount code

Salesforce Lightning Web Component development tutorial LWC Salesforce Apex Programming BootCamp Dev 501 Salesforce Development & Administration for Beginner ADM 201 Salesforce Lightning Component :Aura components Dev 601

Learn Solidity Programming to build BlockChain contracts for ethereum

Image
Smart Contract in Ethereum Blockchain   TABLE OF CONTENTS (HIDE) Writing Smart Contracts in Ethereum Blockchain   To program Ethereum blockchain, you need to be familiar with JavaScript and full-stack web development under Node.js. Introduction to Blockchain Technology [Work In Progres] A blockchain is a distributed digital ledger of transactions . It contains records of all transactions or events that have been executed, which are shared across the nodes participating in the blockchain. A blockchain is segregated into blocks. Each block contains encypted data on the transaction, sender/receiver, and the previous block's hash. The block is then appended to the chain in chronological order, hence, the name blockchain. Blockchain is immutable and trusted ... Blockchain is distributed, peer-to-peer, decentralized, not controlled by an single party, no intermediary to verify. Consensus algorithms (to prevent double-spending): Proof of Work (PoW): For each block ge...