Browsing Tag
fullstack
14 posts
🚀Rapid Learnings from Rapid Prototyping🚀
A Week-Long Journey into AI Prototyping, Feedback, and Feasibility A short while ago, we embarked on a rapid…
HTML X CSS
🚀 **_My Web Development Journey with HTML & CSS at Devsync.in Web development always felt like magic to…
Continuous Integration/Continuous Deployment (CI/CD) process
The pipeline steps you’ve mentioned correspond to a typical deployment workflow in a Continuous Integration/Continuous Deployment (CI/CD) process.…
CTE
Common Table Expressions (CTEs) 1. Non-Recursive CTE (Simplest Example) A non-recursive CTE is a straightforward CTE where the…
Stored Procedure in PL/SQL
Stored Procedure A stored procedure in PL/SQL (Procedural Language/Structured Query Language) is a set of SQL statements that…
Security Best Practices
Ensuring the security of full stack applications is paramount to protect user data, maintain trust, and comply with…
Recipe App submission for AWS Amplify Fullstack Typescript Challenge
This is a submission for the The AWS Amplify Fullstack TypeScript Challenge * I am proud to submit…
Dev: Full-Stack
A Full-stack Developer is a versatile professional in web development who possesses expertise in both front-end and back-end…
Exploring Zod and the Benefits of Schema-Based Validation in TypeScript Projects
Introduction This post explores Zod, a library that provides “TypeScript-first schema validation with static type inference”. We’ll explore…
Creating Session Counts
Current status Shortly after completing the Cloud Resume Challenge I decided to revisit it and choose a selection…