Search Results

Results for "Civil Services form"

153 articles found

Web form with validation messages HTML/CSS/JS
1 min read

Form Validation: HTML5 vs JavaScript

Forms are the gateway to user data, and validating that data is crucial. You have two layers: client-side validation (for UX) and server-side validation (f…

Web development with Flask framework Web Development
1 min read

Building Web Apps with Flask

Flask is a micro web framework for Python. It is lightweight and easy to get started with, making it perfect for beginners who want to build web applicatio…

A scattered collection of wooden scrabble tiles Philosophy
1 min read

Wittgenstein: The Limits of Language

Ludwig Wittgenstein argued that most philosophical problems—from the nature of consciousness to the meaning of life—are actually confusions about langu…

API integration concept APIs
1 min read

Working with APIs in Python

APIs (Application Programming Interfaces) allow different software applications to talk to each other. Many services provide APIs to let developers access…

Encryption key management AWS
1 min read

AWS KMS: Managing Encryption Keys

Key Management Service lets you create and manage encryption keys. I use it to encrypt S3 buckets, EBS volumes, and RDS databases. KMS integrates with many…