Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by deanilvincent
A curated list of projects in awesome lists by deanilvincent .
https://github.com/deanilvincent/check-password-strength
A simple npm package that checks the password strength of a certain passphrase. A password strength checker based from Javascript RegEx.
javascript-regex npm npm-package passphrase password-regex password-strength regex
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-fileupload-with-vuejs-axios
Simple ASP.NET Core Project Multiple File Upload with the use of Vue.JS & Axios
Last synced: 28 Jan 2025
https://github.com/deanilvincent/react.js-reduxtoolkit-typescript-crud-sample
This repository provides a basic but dynamic demo & reference for React.JS with Redux Toolkit that performs CRUD (Create, Read, Update & Delete) operations. The project is also using typescript as part of the react template.
crud-application reactjs redux-toolkit
Last synced: 28 Jan 2025
https://github.com/deanilvincent/xamarin-forms-simple-mvvm-login
This contains sample username and password values as simple representation of using mvvm in building login system.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/xamarin-forms-simple-login-with-rest-api
Xamarin forms simple login system connected to rest api. These steps will help you demonstrate and understand the simple logic of login system with only just few codes and snippets.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/check.password.strength
.NET package to check the password strength of a certain passphrase. A password strength checker based from System.Text.RegularExpressions.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/capitalize-decapitalize
NPM package for capitalizing or decapitalizing every first letter of the word. Letter case option (Upper & lower case) for every word in a sentence.
capitalize decapitalize firstlettercapitalize uncapitalize
Last synced: 28 Jan 2025
https://github.com/deanilvincent/xamarin-forms-simple-data-binding-from-view-model
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-with-webpack-babel-es6-starter-project
ASP.NET Core with Installed Webpack, Babel & ES6 using NPM starter project. Feel free to use this project.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/get-file-info
A NPM package for getting basic file information like name, size, last modified and type.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core2.1-webapi-and-angular6-login-with-register-spa
Last synced: 28 Jan 2025
https://github.com/deanilvincent/fileuploadaspnetcore
Code sample for uploading files in asp.net core
Last synced: 28 Jan 2025
https://github.com/deanilvincent/steps-in-creating-basic-asp.net-webapi
Here are the simple steps in creating basic custom Asp.Net Web API using Visual Studio.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/very-simple-date-and-time-counter-in-javascript
Last synced: 28 Jan 2025
https://github.com/deanilvincent/age-by-birthdate
A simple NPM package for getting the age by selected birthdate.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core2.1-webapi-and-vue.js-spa-basic-crud
Last synced: 28 Jan 2025
https://github.com/deanilvincent/length-distance-converter
NPM package for metric conversions (Length/distance converter).
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-web-api-with-angular-basic-crud
This sample ASP.NET Core Web API (v3.1) and Angular (v9) with Typescript projects demonstrate a basic implementation of CRUD (Create-Read-Update-Delete) Operations.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/savgarder
The Easiest Way To Back Up Your Database
Last synced: 28 Jan 2025
https://github.com/deanilvincent/my-rest-client-with-mvvm
This is Rest API with MVVM
Last synced: 28 Jan 2025
https://github.com/deanilvincent/xamarin-forms-hexadecimalcolor-using-viewmodel
If you want to create hexa decimal color entry and label result then it's bindable to your view model in xamarin forms, this repo will help you out using simple steps.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/value-size
NPM Package for getting the size of an array, object or string.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/date-range-diff
Basic simple NPM package in getting date range difference between 2 specific dates.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/xamarin-forms-crud-app-with-realmdb-and-mvvm
Last synced: 28 Jan 2025
https://github.com/deanilvincent/passphrase.generator
NuGet Package for generating passphrase.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/random-name-by-country
A simple NPM package for generating random names by country.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-with-websockets
This project implements websockets installed. Feel free to clone this project.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/check-password-strength-demo
A demo of the NPM package: https://www.npmjs.com/package/check-password-strength
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-with-ef-and-webapi
Basic Template of ASP.NET Core with EF and Web API.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/hey-regex
NPM package that uses Javascript RegEx that checks common inputs like numbers, alpha numeric, email and url.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/random-word-by-letter
A NPM package for generating random word by specific letter.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/px2rem2px
NPM package that simply converts pixel to REM and/or pixel to REM.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/copy-kopya
NPM Package: Create an immutable clone or copy of data. This could be an array, object, map, set or function.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/vuejs3-with-pinia-basic-crud
Vue.js with Pinia + Basic CRUD implementation.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/vuejs-app-with-refresh-if-new-version-found
Last synced: 28 Jan 2025
https://github.com/deanilvincent/react.js-basic-crud-operations
This sample React.JS with Typescript project shows a basic implementation of CRUD (Create-Read-Update-Delete) Operations that is connected to a web api.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/reactjs-with-msal-connected-to-asp.net-core-with-azure-ad
Last synced: 28 Jan 2025
https://github.com/deanilvincent/passphrase-generator
NPM package that generates passphrase.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/quick-xamarin-forms-demo
Xamarin forms quick demo with basic ui control with some event handlers (For dummy)
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core2.1-with-windows-service-setup
Last synced: 28 Jan 2025
https://github.com/deanilvincent/customized-asp.net-core-with-vue.js-project-startup-template
Last synced: 28 Jan 2025
https://github.com/deanilvincent/django-basic-crud-with-restframework-and-nested-create-update
A basic CRUD (Create, Read, Update & Delete) operations project repository that I compiled while I'm building my skills in Django Framework.
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core2.1-webapi-and-vue.js-spa-with-antixrsf
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core2.1-webapi-and-vue.js-login-with-register-spa
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core2.1-webapi-and-angular6-spa-basic-crud
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-spa-with-vue.js-typescript-simpledemo
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-web-api-with-jwt-and-policy-based-auth
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-2.2-webapi-and-vuejs-with-realtime-signalr-crud
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-2.1-webapi-crud-with-integrationtestxunit
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-2.2-webapi-and-vue.js-with-signalr
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-2.1-for-windows-services-startup-project
Last synced: 28 Jan 2025
https://github.com/deanilvincent/asp.net-core-2.1-webapi-with-mobile-and-web-clients
Last synced: 28 Jan 2025