Christos Georgiou

Software Engineer

Over the past 10 years, I have had the pleasure of designing and implementing software products in a wide range of industries such as hospitality, finance, marketing, and retail.

As a full-stack engineer, I've gained valuable experience with a multitude of tools, programming languages, and technologies. My proficiency lies particularly in .Net Core, Node.js, and Angular.

Currently, I am working as a freelance software architect and consultant. If you are interested in working with me, please contact me via LinkedIn.

You may check my projects, which is regularly updated with new entries. For more information about my skills and experience, please refer to my CV page.

ProjectsMore

18 Apr 2023
News
Automatic News
This is a successor of TalkingFeed. It is a more polished version of TalkingFeed with more features.
toolsNestJSOpenAIDocker
11 Jan 2021
DataFlash
Blazing Fast Economic News
Market moving economic news for all major economic regions covering all the key macroeconomic indicators. The fastest possible economic data delivery ever made available to the retail trader. Be among the first traders who know all the important economic figures. Carefully designed to provide the most important data points with just a glimpse of an eye. Easy to read and fast to interpret.
fintechAngularNestJSSQLiteBootstrap
01 Oct 2016
Echofin
Connect Financial Traders
Echofin is a social network for investment traders. It is a platform for connecting traders through online communities and chatrooms. It is a web application that can be accessed from any computer with an internet connection.
fintechAngularNetCoreRedisRabbitMQDockerSwarm

BlogMore

24 Sep 2023
The Cost of AI in Your MVP
Explore the cost implications of incorporating a Large Language Model (LLM) or image Generative AI into your MVP (Minimum Viable Product). Learn about effective strategies to offset the cost, including running the model at the client's end and utilizing a cheaper model.
business-devmvpfeaturesai
20 Sep 2023
Ranking Algorithm - A Simple Implementation
Lets build a simple ranking algorithm using social media data. We will use generative AI to help us translate the algorithm from pyrex to typescript and tweak it to our needs.
technicalfeatureai
12 Sep 2023
Run llama.cpp Server in the Cloud
Lets run the new llama.cpp in the cloud. We try the quantized versions of Falcon 180B model Highlighting the trade-off between model size and quality. Compare the Falcon and its performance to GPT-3 and GPT-4.
guideaitechnical
21 Jul 2023
Try Llama2 Locally at No Cost
Looking to experience AI at its best? We try Llama2, an new model from Meta, locally on our system for free! Transform your PC into a playground for next-gen AI, at absolutely zero cost!
guideaitechnical
14 Jul 2023
Bloom Filters - The Underdog of Data Structures
The captivating world of Bloom Filters in our comprehensive guide. Discover how this unique data structure, created by Burton Howard Bloom, aids in checking data presence with speed and efficiency.
technicalfeatureperformance