Thatiana Sestrem
21 posts
One “IF” to rule them all
There’s a lot of code to write, many times we just duplicate, and sometimes we do it DRY…
Frontend Development Roadmap
Hello people, Since last year, I made this frontend development roadmap template and so far it has been…
Self-Hosting Your Own Cloud Storage on AWS using NextCloud
Introduction Ever thought of self-hosting your own private cloud server?? Nextcloud is a popular open-source file hosting and…
Create CSS Animations easily
I’ve recently created a template to easily create animations with CSS. Go to this GitHub repository to use…
flutter project currency converter
For Explanation watch video main.dart import 'package:flutter/material.dart'; import 'package:testapp/dollar_to_inr.dart'; import 'package:testapp/inr_to_dollar.dart'; void main() { runApp(MyApp()); } class MyApp…
How to Write an Effective Email: 13 Pro Email Writing Tips
Have you ever had to hype yourself up to send an email? We have too. Writing compelling professional…
Docker Commands Cheat Sheet
The 15 Commands You Need To Know: Thanks for reading this. If you have an idea and want…
Evaluative Research Design Examples, Methods, And Questions For Product Managers
Looking for excellent evaluative research design examples? If so, you’re in the right place! In this article, we…
Bias vs Variance: The Key to Successful Predictive Modeling
As a machine learning and data science enthusiast, you’ve probably heard the terms bias and variance thrown around…
Deploy your django Project
This is the fifth and last part of a tutorial course in which you’ll learn and understand the…