SOLID Principles
Danyal April 11, 2024
SOLID is an acronym for five design principles introduced by Robert C. Martin (“Uncle Bob”)…
Posted in Programming Tagged cleancode, coding, php, solid
Object-Oriented Programming (OOP)
Danyal April 11, 2024
Object-Oriented Programming (OOP): OOP is a programming paradigm that organizes software design around objects and…
Posted in Programming Tagged abstraction, encapsulation, inheritance, oops, polymorphism
Tool: Calculate IP Range
Danyal February 20, 2024
Sharing an ip calculation tool by jodies.de.https://jodies.de/ipcalc?host=91.214.20.0&mask1=24&mask2
iOS: PWDSAFE – dPasswordManager free app
Danyal January 27, 2024
PWDSAFE is a password wallet and easy password manager. Features:
Posted in Programming Tagged apps, AppStore, ios
Vue 3 State Management
Danyal September 16, 2023
Let’s take a quick look at the state management in Vuejs 3. Vue 3 provides…
Posted in Vuejs Tagged compositionapi, frontend development, pinia, state-management, store, vuejs, vuejs3, vuex
Project 36: Joystick
Danyal June 12, 2023
OverviewFor some DIY projects, you perhaps use a component, that is, a joystick module, such…
Posted in Microbit Tagged bbc:microbit, javascript, python