Posts

Showing posts from August, 2016

Advanced Code Search GitHub - search powershell extension

Image
Problem:   Search GitHub for powershell code with certain commands Example: searching the DNS Reverse Zone "- Get-DnsServerResourceRecord " Solution:  Use the advanced search where the extension is ps1 Get-DnsServerResourceRecord extension:ps1 The Advanced Code Search is a whole new way of discovering some of the best code samples What you can bring into a mix is "Working in this language" option Read more at cool searching options here:  https://github.com/blog/1381-a-whole-new-code-search Happy Searching!

Really cool JavaScript library - GoJS

Image
If you are planning to implement custom interactive diagrams and complex visualizations across modern web browsers and platforms - GoJS is the solution! GoJS is pure JavaScript, so users get interactivity without requiring round-trips to servers and without plugins.  GoJS normally runs completely in the browser, rendering to an HTML5 Canvas element or SVG without any server-side requirements.  GoJS does not depend on any JavaScript libraries or frameworks, so it should work with any HTML or JavaScript framework or with no framework at all The API consists of only a few dozen important classes which encapsulate many useful features that interact with each other. Learn how to play around with GoJS here  https://gojs.net/latest/learn/index.html Amazing library of samples here:  https://gojs.net/latest/samples/flowchart.html Happy JavaScripting!

A curated list of the best Software Testing Blogs

Image
Here is an amazing list of testing blogs: Note:  This is a work in progress and I will keep adding more blogs as I find them. It is on git-hub so people can share and contribute. https://github.com/AdyKalra/TestAutomationBlogs/blob/master/README.md Here is a snapshot from github: All possible Good Testing blogs Names # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Individuals/Group Contributors # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Names # names Ministry of Testing  http://www.ministryoftesting.com/ Official Selenium Blog  https://seleniumhq.wordpress.com/ Google Testing Blog  http://googletesting.blogspot.com.au/ Xebia  http://blog.xebia.com/ Sticky Minds  https://www.stickyminds.com Nintex  https://community.nintex.com/ Zero TurnAround  http://zeroturnaround.com/rebellabs/ Software Testing Times  http://www.softwaretestingtimes.com/ MW Test Consultancy  http://www.mwtestconsultancy.co.uk/ Nightlight  http://www.co