Skip to content

Articles by Marcia Ramos

I'm the Editorial Team Lead at Kinsta. I'm a open source enthusiast and I love coding. With more than 7 years of technical writing and editing for the tech industry, I love collaborating with people to create clear and concise pieces of content and improve workflows.

Kotlin vs Java for Mobile and Web Development

Learn about the similarities and differences between Kotlin and Java, their benefits and limitations, and use cases to help you decide which langua…
Reading time
8 min read
Publish date
September 18, 2023
Topic
Web Development Languages

MEAN Stack Explained

Come explore MEAN stack’s components and use cases, highlighting why it’s an intelligent choice for your full-stack applications.
Reading time
6 min read
Publish date
September 11, 2023
Topic
JavaScript Frameworks

How To Containerize a Next.js App and Deploy to Kinsta

Build and deploy applications and learn how to containerize a Next.js application with a Dockerfile for a customizable deployment.
Reading time
7 min read
Publish date
September 8, 2023
Topic
JavaScript Frameworks
Topic
JavaScript Tutorials

How To Test Your Applications With Jest

Let’s explore the popular Jest framework, its features, and how best to integrate it into your development workflow.
Reading time
17 min read
Publish date
September 6, 2023
Topic
JavaScript Frameworks
Topic
JavaScript Tutorials

Use Volumes to Manage Persistent Data With Docker Compose

Learn the importance of using volumes in Docker Compose for handling persistent data and for using volumes effectively.
Reading time
8 min read
Publish date
September 4, 2023
Topic
Docker

The 15 Best Django Packages for Your Application

Explore the best Django popular modern web framework packages to prepare your modern applications for production.
Reading time
9 min read
Publish date
August 30, 2023
Topic
Python

Everything You Need To Know About Dockerfile ENTRYPOINT

Explore the use of ENTRYPOINT in Docker, including how it works, why it’s essential, and how to configure it correctly.
Reading time
7 min read
Publish date
August 28, 2023
Topic
Docker

Security Best Practices for Docker Containers

Learn security best practices for Docker containers and how Kinsta can help you deploy secure Docker containers.
Reading time
6 min read
Publish date
August 25, 2023
Topic
Docker
Topic
Security Tips

How To Add Rate Limiting to an API in a Laravel Application

Explore how to add rate limiting to an API in a Laravel application and mitigate the exploitation of your application’s resources.
Reading time
11 min read
Publish date
August 15, 2023
Topic
API
Topic
Laravel

How To SSH Into a Docker Container

Learn and explore how to access local and remote Docker containers for maintenance and updates when necessary.
Reading time
7 min read
Publish date
August 11, 2023
Topic
Docker

Understanding Laravel Blade and How To Use It

Laravel Blade is the default templating engine for the Laravel framework. Learn more about it and how to properly use it.
Reading time
10 min read
Publish date
August 9, 2023
Topic
Laravel