How Instagram app’d look on Apples’ new VisionOS

This is a new just a fun project. My imagination of how Instagram app’d look on Apples’ new VisionOS. alt text Getting Started Note: Make sure you have completed the React Native – Environment Setup instructions till “Creating a new application” step, before proceeding. Step 1: Start the Metro Server First, you will need to start Metro, the JavaScript bundler that ships with React Native. To start Metro, run the following command from the root of your React Native project:

What is Blockchain?

Blockchain (Polish for chain of blocks) has recently been a popular word in the Internet’s clouds. In this article I will try to expose what the famous Blockchain is and what it can do be useful.

Forestry and Hugo

I haven’t written here in a long time, but it’s worth refreshing this blog a bit. Today’s entry will be short, and in the entry I’m going to present Hugo’s interaction with the Forestry.io platform

String beautification, or how to format thongs in Python

There were two methods of formatting thongs in python. This situation lasted until the emergence of Python 3.6, with the arrival of the f-strings. Today I will try to discuss all formatting methods, and give an example of their use.