Skip to content
Logo Theodo

Our recent articles


Load Previous Posts

Wow your customers with simple UI & UX principles

Tomas Piga9 min read

When it comes to the web, the main idea of a website or app is to either sell a product (including services) or be that product. Generally, a product is about delivering a message or some sort of value to…

Continue reading →

Integrating Lambda Layers into your Node.js Lambdas using pre-configured templates

Rob Cronin4 min read

AWS recently released the ability to add layers to your lambda functions. These layers can be standalone code to be reused across multiple lambdas, library dependencies or custom runtimes. This article will go through a setup for the first use case for…

Continue reading →

Serverless Anything: Using AWS Lambda Layers to build custom runtimes

Ben Ellerby4 min read

Late in 2018 AWS released Lambda Layers and custom runtime support. This means that to run unsupported runtimes you no longer need to 'hack' around with VMs, docker or using node.js to `exec` your binary. Recently I needed to setup a 100% serverless…

Continue reading →

Scraping with Scrapy and Django Integration

Henriette Brand7 min read

If you already know what scraping is, you can directly jump to how I did it What is scraping? Scraping is the process of data mining. Also known as web data extraction, web harvesting, spying.. It is software that simulates human interaction…

Continue reading →

5 Gotchas using Victory Chart for Data Visualisation

Kamile Matulenaite7 min read

5 gotchas using Victory Chart for data visualisation Victory Chart is a React chart library for data visualisation built on top of D3. Formidable Labs have produced a neat set of documentation - easy to follow, full of examples and an editable…

Continue reading →

What is Kotlin and should we be using it for app development?

Abbie Howell6 min read

Kotlin is an object-oriented programming language for making Android apps that uses Java-like syntax with functional programming features. It was created by Jetbrains, the makers of hugely popular IDEs like IntelliJ and PyCharm, and is used by big companies such…

Continue reading →

Deploy your JAMstack app to Netlify in one click from your smartphone

Matthieu Auger2 min read

A few weeks ago, Nicolas and I launched https://jamstack.paris, a JAMstack website powered by GatsbyJS and hosted on Netlify. JAMstack applications deliver static websites to end-users with the benefit of high performance and CDN ease and still allow dynamism by sourcing content…

Continue reading →

[DevUx] Zeplin vs InVision? The best tool for design handoff

Yu Ling Cheng10 min read

Zeplin vs InVision: I work for a service company as a lead developer and we have been using these tools on different projects for mockup integration. I teamed up with France Wang, lead designer at BAM, to list the pros and cons and give…

Continue reading →

How to debug your front-end/back-end interface with the Developer Tools network tab

Jordan Lao3 min read

When I started web development, the developer tools were so new to me I thought I would save time not using them in the first place. I quickly realized how wrong I was as I started using them. No more…

Continue reading →

How to recode Big Brother in 15 min on your couch

Oussamah Jaber10 min read

How to recode Big Brother in 15 min on your couch Face Recognition Explained In this article, we will step by step implement a smart surveillance system, able to recognise people in a video stream and tell you who they are. More seriously,

Continue reading →
Load Next Posts