Main Page: Difference between revisions
Line 111: | Line 111: | ||
===Dagger=== | ===Dagger=== | ||
You can find information on Dagger on the following page [[Dagger]] | You can find information on Dagger on the following page [[Dagger]] | ||
===Firebase=== | |||
You can find information on Firebase on the following page [[Firebase]] | |||
===Flutter=== | ===Flutter=== | ||
You can find information on Flutter on the following page [[Flutter]] | You can find information on Flutter on the following page [[Flutter]] |
Revision as of 01:26, 26 December 2020
Linux Setup
You can find information on linux setup on the following page linux Setup
OpenShift
You can find information on linux setup on the following page OpenShift
Local Cert
You can find information on Locally setting up a cert on the following page Setting up localhost SSL Cert
Android
Android Emulator
You can find information on Android Emulator on the following page Android Emulator
Android Studio
You can find information on Android Studio on the following page Android Studio
Amazon
You can find information on Amazon Web Services AWS Overview
Useful Stufff
You can find information on useful stuff here Useful Commands
Gimp Stuff
You can find information on Gimp stuff here Gimp
VS Code Setup
You can find information on VS Code setup on the following page VS Code Setup
Build Kodi
You can find a list of these on the following page build kodi
Build RhythmBox
You can find a list of things to do to do this on the following page build RhythmBox
SDLC
You can find information on SDLC on the following page sdlc
Commodore64
You can find information on Commodore 64 on the following page Commodore 64
Programming
Glossary
You can find information on Glossary on the following page glossary
Test Driven Development
You can find information on Test Driven Development on the following page Test Driven Development
API Development
Restful
You can find information on restful API on the following page restful
RESTful .Net Core 3 API Implementation
You can find information on RESTFul .Net Core 3 API Implementation dotnet_api_linux
GraphQL
You can find information on Graph QL on the following page graphql
GraphQL .Net Core 3 API Implementation
You can find information on Graph QL .Net Core 3 API Implementation dotnet_api_graphql_linux
Async Programming
JavaScript
You can find information on javascript async implementation on the following page javascript_async
ReactiveX
You can find information on ReactiveX rxJs async implementation on the following page rx javascript
Dependency Injection
Dependency Injection for ASP .NET Core
You can find information on dependency injection for .Net Core on the following page dotnetdi
Design Patterns
You can find information on design patterns on the following page design patterns
SOLID Overview
You can find information on the SOLID Principles on the following page solid_overview
Languages
C#
You can find information on c# on the following page C Sharp
C++
Go
You can find information on the go language on the following page Go Language
Kotlin
You can find information on kotlin on the following page kotlin
Java
You can find information on Java on the following page java
JavaScript
You can find information on JavaScript on the following page javascript
Python
You can find information on Python on the following page python
Ruby
You can find information on Ruby on the following page ruby
Rust
You can find information on Rust on the following page rust
TypeScript
You can find information on TypeScript on the following page typescript
Databases
Mongo
You can find information on Mongo on the following page mongo
Mobile Technologies
Android Architecture
You can find information on Android Architecture on the following page Android Architecture
Android Fragments
You can find information on Android Fragments on the following page Android Fragments
Android Material Design
You can find information on Android Material Design on the following page Android Material Design
Dagger
You can find information on Dagger on the following page Dagger
Firebase
You can find information on Firebase on the following page Firebase
Flutter
You can find information on Flutter on the following page Flutter
React Native
You can find information on React Native on the following page React Native
React Native Styling
You can find information on React Native Styling on the following page React Native Styling
Web Technologies
Angular
Angular Introduction
You can find information on Angular on the following page angular
Angular Architecture
You can find information on Angular architecture on the following page angular architecture
Angular Data Access Service
You can find information on Angular Data Access Service on the following page angular data access service
Angular Reactive Forms
You can find information on Angular Reactive Forms on the following page Angular Reactive forms
Angular Routing
You can find information on Angular Routing on the following page Angular Routing
Angular RxNg
You can find information on Angular ngRx (redux) on the following page angular ngrx
Angular Reactive Development
You can find information on Angular Reactive Development on the following page Angular Reactive Development
Angular Services
You can find information on Angular Services on the following page Angular Services
Angular Best Practices
You can find information on Angular Best Practices on the following page Angular Best Practices
CSS
You can find information on CSS on the following page css
NodeJs
You can find information on Node on the following page nodeJs
NPM
You can find information on npm on the following page npm
React
React Introduction
You can find information on react on the following page react
React Components
You can find information on React Components on the following page React Components
React Redux
You can find information on React Redux on the following page React Redux
Redux Saga
You can find information on React Saga on the following page redux-saga
React Styling
You can find information on React styling on the following page react-styling
React Router
You can find information on React Router 4 on the following page react-router
Jest
You can find information on Jest on the following page jest
Ruby On Rails
You can find information on Ruby On Rails on the following page Ruby On Rails
Vue
Vue Introduction
You can find information on Vue Introduction on the following page Vue Introduction
Security
Preventing Sensitive Data
You can find information on Preventing Sensitive Data following page prevent_sensitive_data
Browser Security
You can find information on Broswer Security following page browser_security
Big O Notation
You can find information on Big O Notation following page big_o_notation
Other (To be Sorted)
ELK
You can find information on Elastic LoadStash and Kabina on the following page elk
Spring Setup
You can find information on Spring on the following page spring
Maven
You can find information on Maven on the following page maven
Gradle
You can find information on Gradle on the following page gradle
CORS Cross Origin Resource Sharing
You can find information on Azure on the following page cors
Docker
You can find information on Docker on the following page docker
Azure
You can find information on Azure on the following page azure
Git
You can find information on git on the following page git
Powershell
You can find information on powershell on the following page powershell
Useful Azure Queries
You can find a list of these on the following page Azure Queries
Useful cli commands
You can find a list of these on the following page cli favourites
Windows Tips
Fixing samba on Window 10
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled
And in smbd.conf
ntlm auth = true
Disabling public network for hyper-V
Start a secpol.msc Under Netork List Manager, change the relevant Network name to private This was an error when setting up winrm using winrm quickconfig
Powershell
To search for text in a file use
ls * -r | Select-String -simplematch -pattern "mysearchstring" | select -u -exp filename
bibbleMP
You can find information on bibbleMP on the following page bibble Media Player
Recipes
You can find some save recipes on the following page Iain's Recipe Page