Best practices for securing your web applications
In this talk, we will walk through recommended security practices that should be followed in all projects.
In this talk, we will walk through recommended security practices that should be followed in all projects.
Figma is a free, online Design tool to create, collaborate, wireframing, prototype, and handoff. Figma is a modern, streamlined design tool that makes the developer handoff process smooth and seamless.
Authentication and Authorization Authentication and Authorization are core pieces of almost all applications in one form or another to ensure that our app and it’s resources are accessible to valid users only.
It’s difficult to quantify project management aspects and recognize quality if you don’t know what it is in the first place. Define your Quality Metrics before starting your project.
In the development lifecycle every developer has to login to the production server and debug it to find out the root cause of the issue. To debug production servers every one must know how to read and set up configuration of web server, application server, monitoring tools etc. on the server.
Whatever be the language you write code in if you get user input, validate it, or search in text data, this session is a must for you.
Developing apps today requires so much more than writing code. We need to set up language, framework, database, and many more things. Setting up multiple complex projects on a local machine is a nightmare.
After the Git basics session, we know how to use git. But to manage a repository with a large team we need to learn some more advanced commands/features like cherry-picking, rebase, bisect, etc.,