Resources by Type

Blog's

Coding Starter Kit

From answering the most basic programming questions to helping you figure out which language you should start with and free tutorials, the Coding Starter Kit is your one stop shop to learn programming.

Web Design Tutorial: Getting Started with Wireframes

Following up on my tutorial 5 steps for a successful website design that walks you through 5 essential steps of a _website_ design_ process to boost your productivity. I will thoroughly go into detail with the 3rd step: wireframes. This guide will cover what you need to know about wireframes, why and how you should use them in your workflow.

Golang Tutorials

Go is a Static typed popular programming language. To learn a new programming language, We must write a practical example by making use of features. This is an index page for all golang features like control statements -loops, if else, datatypes, data structures, classes, Conversions of one datatype to others,and objects.

ChooseFI

When you have control of your finances, instead of the other way around, you'll find that there is so much more to experience in life than the debt and paycheck-to-paycheck cycle.

Four Key Challenges for Business Analytics

This article is co-written with Arild Nebb Ervik. Regardless of how �big� the data are, success in analytics relies at least as much on organizational alignment and process as on the chosen analytical tool. Through distillation of the talk stream in the market we may identify four key challenges to address.

BrainBOK

A complete self-study toolkit for PMP� and CAPM� exam prep based on PMBOK� Guide, 6th Ed, bundled with an online study guide, a unique ITTO Tool, a fully featured Exam Simulator containing 1000+ sample questions, 2000 Flashcards that double up as study notes, multi-dimensional Quizzes, performance reports, Project Management formula guide and a course completion certificate for Contact Hours.

Kuberbetes: The Complete Guide

Learning Kubernetes? This page will introduce you to the architecture, comparison with other container orchestrators, basic operations, clustering, Kubernetes services, deployment on-prem and on the cloud, Kubernetes networking, and more.

Anthony O_�_Neal

Anthony ONeal is a #1 national bestselling author, speaker, financial expert and host of the popular YouTube series and podcast The Table with Anthony ONeal. He's passionate about reaching people in a real, relatable and relevant way and helping them get a clear vision for their future so they can win with their life and money.

Android Elements: A Learning Roadmap for Android Developers

Learning Android development can be confusing. There's so much to learn; what do do you need to know, and in what order should you learn it? That's why the raywenderlich.com Tutorial team put together this Android Table of Elements. This is a learning roadmap for Android developers: everything you need to learn, in a recommended step-by-step order.

Anaconda Training

Get help with your data science projects by viewing Anaconda's documentation, make pull requests, or review questions and answers from our community of experts.

SQL - Introduction

SQL stands for Structured Query Language. It is a query language and used for performing operations on the database such as insert new records, update records, delete records and view records etc. SQL queries are performed on database like Oracle database, MySQL database, MongoDB database and SQL Server database etc. All database management system uses SQL as standard database language.

Python Tutorial | AlphaCodingSkills

This tutorial is intended for software programmers interested in studying basic and advanced concepts of Python. This tutorial covers all topics of Python which includes data types, operators, strings, control statements, lists, tuples, sets, dictionary, lambda, functions, classes, object-oriented programming, constructor, destructor, inheritance, exception handling & File IO.

Java Tutorial | AlphaCodingSkills

This tutorial covers all topics of Java which includes data types, operators, arrays, strings, control statements, functions, classes, object-oriented programming, constructor, inheritance, polymorphism, encapsulation, exception handling & File IO.

C# - Tutorial | Alpha Coding Skills

This tutorial covers all topics of C# which includes data types, operators, arrays, strings, control statements, pointers, classes, object-oriented programming, constructor, destructor, inheritance, polymorphism, encapsulation, namespace, exception handling & File IO. We believe in learning by examples therefore each and every topic is explained with lots of examples that make you learn C# lamguage in a very easy way.

C++ Tutorial | Alpha Coding Skills

This tutorial is intended for students or professionals interested in studying basic and advanced concepts of C++. This tutorial covers all topics of C++ which includes data types, operators, arrays, strings, control statements, pointers, classes, object-oriented programming, constructor, destructor, inheritance, polymorphism, encapsulation, namespace, exception handling & File IO.

C++ - Standard Library Tutorial

This tutorial is intended for students or professionals interested in studying basic and advanced concepts of C++ standard Library. This tutorial covers C built-in functions and library, and C++ STL Library. The C++ STL Library contains declaration, syntax and member functions of respective STL Library. We believe in learning by examples therefore each and every topic is explained with lots of examples that makes you learn the topic in a very easy way.

C Tutorial | Alpha Coding Skills

This tutorial is intended for students or professionals interested in studying basic and advanced concepts of C. This tutorial covers all topics of C which includes data types, operators, arrays, control statements, type casting, pointers, functions, recursion, strings, structures, preprocessors & File handling.

Algorithms - Alpha Coding Skills

This tutorial is intended for software programmers interested in studying basic and advanced concepts of algorithms. The tutorial covers various topics of algorithms like sorting algorithms and searching algorithms etc.