Economics & Financial analysis firm
Our consultants regularly contribute to writing articles on the web, you can view them on our medium or linkedin for free
Online Revision channel on youtube
๐๏ธ Revision Channel ๐๏ธ,๐งช Chemical Engineering -- GCSE/IGCSE ๐งช,๐ฅ๏ธ Computer Science -- GCSE/IGCSE/A-Level/Industry ๐ฅ๏ธ ,๐ Economics -- GCSE/IGCSE/A-Level/Industry ๐ ,๐ด Accountancy -- GCSE/IGCSE/Industry Basics ๐ด,๐ Mathematics -- GCSE/IGCSE/A-Level ๐ ,๐ฐ English -- GCSE/IGCSE ๐ฐ
Institute of technology which I co-founded and lecture at
Javascript, Java, C++/C, C#, PHP, Python, MongoDB, SQL; Video Production on youtube, as well as Coding Sessions with a supportive coding community stretching across various different plains of the Coding world
Tech Company, Divisions: Fevid (web), Ibz (web), RN (Bots), Ibz apps (Apps), ETC (Module)
FA: NextJS, Typescript, Redux, Java, MongoDB, GraphQL; RN: Javascript, C#, C++; ETC: Javascript, Python, C++, Traum Bot: Javascript, C++, Java, C#, MongoDB
Project for Hackathon - This was my first online hackathon, overall it was an unforgetable experience, the Thrill I got, the Phases where code worked one shot, to the phase of being stuck in deep mud, all the experiences are valuable, And all in such a short period of time, one of the biggest project's that I've done alone, In just barely 3 days, the quickest time EVER....
FE The frontend basket feature was made with Redux, utilising the Redux persistent Store to add saved basket features. In order for the Frontend to connect with the GraphQL Backend, we used Apollo Client to send and receive the Queries. The whole framework was Typescript and in Next.JS (no app router - I tried but it was a pain in the.......) BE The Backend framework was the Java SpringBoot framework, It dealt 2 types of controllers, Graphiql controllers, along with Rest. It interacted with the MongoDB DataBase VIA it's appropriate drivers. DB:We decided to go with a Non-SQL Database due to the data being stored, It would have also worked with a SQL DB although that wouldve been to complex to make within the short span of time, Hence we chose MongoDB