Category Tutorial

Vue.js: A Beginner’s Guide

Thinking about diving into frontend development or looking for a new framework to master? Vue.js might just be your perfect starting point! Known for its approachability, progressive nature, and gentle learning curve, Vue.js makes building interactive user interfaces a joy.…

Installing Microsoft Edit in WSL Ubuntu

Installing new tools on Linux, especially within a WSL (Windows Subsystem for Linux) environment, can sometimes feel like a treasure hunt. Recently, we embarked on a mission to get “Microsoft Edit” – a handy utility from Microsoft’s GitHub – up…

Getting Started with VS Code

black flat screen computer monitor

Are you new to the world of coding and wondering which tool to use for writing your programs? Or perhaps you’re looking for a more powerful and flexible text editor? Look no further than Visual Studio Code, or VS Code…

A Quick Guide to Creating WordPress Block Patterns

blue red and yellow lego blocks

Tired of building the same sections on your WordPress site over and over again? Enter Block Patterns! These pre-configured layouts of blocks allow you to quickly insert complex and visually appealing sections with just a few clicks, saving you valuable…

How to Convert Figma Designs to HTML from Scratch

a computer screen with the words nothing great is made alone

Introduction Figma is a powerful design tool that allows designers to create stunning user interfaces. However, converting these designs into HTML can be a daunting task for many. This tutorial will guide you through the process of converting Figma designs…

How to Start a WordPress Block-Based Template from Scratch

turned on gray laptop computer

The future of WordPress theme development is here, and it’s all about blocks! Gone are the days of complex PHP templates and rigid structures. Block themes empower you with unprecedented flexibility and control over your website’s design directly within the…

Getting Started with React.js

Introduction React.js is a powerful JavaScript library for building user interfaces, particularly single-page applications where you need a fast, interactive experience. Developed by Facebook, React allows developers to create large web applications that can change data without reloading the page.…