Scraps from various sources and my own writings on Generative AI, AGI, Digital, Disruption, Agile, Scrum, Kanban, Scaled Agile, XP, TDD, FDD, DevOps, Design Thinking, etc.
Page Hits
Thursday, July 15, 2021
Monday, June 07, 2021
PSM Sources
6 Reason to choose Agile Project Management over Traditional Project Management - https://lnkd.in/gNUcD5a
- Project Manager vs. Scrum Master — Stop Comparing - https://lnkd.in/gPufnZ7
- Agile Manifesto — 4 agile values explained - https://lnkd.in/g7tq7Sf
- Principles of Agile Software Development — Explained - https://lnkd.in/gASqzZ7
- Agile vs. Scrum — is it the same or different? - https://lnkd.in/g2y2j8T
- Scrum theory, principles, and values - https://lnkd.in/g8M2GYE
- Essential elements of Agile Scrum - https://lnkd.in/gdxDkv3
- How to start developing software product using Scrum - https://lnkd.in/gZ4k3rA
- What is Sprint Backlog in Scrum Framework - https://lnkd.in/gBWhZep
- 5 Dos And Don’ts During The Sprint Planning - https://lnkd.in/gaqZaED
- Sprint Review is different from the Sprint Retrospective. - https://lnkd.in/grW4B-3
- What is Technical Debt and, why is it bad? - https://lnkd.in/g3E53fD
- What do you do as a Scrum Master — conversation with a Scrum Master - https://lnkd.in/g9YxW46
- 7 tips for setting up new scrum teams - https://lnkd.in/gXK46xr
- Tips to be an effective Scrum Master - https://lnkd.in/gbwNxfz
- Effective Facilitation Techniques for the Scrum Master - https://lnkd.in/gJSyFaj
- Do we really need SAFe, LeSS, Spotify, or Nexus to be agile? - https://lnkd.in/gR_yzQm
- What is agile coaching, and why is it needed? - https://lnkd.in/dqBgGKN
Monday, May 31, 2021
Penetration Testing Payloads
- SQL Injection Payload
- SQL injection, also known as SQLI, is a common attack vector that uses malicious SQL code for backend database manipulation to access information that was not intended to be displayed. This information may include any number of items, including sensitive company data, user lists or private customer details.
- XSS Payload
- XXE Payload
- Command Injection Payload
- Open-redirect Payload
- RFI-LFI Payload
Wednesday, November 11, 2020
Friday, November 06, 2020
XSLT and XPath - W3Schools
- XSL (eXtensible Stylesheet Language) is a styling language for XML.
- XSLT stands for XSL Transformations.
- XSLT is a language for transforming XML documents.
- XPath is a language for navigating in XML documents.
- XQuery is a language for querying XML documents.
> Extensible Stylesheet Language
> CSS is the style sheet for HTML
> XLS is the stylesheet for XML (In fact it is more than a stylesheet)
XSL consists of four parts:
- XSLT - a language for transforming XML documents
- XPath - a language for navigating in XML documents
- XSL-FO - a language for formatting XML documents (discontinued in 2013)
- XQuery - a language for querying XML documents
- XSLT stands for XSL Transformations
- XSLT transforms an XML document into another XML document
- XSLT uses XPath to navigate in XML documents
XSLT is used to transform an XML document into another XML document, or another type of document that is recognized by a browser, like HTML and XHTML. Normally XSLT does this by transforming each XML element into an (X)HTML element.
A common way to describe the transformation process is to say that XSLT transforms an XML source-tree into an XML result-tree.
With XSLT you can add/remove elements and attributes to or from the output file. You can also rearrange and sort elements, perform tests and make decisions about which elements to hide and display, and a lot more.
Subscribe to:
Comments (Atom)
If we already have automation, what's the need for Agents?
“Automation” and “agent” sound similar — but they solve very different classes of problems. Automation = Fixed Instruction → Fixed Outcome ...
- 
Requirements Analysis -- Business requirements document or business requirements specification System Design -- Systems requireme...


 
 

 
