Tag: Agile
-
Why and how to replace end-to-end tests with synthetic monitors
Posted on March 9, 2023, Level beginner Resource Length medium
An older article about potential alternative to classic end-to-end tests: synthetic monitors. A thousand tests can't prove your software works. They can only prove it doesn't. When your code reaches production, even the most thorough end-to-end tests can't prevent your users from seeing that "500 - Unexpected Server Error" screen that keeps you awake at night. By Lucas da Costa.
Tags programming cloud tdd miscellaneous performance agile
-
Empowering students to develop an Agile mindset
Posted on January 19, 2023, Level beginner Resource Length medium
Fostering collaboration in the classroom is vital in preparing our students for life. Working in groups can be challenging, which is why implementing an agility framework can become a powerful tool. Developing an agile mindset will empower students to take ownership of their learning while developing social-emotional and critical thinking skills. By Greta Sandler.
Tags agile learning app-development teams how-to
-
Engineering in a hybrid world
Posted on November 4, 2022, Level beginner Resource Length long
In 2020, the world shifted to remote work with most companies transitioning to hybrid or remote arrangements. At the time of this report (October 2022), over 50% of respondents had no definitive plan to return to the office. Like it or not, remote work is here to stay. By Vivian Guo.
Tags cio agile teams career
-
How agile project managers lead software development teams to success
Posted on September 18, 2022, Level beginner Resource Length medium
Whether you're building websites for an ad agency or software for a company, it's important to understand how to lead your team to success and make your customer happy. Here's what you need to be an agile PM, also known as a Scrum Master. By Donovan Rittenbach.
Tags software app-development cloud cio agile
-
How to be an architect?
Posted on August 6, 2022, Level beginner Resource Length medium
But it is somewhat agreed understanding that Architects in a technical team are very senior people who should know everything. This is not a complete truth and nor a lie. What architects are supposed to do (I believe) still varies from organisation to organisation. By Husyn for AWS Community Builders.
Tags management teams career miscellaneous cio agile
-
NFTs for Designers: Introduction
Posted on July 20, 2022, Level beginner Resource Length medium
The global NFT market relies on designers to support artists, Web3 platforms and marketplaces, and major global brands. Toptal designer Gabor Molnar offers insights from his experience breaking into this emerging field. By Gabor Molnar @toptal.com.
Tags miscellaneous ux web-development management teams agile learning crypto
-
How I use stories to share data at meetings
Posted on July 13, 2022, Level beginner Resource Length long
Want to keep people awake at data presentations? Try sharing your findings backwards. You've worked it. Now put your chart down, flip it and reverse it. By Ryan Estrellado.
Tags miscellaneous cio agile data-science management
-
Pair programming approach for engaging girls in the computing classroom: Study results
Posted on July 9, 2022, Level beginner Resource Length medium
Authors share the second report in our series of findings from the Gender Balance in Computing research programme, which they've been running as part of the National Centre for Computing Education and with various partners. By Katharine Childs.
Tags miscellaneous programming agile teams career
-
Separate stateful infrastructure with Serverless Compose
Posted on July 4, 2022, Level intermediate Resource Length medium
One of the most significant benefits of serverless is that the development teams can fully own and manage all of their infrastructure themself. Keeping all of that infrastructure in the same CloudFormation stack can sometimes be troublesome however, and there are many reasons why you might consider having parts of it in a separate stack. By Sebastian Bille.
Tags app-development serverless web-development agile devops
-
Demystifying getting a job in Google DevRel
Posted on June 9, 2022, Level beginner Resource Length medium
This post is written from author's personal experience in Google DevRel for 12 of the last 16 years. By Mano Marks.
Tags cloud agile teams career
-
IAM policy types: How and when to use them
Posted on June 3, 2022, Level beginner Resource Length long
You manage access in AWS by creating policies and attaching them to AWS Identity and Access Management (IAM) principals (roles, users, or groups of users) or AWS resources. AWS evaluates these policies when an IAM principal makes a request, such as uploading an object to an Amazon Simple Storage Service (Amazon S3) bucket. Permissions in the policies determine whether the request is allowed or denied. By Matt Luttrell and Josh Joy.
Tags infosec cio agile management
-
Guidelines for choosing a Node.js framework
Posted on June 2, 2022, Level beginner Resource Length long
With lots of frameworks to choose from, and all those strong opinions, it's easy to feel a little lost. Comparing frameworks based on the features they list can be a headache, and features are only part of the picture. It would be awesome if you had a clear checklist you could evaluate Node.js frameworks against. By Simon Plenderleith.
Tags javascript how-to app-development learning cio agile management