Authenticate
Authenticate with Contawo and start engagingLogin
Create
Contawo learning
I am a FullStack Engineer, an adept problem solver, and a competent user of engineering tools.
Read blogs
GitHub Actions for absolute beginners
Automate your workflows with GitHub Actions. Learn how to build, test, and deploy code seamlessly—all within GitHub. Our beginner-friendly guide simplifies the process.
How to format string in python
Discover how to format strings in Python using various techniques. Learn about string interpolation, f-strings, format() method, and more for efficient string formatting in your Python code.
How to setup a typescript project
Learn how to set up a TypeScript project step-by-step. Follow our guide to create a clean and organized TypeScript project with best practices and essential tools.
How to setup testing in JavaScript
Learn how to set up testing in JavaScript applications. Explore popular testing frameworks, tools, and best practices to ensure robust and reliable code.
Setting up Express with TypeScript
Learn how to integrate TypeScript into your Node.js and Express applications. Follow our beginner-friendly guide to configure TypeScript in an Express app.
Explore projects
Book project with Nextjs
Create a book project using Next.js. Learn how to build a dynamic and interactive web application for showcasing books, managing content, and engaging readers.
Find maximum number
Given an input array of numbers, find the maximum number in the array. Return the maximum number.