top of page

Building the User Interface (UI)

  • Writer: ACS Acc
    ACS Acc
  • Jul 27, 2022
  • 1 min read

Updated: Aug 3, 2023

A while back I decided to build a personal project within my role as SE that would make a difference and be impactful for my organisation.


This Personal Project should enhance my full stack skills and benefit others in the company.


Addressing the need to find others of the same heritage around you using a globe seemed like a brilliant idea, infact others said 'Brilliant... build it'


Be like anything you start, you will run into problems.


Being headstrong, and having a make it happen attitude, over overcome some obsticals thus far but documentation has lacked and so ... I START TODAYY!!!


Problems

- GDPR

- Lack Of Clear Documentation

- Should have been built in React... so have built it in React Horrrrayyyy

- Open Source code.... The BUGGGGSSS!!!!!


Solutions

- Will overcome the GDPR with crossing T' and doting i' (in progress I know what to do....

- Security... OWASP training done and now in progress of ensuring security is thought of at the beginning

- Journalling - well you see the date.... Im here to document - I got this.. lets call this a start

- Wire framing click this savvy button

Git Hub Code - click this savvy button if your in KPMG





 
 
 

Recent Posts

See All
Expose Endpoint

After creating the Controller, expose the endpoint. Exposing the endpoint in the Controller - [HttpGet] <- Attribute - Adding this...

 
 
 
Dependency Injection

Add own method call in program.cs - Transient = New instance every time - Singleton = An instance once - Scoped = instance per connection...

 
 
 

Comments


Post: Blog2_Post
bottom of page