Understanding Salesforce Apex Classes: A Comprehensive Guide

Salesforce developers and administrators often work with Apex, its a proprietary programming language that drives complex business logic and custom functionality within the Salesforce platform. At the heart of Apex development lies the concept of Apex classes. This guide will walk you through everything you need to know about Salesforce Apex classes. What is an Apex Class? An Apex class is a template or blueprint that defines the data and behavior of an object in Salesforce....

September 10, 2024 · 3 min

Optimizing Linux Storage: Using SSD for OS and HDD for /home

TL;DR By utilizing both your SSD and HDD effectively, you can create a Linux system that boots quickly, runs smoothly, and provides ample storage for your files. This setup offers a balance of performance and capacity, making it an excellent choice for many Linux users. Why Split Your System This Way? In today’s world of mixed storage solutions, many computers come with both a fast SSD (Solid State Drive) and a larger capacity HDD (Hard Disk Drive)....

September 1, 2024 · 2 min

Top Ten ChatGPT Prompts for Nextjs

The rapid evolution of AI in 2023 was remarkable. We transitioned from general unfamiliarity with AI to seeing job postings for “Prompt Engineers” within a single year. While some predict doom scenarios like: AI replacing human programmers The end of web development These claims are likely exaggerated. Although the future is uncertain, I’m skeptical of such extreme predictions. The transformative impact of AI is undeniable, but its effects may not be as drastic as some fear....

August 26, 2024 · 2 min

Svg based Stored Xss

Hi, hope you guys doing great! Here is a story about me finding a stored XSS using SVG files. Approach Found a target that has many features which included Discussion, Discovery, Mixtapes, Shorts, Activity and what not. I went ahead with looking at user dashboard. Why would I look for xss at a user dashboard where only I am the visitor? Nice Question! If I found XSS there then it would be considered a self XSS....

August 25, 2024 · 2 min