https://www.theserverside.com/video/How-to-deploy-Spring-Boot-apps-in-AWS
How to deploy Spring Boot apps in AWS | TheServerSide
A simple, serverless Fargate task running in an ECS cluster will do the trick if you want to learn how to quickly deploy Spring Boot applications in AWS.
how to deployspring bootappsawstheserverside
https://www.theserverside.com/podcast/Containerization-may-mark-the-decline-of-virtualization
Containerization may mark the decline of virtualization | TheServerSide
The buzz these days seems to be around containerization, while virtualization has lost its shine. According to Jevgeni Kabanov, containerization is a better...
the declinecontainerizationmaymarkvirtualization
https://www.theserverside.com/feature/The-4-essential-Java-cyclomatic-complexity-testing-tools
The 4 essential Java cyclomatic complexity testing tools | TheServerSide
Worried about thorough code coverage? Do you wonder whether you tested every pathway through your code? One way to eliminate that anxiety is to integrate Java...
testing toolsessentialjavacomplexitytheserverside
https://www.theserverside.com/video/Story-points-and-hours-of-effort-in-Scrum
Story points and hours of effort in Scrum | TheServerSide
Which estimation method should your Agile team use to plan and track its work? Here's a breakdown of two common methods: story points and hours of effort.
story pointshourseffortscrumtheserverside
https://www.theserverside.com/news/4500259760/Are-you-putting-software-projects-at-risk
Are you putting software projects at risk? | TheServerSide
Software projects are often flawed due to the development process, according to Daniel Bryant.
are yousoftware projectsat riskputtingtheserverside
https://www.theserverside.com/video/Maven-and-Eclipse-tutorial
Maven and Eclipse tutorial | TheServerSide
This Maven and Eclipse tutorial shows how to create simple and archetype Maven projects in the Eclipse IDE that can build, compile and install Java code.
maveneclipsetutorialtheserverside
https://www.theserverside.com/tutorial/Install-the-Apache-Tomcat-application-server
Install the Apache Tomcat application server | TheServerSide
The top choice for many Java developers is Apache Tomcat, which is a fairly lightweight open source application server built on the Java Servlet and JavaServer...
apache tomcatapplication serverinstalltheserverside
https://www.theserverside.com/video/Developer-vs-DevOps-roles-Whats-the-difference
Developer vs. DevOps roles: What's the difference? | TheServerSide
A developer vs. DevOps role isn't one and the same. Developers focus on a single programming language and platform. DevOps engineers have more on their plate,...
the differencedevelopervsdevopsroles
https://www.theserverside.com/podcast/Java-video-games-like-Minecraft-keep-the-language-popular
Java video games, like Minecraft, keep the language popular | TheServerSide
Minecraft is perhaps the most prominent Java video game on the market today. Its popularity attracts players from around the world, but also opens the door to...
video gamesthe languagejavalikeminecraft
https://www.theserverside.com/contributors
Contributors to TheServerSide.com
contributorstheserverside
https://www.theserverside.com/feature/Use-entropy-as-a-service-to-bolster-your-security
Use entropy as a service to bolster your security | TheServerSide
Entropy as a service is one way an organization can strengthen its data security. Implement entropy in your infrastructure to generate cryptographic keys that...
as a serviceyour securityuseentropybolster
https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions
Coffee Talk: Java, News, Stories and Opinions | TheServerSide.com
Community driven content discussing all aspects of software development from DevOps to design patterns.
coffee talknews storiesjavaopinionstheserverside
https://www.theserverside.com/video/Pythons-GIL-removal-is-a-poison-pill-and-benefits-Mojo
Python's GIL removal is a poison pill and benefits Mojo | TheServerSide
Language architects want to remove Python's GIL from the CPython interpreter, but doing so will kill the language.
is a
https://www.theserverside.com/video/Undo-and-revert-pushed-Git-commits
Undo and revert pushed Git commits | TheServerSide
Need to undo a git push? Here is how to revert a pushed Git commit to a remote GitHub, GitLab or Bitbucket repo.
git commitsundorevertpushedtheserverside
https://www.theserverside.com/feature/Creating-secure-and-bug-free-software-using-customer-driven-development
How to create secure and bug free software using customer-driven development | TheServerSide
When using the Agile method, development is largely customer-driven. How do you ensure the success of such a project? Here are some tips on how to develop...
how to create
https://www.theserverside.com/video/How-to-apply-the-Liskov-substitution-principle-in-Java
How to apply the Liskov substitution principle in Java | TheServerSide
The Liskov substitution principle is a SOLID principle that insists derived classes must be behaviorally and philosophically compatible with base or parent...
how to applyliskov substitution principlejavatheserverside
https://www.theserverside.com/video/Java-Spring-Boot-and-AWS-Elastic-Beanstalk
Java, Spring Boot and AWS' Elastic Beanstalk | TheServerSide
One of the fastest ways to deploy Java and Spring Boot apps to the cloud is to use Amazon's Elastic Beanstalk. Here's how.
java spring bootaws elastic beanstalktheserverside
https://www.theserverside.com/feature/Getting-the-most-from-a-Cloud-Based-IDE
Cloud based IDEs shine, despite developer reservations | TheServerSide
Organizations are starting to consider cloud IDEs as a practical alternative to traditional desktop IDEs and associated tool chains. Read on for some of the...
cloud basedidesshinedespitedeveloper
https://www.theserverside.com/video/Spring-profiles-in-Spring-Boot-tutorial
Spring profiles in Spring Boot tutorial | TheServerSide
Spring profiles let Spring Boot apps switch between runtime targets and staging environments. This tutorial teaches how to create and use Spring profiles.
springprofilesboottutorialtheserverside
https://www.theserverside.com/video/How-to-use-the-git-remote-add-origin-command-to-push-remotely
How to use the git remote add origin command | TheServerSide
This tutorial explains how to use the git remote add origin command to connect a local project or repository to a service like GitHub, GitLab or Bitbucket.
how to usegit remoteaddorigincommand
https://www.theserverside.com/tip/Effective-Naming-Strategies-for-RESTful-Web-Services
Effective Naming Strategies for RESTful Web Services | TheServerSide
restful web serviceseffectivenamingstrategiestheserverside
https://www.theserverside.com/video/How-to-create-a-local-repository-with-the-git-init-command
How to use the git init command | TheServerSide
Only the git init command has the power to create a new Git repository. This simple version control tutorial shows you how to use the git init command.
how to usegit initcommandtheserverside
https://www.theserverside.com/video/MVP-vs-prototype-Whats-the-difference
MVP vs. prototype: What's the difference? | TheServerSide
Learn about the key differences between a prototype and a minimum viable product (MVP), including scope, functionality and market readiness.
the differencemvpvsprototypetheserverside
https://www.theserverside.com/video/Do-the-Scrum-values-really-add-value
Do the 5 Scrum values really add value? | TheServerSide
A close look at the Scrum Guide's five core values reveals they don't offer as much value as promised. Here's how to fix them so they're valuable.
scrum valuesreallyaddtheserverside