Rahul Gupta

Rahul Gupta @therahul_gupta

About: I am Software Engineer

Joined:
Jun 5, 2022

Rahul Gupta
articles - 33 total

Day 6/100: Numbers, Arithmetic, and Type Conversion

Welcome to Day 6 of the 100 Days of Python series! Today we dive into how Python handles numbers,...

Learn More 0 0Jun 27

Day 5/100: Working with Strings — Basics to Formatting

Welcome to Day 5 of the 100 Days of Python series! Today we’re diving deep into one of the most...

Learn More 1 0Jun 26

Day 4/100: Variables and Data Types Explained Simply

Welcome to Day 4 of the 100 Days of Python series! Now that we’ve covered how to print and get input...

Learn More 2 0Jun 25

Day 3/100: First Python Program — Hello, World! + input()

Welcome back to Day 3 of the 100 Days of Python series! Yesterday, we installed Python and set up our...

Learn More 2 0Jun 24

Day 2/100: Installing Python & Setting Up Your Environment

Welcome to Day 2 of the 100 Days of Python series! Today, we’re going to install Python, set up the...

Learn More 1 0Jun 24

Day 1/100: Why Learn Python in 2025?

Welcome to Day 1 of the "100 Days, 100 Python Topics" series! In this journey, we’ll cover everything...

Learn More 3 0Jun 23

Offline First: Using SQLite and Caching in Desktop Apps - NativePHP

Powerful Local Data Handling with NativePHP One of the most important characteristics of a great...

Learn More 1 1Jun 12

Clipboard, Tray Menus & Global Hotkeys in NativePHP

Extend Your Laravel Desktop App with Native Power Tools When building desktop apps with NativePHP,...

Learn More 0 1Jun 11

Sending Desktop Notifications Using Laravel and NativePHP

One of the most exciting features of building desktop applications is the ability to send native...

Learn More 2 0Jun 9

Integrating Laravel Models and Controllers into Your Desktop UI - NativePHP

When building desktop applications with NativePHP, you’re not just stuck rendering static screens....

Learn More 3 1Jun 8

Working with File Systems and Storage in NativePHP

One of the best parts of building desktop apps with NativePHP is that you gain full access to the...

Learn More 2 2Jun 7

Showing Alerts, Prompts, and Dialog Boxes with NativePHP

One of the biggest advantages of building desktop apps with NativePHP is having the ability to...

Learn More 1 0Jun 6

Creating Native Windows with Menus, Icons, and Custom Actions in NativePHP

One of the most exciting parts of building desktop apps with NativePHP is the ability to go beyond...

Learn More 2 0Jun 5

Handling Routes and Views in a NativePHP Desktop App

NativePHP brings Laravel’s power to the desktop — and guess what? Your familiar routes and views...

Learn More 1 0Jun 4

Laravel + Electron = Native Power: How NativePHP Works Under the Hood

NativePHP is opening up a new era for Laravel developers—bringing the elegance of Laravel to the...

Learn More 2 0Jun 3

Creating Your First Window in a NativePHP App

Once you've set up your NativePHP project with Laravel, the next exciting step is creating your...

Learn More 2 0Jun 2

Exploring the NativePHP Directory and File Structure

Once you've installed NativePHP in your Laravel project, you might notice a few new files and...

Learn More 2 0Jun 1

Setting Up Your First NativePHP Project in Laravel

In our last post, we introduced you to NativePHP, a powerful tool that lets you build native...

Learn More 2 0May 31

Introducing NativePHP: Build Native Desktop Apps with Laravel

Have you ever wondered if it's possible to build native desktop applications using the same skills...

Learn More 2 0May 31

Understanding Laravel’s replicate() Method: A Deep Dive

Laravel, one of the most popular PHP frameworks, offers a rich set of Eloquent ORM features that...

Learn More 1 0May 29

Understanding Laravel's Arr::dot() Method

When working with deeply nested arrays in Laravel, especially when handling configuration files, API...

Learn More 2 0May 5

ToolifyPerfector: Your Ultimate Toolkit for Web Utilities and Converters

Welcome to ToolifyPerfector, your go-to destination for a comprehensive suite of utilities and...

Learn More 1 0Jul 2 '24

LeetCode - 1 - Two Sum - Python

Question: Given an array of integers nums and an integer target, return indices of the two...

Learn More 1 0Apr 1 '24

130+ Data Science Terms Every Data Scientist Should Know in 2024

Data science is a rapidly evolving field, and staying abreast of the latest terminology is...

Learn More 0 0Mar 26 '24

Javascript's Immutable Array Transformation: Exploring the Power of the New Methods

Introduction JavaScript, being one of the most popular programming languages in the world,...

Learn More 0 0Jul 29 '23

Radix Sort Algorithm: A Powerful Sorting Technique Using JavaScript

Introduction: In the world of computer science and programming, sorting algorithms play a...

Learn More 0 0Jun 29 '23

Call Stack in Javascript

Call Stack is a data structure for javascript interpreters to keep track of function calls in the...

Learn More 5 0Jun 15 '22

Callback in Javascript

A callback function is a function passed into another function as a argument. The function is invoked...

Learn More 3 1Jun 14 '22

Use of setInterval method in Javascript

The setInterval() method is used to call a function or evaluate an expression at specified intervals...

Learn More 4 0Jun 13 '22

Use of setTimeout method in Javascript

The setTimeout() method is used to call a function or evaluate an expression after a specified number...

Learn More 5 0Jun 12 '22