DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

The Latest Coding Topics

article thumbnail
AWS Lightsail: Custom Domain and SSL Setup
Understand how to set up custom domain and SSL certificates for an AWS Lightsail WordPress instance.
September 13, 2022
by Jawad Hasan Shani DZone Core CORE
· 8,357 Views · 2 Likes
article thumbnail
How to Pass the AWS Certified Developer – Associate Exam
In this blog, I will explain how I passed the AWS Certified Developer – Associate exam. This might help you in your journey to pass the exam. Enjoy! 1. Why? First of all, why did I want to pass the exam? It all started when I wrote a blog how to create a deployment pipeline in AWS. CI/CD tooling is one of my interests and I wanted to know how this was done in the cloud. Before that, I also experimented with some of the Google Cloud services. So, I got this idea that I wanted to learn more about one of these cloud offerings. After some investigation, it was clear to me that AWS is still the major cloud vendor although Google Cloud and Azure are on the rise. However, I made the decision that it was wise to learn more about AWS services. Note, that I did not have any hands-on experience in cloud development before and certainly not with AWS. 2. Which Course? I wanted to learn by means of a course and searched for the best AWS Certified Developer – Associate courses. Quickly it appeared to me that the Ultimate AWS Certified Solutions Architect Associate 2022 by Stephane Maarek was the one I had to follow. At that time, it was the 2021 version though, but I will elaborate more on the timeline and time spent later on. The course covers most of the topics you need to know for the exam and you will have a good base of knowledge about 30 AWS services. The course is a mixture of explaining the services and hands-on exercises. It also comes with approximately 850 slides which you can use for studying and with one practice exam. The hands-on exercises are not documented and Stephane executes them very quickly. I used to execute the identical steps he was doing in my AWS account, but this meant that I had to play the video for some seconds, stop it, execute in in my environment, continue the video, stop it, etc. In the meanwhile, I also made notes in order that I was able to execute the exercise again when I wanted to without watching the video again. The course is regularly updated. This is a good thing, because the course is continuously improving and in line with what you need to know for the exam. I encountered one major update where some chapters were shifted. That was a bit confusing at first. Most of the time, only minor updates are done. 3. Hands-on After taking the course, I realized that I also needed some hands-on experience with AWS services. So, I made a list of topics which I wanted to explore more and I wrote nine blogs about it. My initial list was longer, but due to available time, I had to cut it off. How to Create an AWS EC2 VM How to Create an AWS ALB and ASG How to Deploy a Spring Boot App on AWS ECS Cluster How to Deploy a Spring Boot App on AWS Fargate How to Create an AWS CloudFormation Fargate Template AWS Lambda Versions and Aliases Explained By Example How to Secure AWS API Gateway With Cognito User Pool An Introduction to AWS Serverless Application Model An Introduction to AWS Step Functions Writing these blogs really helped me in understanding these topics much better. Also, while studying, I noticed that I did not have to put much effort in these topics anymore. 4. Timeline How much effort did it took me? To be honest, more than I initially expected. I started in March 2021 and my initial plan was to take the exam the latest in December 2021. In the end, I passed the exam in July 2022. In the paragraphs below, I will try to quantify this a bit more. Finishing the course took me about 60 hours in the period of time between March and April 2021. I was granted to spend this time during working hours. The duration of the course in Udemy indicates that it contains 27 hours of video, but as already said before, Stephane executes the hands-on exercises very quickly. Taking notes and trying to execute the same steps as he does, took me more than double the time of the length of the videos. In the meanwhile, I also tried to recap the slides of videos I had seen. But remember, these are 850 slides. It took me initially 10 to 12 hours. After the course, I started to write some blogs. I wrote nine blogs and for each blog it takes me between 8 to 16 hours to finish it. Approximately it took me 9 times 12 hours (as an average), which is 108 hours. I wrote the last blog in March 2022. I did not hurry with this. I wrote the blogs in the period of time between June 2021 and March 2022. In the meanwhile, due to some personal circumstances, I had to put the AWS exam on hold for awhile in order to give some priority to my personal life. This was solved somewhere mid June and I made up my mind to start studying again for the AWS exam. My goal was to take the exam before I would go on holiday end of July 2022. I recapped the slides 4 times, each time it took on average 10 hours. The course contains a practice exam which ressembles the real exam quite well. Taking the exam took me about an hour. After the exam, you can see how you score on certain topics and the answers are extensively documented. Checking the answers costed me between 30 and 60 minutes. I wanted to practice more exams and therefore I used the Practice Exams | AWS Certified Developer Associate 2022 by Stephane Maarek and Abhishek Singh. Practicing these exams gave me good feedback on which topics I knew and which ones needed more attention. I also started to read some topics in the AWS documentation in order to understand them better. I passed the first two exams with a score in the seventies, the others (after studying the slides again and reading some extra documentation) between 80% and 90%. For the last exams, there was not one topic with a bad score. That was the moment I knew I was ready for the exam. To conclude with, it took me about 250 hours to prepare for the exam. 5. Exam I scheduled the online exam at PSI. The exam took me about 2 hours to finish. The questions were more elaborate than the practice exams. There is just more text to read and you need to read the text carefully in order to be able to pick the correct answer. When you think more than one answer is correct, you probably missed something in the text. Do keep in mind that you will get some questions which are not covered in the course. In my case, there were three to four questions which did not ring a bell. Sometimes you will be able to guess the answer, sometimes you will not have a clue. So ensure you have passed the practice exams with a decent margin above the required 720 passing score. I was hoping to get the result immediately, but that was not the case. I received the good news the day after I took the exam :-) 6. Costs The course, practice exams and the exam itself are not free. Sometimes you can get a discount at Udemy. The course for example is about 125 euro, but I could purchase it for 12 euro. Nonetheless, when you need to pay the full price, the total amount you need to spend is a bit less than 400 euro. The AWS account itself is free. Almost all hands-on exercises can be executed within the free tier. 7. Conclusion Some words of wisdom to conclude with. I underestimated the time it would cost me to prepare for this exam. The AWS services are not extremely difficult to understand, it is the amount of services you need to know which makes it difficult. This was definitely one of the more challenging exams I took during my professional life.
September 13, 2022
by Gunter Rotsaert DZone Core CORE
· 4,037 Views · 1 Like
article thumbnail
Unit Tests for SPs Using tsqlt Framework
In this article, see how to easily test Stored Procedures by adding unit tests using tsqlt framework.
September 13, 2022
by Gowthamraj Palani
· 5,074 Views · 1 Like
article thumbnail
The Maze of Python Dependency Management
In this post, I'd like to shed some light on dependency management in Python. Python dependency management is a whole different world.
September 13, 2022
by Nicolas Fränkel
· 6,171 Views · 2 Likes
article thumbnail
Acceptance Tests in Java With JGiven
In these example scenarios, learn more about acceptance tests in Java, and why you should learn them right now.
Updated September 13, 2022
by Elmar Dott
· 15,202 Views · 5 Likes
article thumbnail
The Key Distinctions Between JavaScript vs Python
Are you confused between two web programming languages, JavaScript vs Python? Check out this article to differentiate between them in detail.
September 13, 2022
by Zahra Iftikhar
· 5,129 Views · 1 Like
article thumbnail
Migrating MongoDB Collections to CockroachDB With FerretDB
In part 2 of an experiment with FerretDB and CockroachDB, restore a MongoDB collection into CockroachDB via FerretDB, and expand on previous learnings.
September 13, 2022
by Artem Ervits DZone Core CORE
· 7,431 Views · 2 Likes
article thumbnail
Templating in Node.js Using Express Pug View Engine
Each popular templating engine has its own philosophy for defining the placeholders. In this post, look at Pug and how to use it with NodeJS and Express.
September 12, 2022
by Saurabh Dashora DZone Core CORE
· 4,632 Views · 2 Likes
article thumbnail
How to Connect SuperTokens to a MySQL or PostgreSQL DB
Learn how to connect a self-hosted SuperTokens core to a MySQL or PostgreSQL database with or without Docker.
September 12, 2022
by Advait Ruia
· 4,473 Views · 1 Like
article thumbnail
How to Get Code Ready for Microservices
Are you thinking about adapting a microservices architecture? Here are three steps to prepare your code base.
September 12, 2022
by David Bucek
· 5,561 Views · 3 Likes
article thumbnail
How to Develop Your Flutter App With the BLoC Architecture
Get the answers to what is BLoC pattern in Flutter app development, what are the benefits, how to implement it, and how to use it in real-world projects.
Updated September 12, 2022
by Svetlana Cherednichenko
· 31,246 Views · 7 Likes
article thumbnail
How To Build a Command-Line Text Editor With Java (Part 1)
Want to know how text editors work, how shell scripts change terminal text colors, update lines without scrolling, or move the cursor around? Here, learn how.
September 9, 2022
by Marco Behler
· 15,712 Views · 3 Likes
article thumbnail
Next.js Event Management Application Using File-Based Routing
Next.js is arguably the most versatile framework for building web applications using React. Here, learn how to build a Next.js event management application.
September 9, 2022
by Saurabh Dashora DZone Core CORE
· 10,917 Views · 2 Likes
article thumbnail
A Quick Glance at the Kubernetes Gateway API
Many alternatives are available to access a pod from outside the cluster. The Gateway API is the new kid on the block and the subject of this post.
September 8, 2022
by Nicolas Fränkel
· 10,430 Views · 8 Likes
article thumbnail
Cloud Database Services Compared: AWS, Microsoft, Google, and Oracle
Running a database server is an expensive undertaking requiring a lot of effort. Managed cloud database services offer several options, but which one is best?
September 8, 2022
by Eric Goebelbecker DZone Core CORE
· 8,343 Views · 2 Likes
article thumbnail
How to Build a Serverless WebSockets Platform
Modern web applications increasingly need to handle realtime data with an event-driven architecture. Serverless WebSockets are the solution.
September 8, 2022
by Jo Stichbury DZone Core CORE
· 7,477 Views · 3 Likes
article thumbnail
React vs Angular: The Best Framework for Your Project
React vs Angular seems like a long debate, but both are more prominent and emerging quicker than the rest of the competition. How?
September 8, 2022
by Alfonso Valdes
· 6,789 Views · 2 Likes
article thumbnail
Solving The Pull Request Problem With Continuous Merge
Fact: the state of pull requests is broken and we finally have the data to prove it. In this interview, learn about a proposed solution: continuous merge.
September 7, 2022
by Dan Lines
· 9,148 Views · 6 Likes
article thumbnail
Top 5 JavaScript Mistakes That Developers Make and Their Solutions
Things to keep in mind while doing JavaScript development. Here are some of the common JavaScript development mistakes with their solution.
September 7, 2022
by Tarush Arora
· 11,595 Views · 4 Likes
article thumbnail
Journey of Deployment Creation in Kubernetes
We will take a Kubernetes feature and break its implementation to understand how it interacts with Kubernetes system components.
September 7, 2022
by Sharad Regoti
· 5,903 Views · 1 Like
  • Previous
  • ...
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • ...
  • Next
  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook
×