Contact Information
152 W Park Ave #150
El cajon CA 92020
Codding & Pro
Codding & Pro

SVG Tutorial – How to Code Images with 7 Examples – Empire Tech
- By Ahmed Aljanahy
- . December 1, 2023
#SVG #Tutorial #Code #Images #Examples Have you ever needed an icon for your website, but you couldn’t quite find the right one? Or perhaps you

How to Add a Table of Contents to Your Article on Ghost – Empire Tech
- By Ahmed Aljanahy
- . December 1, 2023
#Add #Table #Contents #Article #Ghost A table of contents (or TOC) is a list of chapters or section titles in an article. You’ll usually find

UI card design: Definition, tutorial, and examples – Empire Tech
- By Ahmed Aljanahy
- . December 1, 2023
#card #design #Definition #tutorial #examples Onboarding UX: Creating a B2B product introduction Learn the concept of onboarding, the types there are, and its architecture as

Use Ollama LLM Models Locally with Laravel – Empire Tech
- By Ahmed Aljanahy
- . December 1, 2023
#Ollama #LLM #Models #Locally #Laravel The Ollama Laravel package provides seamless integration with the Ollama API: Ollama-Laravel is a Laravel package that provides a seamless

Using ElectricSQL to build a local-first application – Empire Tech
- By Ahmed Aljanahy
- . December 1, 2023
#ElectricSQL #build #localfirst #application Using Rust and Leptos to build beautiful, declarative UIs Leptos is an amazing Rust web frontend framework that makes it easier

Leader Spotlight: Breaking out of silos, with MQ Qureshi – Empire Tech
- By Ahmed Aljanahy
- . December 1, 2023
#Leader #Spotlight #Breaking #silos #Qureshi Moving from a feature-driven to an outcome-driven roadmap In this article, we’ll discuss outcome-driven roadmaps and why they can actually

Moving from a feature-driven to an outcome-driven roadmap – Empire Tech
- By Ahmed Aljanahy
- . December 1, 2023
#Moving #featuredriven #outcomedriven #roadmap Let’s start with a bit of contrast. Company A meticulously lays out an annual plan, outlining projects and features on a

The Real Python Podcast – Episode #182: Building a Python JSON Parser & Discussing Ideas for PEPs – Empire Tech
- By Ahmed Aljanahy
- . December 1, 2023
#Real #Python #Podcast #Episode #Building #Python #JSON #Parser #amp #Discussing #Ideas #PEPs Dec 01, 2023 56m Have you thought of a way to improve the

How to Build a Clang AST-Based C++ Static Analysis Tool – Empire Tech
- By Ahmed Aljanahy
- . November 30, 2023
#Build #Clang #ASTBased #Static #AnalysisTool Clang is a set of tools and projects that provides infrastructure for languages in the C family like C, C++,

How to Create HTML Accordion Elements With and Without JavaScript – Empire Tech
- By Ahmed Aljanahy
- . November 30, 2023
#Create #HTML #Accordion #Elements #JavaScript Accordion elements are very handy for displaying topic titles and expandable details below them when you click the title. In