chrisira
Making life simple with programming, simplicity is not simple, but it is the playground of a true genius.
@hanomedia
Pinned Repositories
.NET-WebApi--Full
Web api application implementing the .NET web API concepts
.NET_TDD
Demo project for Test Driven development and Unit Testing In C#
angular-18-loading-indicator
This is the official repository of the YouTube tutorial I created about adding a LOADING INDICATOR on angular applications, you can use it into your application , don't forget to leave a star to this repo if you liked it, thanks
angular-18-simple-reactive-form
angular-custom-toast-notification
This repo is all about making a custom toast notification without using any third party package but only using one customizable toast service, feel free to use it and don't forget to leave a star on this, have fun!!
Angular-multi-Language
the step by step demonstration about how to make multi language website using angular on frontend
angular-resusable-component-demo
A boilerplate for angular reusable input components with validation, it is about a video I made on youtube about this particular topic, you can check it out , to get a completed version join out patreon account and access the source codes
angular-stepper-youtube
Source code for angular Stepper from the YouTube video i made about making a stepper using angular
angular17-responsive-header
Source code for angular Responsive Header from the YouTube video I made about making a responsive header component using angular 17
angular_localization-Youtube
Source code for angular localization from the YouTube video i made about performing localization in angular apps
chrisira's Repositories
chrisira/angular17-responsive-header
Source code for angular Responsive Header from the YouTube video I made about making a responsive header component using angular 17
chrisira/angular_localization-Youtube
Source code for angular localization from the YouTube video i made about performing localization in angular apps
chrisira/angular-18-loading-indicator
This is the official repository of the YouTube tutorial I created about adding a LOADING INDICATOR on angular applications, you can use it into your application , don't forget to leave a star to this repo if you liked it, thanks
chrisira/angular-stepper-youtube
Source code for angular Stepper from the YouTube video i made about making a stepper using angular
chrisira/angular-resusable-component-demo
A boilerplate for angular reusable input components with validation, it is about a video I made on youtube about this particular topic, you can check it out , to get a completed version join out patreon account and access the source codes
chrisira/.NET-WebApi--Full
Web api application implementing the .NET web API concepts
chrisira/.NET_TDD
Demo project for Test Driven development and Unit Testing In C#
chrisira/angular-18-simple-reactive-form
chrisira/angular-custom-toast-notification
This repo is all about making a custom toast notification without using any third party package but only using one customizable toast service, feel free to use it and don't forget to leave a star on this, have fun!!
chrisira/Angular-multi-Language
the step by step demonstration about how to make multi language website using angular on frontend
chrisira/angular17-training
Practice projects for Angular 17 by Mark Techson, I cloned the repo from him, made practice and then put it among my repos, and It's public anyway :)
chrisira/Blazor-Localization-Youtube
Source code for Blazor Localization from the YouTube video I made about Impementing Localization in Blazor
chrisira/blazor_playground
This repository includes all the codes for learning fundamentals of blazor Server
chrisira/chrisira
chrisira/CRUD_IN_LARAVEL9
These are the source code for performing the crud operations in Laravel 9
chrisira/csharp_fundamentals
This repository includes all the codes for learning fundamentals of C# programming language, syntax, arrays, .......
chrisira/first_flutter_app
I finally tried to learn and use flutter to build cross platform apps this is the first one i tried(launching demo) its is crazy but i hope i will get myself in so much trouble with this technology
chrisira/FlightsAngularDotNet
Course Project about angular and Dotnet
chrisira/inzozidps
Repository for the inzozidps website
chrisira/iwacumotors
Official repository of iwacu cars
chrisira/Jwt_dotnet_core
Demonstration of Authentication and authorization in .NET 6 Web APi using ,JWT,....
chrisira/nest-playground
Public repo for playing with nest framework to explore if it's worth it :)
chrisira/php_jwt_authentication
I tried to make a json web token (JWT) simple authentication using plain php, you can look how i did it and implement it in your project if you like, leave a star if you liked it
chrisira/prevent-multi-login-php-pdo
Source codes for managing the users login and preventing same use to be logged on two devices, i used the session_id approach to test the status of the user for every 10 seconds, let me know if there is something that i can improve i am open to your ideas thanks!
chrisira/tailwind-demo
Demonstration of tailwind css with examples
chrisira/testingapi
chrisira/typescript_bootcamp
Typescript In a Nutshel, bunch of exercises i made while learning typescript in it's nature, to be able to use it on my future projects, you can re-use the code that I am going to upload as this repository is public to anyone who need to clone it, thanks
chrisira/village
webapp
chrisira/youtube-laravel-CRUD
Source code for Laravel CRUD from the YouTube video i made about Making CRUD using Laravel