News

Access the Amazon SNS console and navigate to the "Text messaging (SMS)" section. Request a phone number to act as the originator ID. Choose the host country for your originator ID and request a ...
Hosting a static website on AWS S3 is one of the easiest, most reliable and surprisingly affordable ways to host a static website online. Pair Amazon S3 with AWS Route 53 and you can quickly create ...
This tutorial explains what is different and special about a functional programmer's approach, and demonstrates how to implement JavaScript functions from a functional programming point of view. It ...
About MySQL and Postgres MySQL was originally open source, but it was bought and taken partially commercial by Oracle in 2010. To ensure it remained a free and independent open source project, the ...
There is no sanctioning body or open source linter that can verify if a RESTful API conforms and complies with all applicable REST API naming conventions and best practices. However, REST API ...
The Hypertext Transport Protocol requires all HTTP methods to declare whether they are idempotent or not. With an idempotent HTTP method, multiple invocations always leave the data on the server in ...
Version 1.1 HTTP request methods Version 1.1 of the Hypertext Transfer Protocol introduced five new HTTP verbs: PUT. DELETE. OPTIONS. TRACE. CONNECT. PUT The HTTP PUT method is used to completely ...
Scrum and the Scaled Agile Framework (SAFe) are the two most widely used Agile frameworks in the world today. The key difference between Scrum and SAFe is their complexity: Scrum is a lightweight ...
Servant leader examples Here are five examples of how a Scrum master exhibits servant leadership: Removes impediments that block the Scrum team's progress. Respects the rights of developers to ...
Questioning the daily Scrum questions Past editions of the Scrum Guide encouraged developers to answer the three standard daily Scrum questions: What did you do yesterday? What did you do today? What, ...
Most commonly used JVM parameters Of all the JVM options listed above, the most commonly used are Xms and Xmx, which set the minimum and maximum heap size, respectively. The following example sets the ...
Daily Scrum standup meetings There is no such thing as a daily Scrum standup. We don’t do standups in Scrum. Scrum does have the daily Scrum, but nobody is expected to stand in it. In fact, the term ...