preloader
Mar 23, 2023 12:00

Evolution of the Cloud

AWS / Google


Software Development Roundtable Presentation - Evolution of the Cloud The evolution of the cloud can be traced back to the 1960s when researchers at MIT developed the concept of time-sharing, which allowed multiple users to access a single computer simultaneously. This laid the foundation for the development of the first mainframe computers, which were large, centralized machines that could be accessed remotely by multiple users. In the 1980s, the development of personal computers and local area networks (LANs) allowed businesses to move away from mainframes and towards distributed computing.


Continue reading
Nov 12, 2020 12:00

AWS SAAS Factory

AWS / SAAS


1. Benefits of Modern Application Development Faster to Market Increased innovation Improved reliability Reduced costs 2. Best Practices of a Modern Serverless Application Faster to Market Increased Inovation Better Scalability Increase Perfornce Improved Compliance and Security Improved Reliability Reduduced Costs


Continue reading
Mar 04, 2019 12:00

JWT Best Practices

Security / Developement


Introduction JSON Web Tokens are used in the OAuth and OpenID to connect systems together. A lot of time they are used in way that make them vulnerable to many different attacks. For example, many reference implementations show the JWT token being used directly in the browser but this may leave the application subject to replay attacks if the token is obtain by a third party actor. Your site is not secure because it used JWTs, it is secure because of how you use the JWTs.


Continue reading