20 days ago
Encrypt and decrypt data using Java’s javax.crypto library
How is your personal data protected online, have your ever give it a thought? Protecting your financ
a month ago
Building a Text Summarizer Using Machine Learning
Are you tired of scanning and summarizing long documents manually? And want to use machine learning
2 months ago
Implementing Gradient Descent in Java: A Practical Approach
Machines learn to predict or make functions perform better, even though how? An essential part of ma
2 months ago
XML vs JSON: When and Why to Use XML
You're talking about data formats, then meet the two giants: XML and JSON. No doubt both of these se
3 months ago
How to Create a Time-Zone Aware Calendar App with JavaScript
Recall and thought, have you ever missed a meeting just because of confusion about time-zone differe
3 months ago
JavaScript's Role in Building Progressive Web Apps (PWAs) for the Future
Ever wanted websites to work like apps? Progressive Web Apps (PWAs) give the best of both worlds. PW
4 months ago
Sorting Algorithms in JavaScript: Radix Sort, Merge Sort, and Quick Sort
Radix Sort is a non-comparative sorting algorithm that sorts numbers by processing individual dig
4 months ago
Enhancing Type Safety in Python with Pydantic
Pydantic is a data validation and settings management library for Python. It's designed to make i
4 months ago
Real-Time Live Updates in Django Using WebSockets and Django Channels
WebSockets represent a significant advancement in web technology, allowing for full-duplex commun
5 months ago
Microservices Architecture: A Comprehensive Guide
Microservices architecture is a software development approach where applications are composed of
5 months ago
Socket.IO: Real-Time Communication Made Easy
Socket.IO is a JavaScript library that enables real-time, event-based communication between web c
5 months ago
Unleashing the Power of Regular Expressions in JavaScript: A Comprehensive Guide
Understanding Regex Basics:At its core, a regular expression is a sequence of characters that def
6 months ago
Exploring Design Patterns in React: Enhancing Scalability and Maintainability
The Container/Presenter pattern, also known as the Smart/Dumb pattern, separates concerns by dist
6 months ago
A Comprehensive Guide to Performing QA Testing: Ensuring Software Quality
Quality Assurance (QA) testing plays a pivotal role in the software development lifecycle, ensuring
6 months ago
Demystifying Databases: Understanding the Backbone of Information Management
What is a Database? At its core, a database is a systematic collection of data, organized to faci
7 months ago
A Guide to Cherry-Picking, Dropping, and Editing Commits
Cherry-picking is the process of selecting specific commits from one branch and applying them to
8 months ago
Exploring Design Patterns in React: Enhancing Scalability and Maintainability
The Container/Presenter pattern, also known as the Smart/Dumb pattern, separates concerns by dist
8 months ago
Understanding Constructors in Inheritance in PHP
In object-oriented programming (OOP), inheritance is a powerful concept that allows classes to inher
8 months ago
Mastering C++: A Comprehensive Guide to Modern C++ Programming
1. Getting Started with C++: The Fundamentals C++ is a multi-paradigm language that supports proc
9 months ago
Simplifying File Uploads in Remix or Next.js
Introduction: File uploads are a common requirement in web applications, whether you're building a c
9 months ago
Creating a Django Weather App Tutorial
Welcome back to another tutorial on my YouTube channel! In this session, we'll be delving into the c
10 months ago
Working in a remote software environment , the good, the bad, the ugly
For most software engineers and even other professionals, they dream of the day that will work from
10 months ago
Mastering C++: A Comprehensive Guide to Modern C++ Programming
**1. Getting Started with C++: The Fundamentals** C++ is a multi-paradigm language that supports
a year ago
Exploring the Evolution of Databases: From Hierarchical to NoSQL
1. Hierarchical Databases: In the 1960s, hierarchical databases emerged as one of the first data
a year ago
Demystifying Databases: Understanding the Backbone of Information Management
What is a Database? At its core, a database is a systematic collection of data, organized to faci
About Me
Childhood curiosity led me to tech; now, coding is my canvas. Always exploring new digital horizons!
Joined
10 months ago
Questions (0)
Lily Chang's Top Tags
database
nosql
javascript
database-design
Blogs (25)
BL
XML vs JSON: When and Why to Use XML
BL