29th April 2023

Tips to help you survive in the big corporate world:

1. Get ready for a hard schedule: Gear yourself up for a change in your life schedule and be ready to face life all upside down. You will be now expected to work eight hours or more, perhaps you will have assignments or workshops on weekends and your after-hours too may be taken up by workplace stress. Get yourself ready for these challenges by being disciplined, eating healthy, and staying happy. 2. Look good: Adhere to workplace attire and be well-groomed. Look clean and maintain hygiene. Looking handsome or beautiful is not what is required but you should look presentable and well […]
25th April 2023

How to build a simple PHP MVC framework

Introduction How to build a simple PHP MVC framework | Today I am going to show how to create a simple PHP application following the MVC pattern (Model-View-Controller). I was inspired by a PHP course I taught some years ago, and in which I built a simple e-commerce with the students. This e-commerce was based on a simple MVC framework based on PHP. Then, people who have continued with code and programming already had a smattering of what means MVC before get their hands on a real framework. MVC frameworks are widely used in the industry because they offer a lot […]
14th April 2023

Configure ESLint, Prettier, and Flow in VS Code for React Development

This short guide will provide you a consistent and reusable development workflow for all React Native projects. The more effort you put into writing quality code, the less time you spend on debugging. You can increase your code quality and reduce the time spent on debugging with a consistent development workflow. In this guide I will show you how to configure your editor to handle your code formatting, linting, and type checking. Test Driven Development and a preconfigured build configuration are recommended. I won’t go into much detail on either of these. I recommend create-react-app for the web and using the React Native […]
6th April 2023

Behind The Scenes: International Keyboard Shortcuts

I didn’t know much about keyboards going into this project. As a software engineer on Figma’s Editor Usability team, my day-to-day typically focuses on the design editor experience. Turns out, keyboard shortcuts are a big part of that. These preset key combinations are essential for efficient, intuitive workflows and have a host of accessibility benefits—such as making it easier to access menus and functions. Yet Figma’s many shortcuts were originally designed based on US keyboards, which meant that they didn’t work for many other types of keyboards. Our team began seeing a steady stream of shortcut-related bug reports as users encountered […]
5th April 2023

Top 10 Node.js Libraries to Optimize Your Code and Simplify Development

Node.js is a powerful and popular JavaScript runtime environment that enables developers to build high-performance applications. Node.js is widely used for building server-side web applications and APIs, as well as for creating command-line tools and desktop applications. Node.js has a rich ecosystem of libraries and modules that can help developers improve their application’s performance and optimize their code. In this blog post, we will explore the top 10 libraries to use in Node.js to improve application performance and optimization. 1. Lodash : Lodash is a JavaScript utility library that provides a set of functions for working with arrays, objects, strings, […]
4th April 2023

HOW TO MAKE PIXEL ART FOR 2D GAMES

So, you want to make pixel art – to design your own 2D game art and characters? Or perhaps you want to create a .gif of your dog soaring through the clouds into a pink and purple sunset? Well budding heroes, heroines, and supervillains, your tale begins right here. WHAT IS PIXEL ART? A pixel is a single unit of measurement on a screen – each letter you’re reading right now is created by an arrangement of pixels. Pixel art is the intentional placement of pixels to create an image.  It’s a beloved gaming art style for its nostalgia, charm, and accessibility, and it’s often […]
1st April 2023

Enrolling in the Apple Developer

Enrolling in the Apple Developer and Verifying Your Identity with the Apple Developer App Enrolling in the Apple Developer, Developers in select regions1 around the world can use the Apple Developer app to enroll in the Apple Developer Program and to verify their identity for other processes. Enrolling in the Apple Developer Program as an individual If you’re an individual or sole proprietor/single-person business, follow these steps to enroll in the Apple Developer Program through the Apple Developer app on iPhone, iPad, or Mac. Before you begin, you’ll need: Start enrollment Enter your personal information Complete purchase Review your annual membership subscription details and tap or click the Subscribe button. Membership is provided on an […]
30th March 2023

Sanity Testing

Sanity testing is a type of software testing that aims to quickly evaluate whether the basic functionality of a new software build is working correctly or not. It is usually performed on builds that are in the initial stages of development, before the full regression testing is performed. Sanity testing is limited in scope and typically focuses on critical functionality and does not aim to uncover every possible error or bug in the system. It is a quick and lightweight way to ensure that the software is functioning as expected before further testing is conducted. Sanity Testing is a subset of […]
22nd March 2023

Get to Know Google Analytics 4: A Complete Guide

Get to Know Google Analytics 4: A Complete Guide, Google Analytics 4 is a powerful marketing tool for insights to help you make better marketing decisions. Here’s what you need to know about GA4. In October, Google announced the most significant change to Google Analytics ever: Google Analytics 4. There is a lot to learn with significant updates and it’s natural to wonder how this will affect your job or business. While we’ve not heard any indication that traditional GA will be going anywhere anytime soon, new properties now default to GA4. This is a strong sign that learning Google Analytics 4 […]
18th March 2023

7 things that bring more happiness to your life

Happiness is a state of mental well-being that encompasses joy, meaning, and contentment in life. It’s a state of being positive and eternally optimistic for accomplishing goals. Happiness is not an emotional state. It should be a catalyst that accelerates a strong sense of purpose and bliss in your life. Most people intend to chase happiness.  Happiness cannot be chased. It is achieved through self-discipline, good habits, resilience, consistency, etc.   Any arduous situation can be easily tackled with the aid and power of a strong mindset. Every human should understand the strength and dogma of a wealthy mindset and […]
16th March 2023

ThingWorx V/S AWS IoT: A Comparison You Need To Know

With technologies like AR, VR, and IoT becoming kind of popular and omnipresent in the market these days, choosing the right cloud computing platform to run their operations has become inevitable. The solution you choose can decide whether you break or make your project. You need to find the right cloud computing platform which can offer you the needed performance and speed and it can be a tough job. The kind of cloud computing solution you wish to choose depends on the kind of project you are handling and its complexity. If you have a simple project in hand like […]
4th March 2023

What Is Unity? Get Started With Game Development Using Unity

Released way back in 2005, Unity has risen to the pinnacle of game development for both 3D and 2D games over the years. Today, it holds the bragging rights for 27 target deployment platforms, including Android, iOS, and Windows. This blog takes a look at what it is, what makes Unity so popular, and how aspiring and professional game developers can get started with the platform. What Is Unity? Unity is a popular game development engine with a visual interface for creating games and simulations for cross-platforms. While being proficient in both 3D and 2D games, Unity’s primary goal is […]