Full guide for deploying a static website to S3 with HTTPS

As the name suggest, today I will show you how you can use AWS to deploy a static website to S3 and also configure SSL. I know, the internet is full of this kind of tutorials, but I could not found one that shows you in detail how to configure every service that is needed for a fully fledged static…

Read More

Rebuild Gmail text input

Alt Text Here you can find the live version Now let’s see how you can build one. We’ll start like always with HTML For our text input we first need to create a container: In this container we are going to have as first child a text input, a label and then a div which will be used to add that nice…

Read More

Fullstack image app gallery with comments

app You can find the source code here: https://github.com/danielpdev/fullstack-posts-pictures-users This is a simple app using Angular version 8.0.0 and express 4.16.3 as backend. It uses mongoose 5.7.5 as database. Features: User singup User login Image upload Image comments Filter by location and…

Read More

Show details transition using HTML and CSS

Alt Text If you’ve seen the above transition and you liked it then it’s time to move on and see how it’s built. It’s pretty easy to build something like that using only HTML and CSS, so let’s get ready: We’ll start as always with HTML part: First we’ll start off by adding a container for our image…

Read More

How to internationalize dates in Angular

Depends on your use case: from typescript code using helper function from HTML templates using Let’s explore this 2 use cases: Internationalize dates from code: Angular helps us by providing helper function from package. How to use ? receives 4 parameters: Parameter Type Meaning value `string…

Read More
Page 2 Of 12