Skip to Content

Marcel Iseli

Hey guys! It's me, Marcel, aka Maschi. On MaschiTuts, it's all about tutorials! No matter the topic of the article, the goal always remains the same: Providing you guys with the most in-depth and helpful tutorials!

Canva was created in Australia by Cliff Obrecht, Cameron Adams and Melanie Perkins. In the first year of its creation, it had more than 700,000 users, and the number keeps increasing. This platform offers easy to use tools to create designs, presentations, posters, and visual content. There are templates for users who don’t have much …

Read More about How to Use Hyperlinks in Canva — It’s That Easy!

Thanks to Canva, one doesn’t need to become a graphic design expert to create stunning artworks. The user-friendly interface makes the app so fantastic that anyone can create templates and designs instantly.  Of course, how fast you can create one depends on your level of expertise and your familiarity with the software. What’s more, it’s …

Read More about How to Blur Images and Photos in Canva

This article will shed light on “How to clone a website with PHP files and database”. PHP and a database are used to create dynamic webpages. Dynamic web pages, unlike static ones, are parsed on the web-server, and static code is returned to the web browser. This provides security and convenience but may complicate things. …

Read More about How to Clone a Website with PHP Files and Database

In JavaScript, to compare two arrays we need to check that the length of both arrays is the same, the objects present in it are of the same type and each item in one array is equal to the counterpart in a different array. In this article, we shed light on “How to compare arrays …

Read More about How to Compare Arrays in JavaScript – Mystery Revealed!

Python strings are immutable. Once you create a string, you can not change or modify the string in Python programming. Python strings become a not compromisable datatype while working in a real-time Python project. It is often used in any kind of development, and it doesn’t matter if it is a desktop or web-based application! …

Read More about How to Check if the String is Empty in Python