Fix: Untrusted Developer your device management settings do not allow using apps from developer

By Saruque Ahamed Mollick

Hello, If you are using iOS and getting this error message “Untrusted Developer your device management settings do not allow using apps from developer…” and you c.... Read More

Convert Markdown (.md) to HTML using Python

By Saruque Ahamed Mollick

In this tutorial, I will show you how to convert markdown to HTML using Python with just a few lines of code. The Python package that I am going to use is: markdown. I want to make.... Read More

Markdown to HTML converter using JavaScript, HTML and CSS

By Aditya Pradhan

Hello everyone, In this tutorial you are going to learn how to create a Markdown to HTML converter using JavaScript. Steps to create Markdown to HTML converter Follow the following.... Read More

iOS 18.0 Simulator downloading is too slow on Xcode

By Saruque Ahamed Mollick

Hello, I recently updated my Xcode to Xcode 16 and I got the option to download Predictive Code Completion Model in Xcode and iOS 18.0 simulator. But the issue is with the download.... Read More

Can the same WireGuard tunnel be used for multiple devices?

By Faruque Ahamed Mollick

Have you tried using the same WireGuard configuration for multiple devices and connecting with the WireGuard VPN server? You may also think if it is possible. So let me explain to .... Read More

Text to colored QR code generator web application – JavaScript, HTML, CSS

By Aditya Pradhan

Hello everyone, today in this tutorial you will learn how to create text to colored QR code generator web application Follow the following steps to create the text for the colored .... Read More

Fixed: The project at ‘/Users/….xcodeproj’ cannot be opened because it is in a future Xcode project file format.

By Saruque Ahamed Mollick

I just found a new issue while trying to open an Xcode project (that is built using a newer version of Xcode) with an older version of Xcode and I got this error: The project at â€.... Read More

How to Draw an Arc in Tikz – Full Guide

By Saruque Ahamed Mollick

In this LaTeX tutorial, we will learn how to draw an arc in Tikz with lots of examples. I will start with the very basic arc first. The basic sytax is: \draw (x,y) arc [start angle.... Read More

Related Posts