Guides
Step-by-step guides and tutorials on technical challenges, courses and projects.
-
List of Useful Websites for Fullstack DevelopersCollection of useful resources for fullstack developers.
-
How to deploy a smart contract with Remix?So, you've heard of smart contracts. And now you want to see one in action. Thanks to the age of developer-friendly tools, it is extremely simple to get started with building smart contracts. For this walk-through, we'll be deploying an Ethereum contract using Remix to a local Ethereum network.
-
Better Software Documentation: Checklists and Best PracticesNo one likes documentation. One could argue that good code is self-documenting. The argument would be a fair one. However, effective documentation not only helps understand code, but can also improve code. And many times, documention helps serve non-developers more than developers. So how do you write documentation that survives the test of time? Here are some ways to create better docs.
-
How to prepare for the Google Cloud Associate Engineer Certification?What is the Google Cloud Associate Engineer exam and how to ace it?
-
Artificial Intelligence Nanodegree: A RetrospectiveI completed the Artificial Intelligence Nanodegree - an online year-long programme covering the fundamentals of Artificial Intelligence. This is a documentation of all my projects - from search and planning, game playing agents, image recognition, NLP to my final capstone project based on voice user interfaces.
-
How to convert a gitbook to PDF using CI/CD tools?Creating PDFs from Gitbook automatically using Travis.CI