diff --git a/resources/README.md b/resources/README.md index eaeb161..1c39353 100644 --- a/resources/README.md +++ b/resources/README.md @@ -142,16 +142,9 @@ Go to [recommended reading](/resources/recommended%20reading.md) section. These tools can help you create demo videos, and tutorial videos for your application. Use [this demo video](https://www.youtube.com/watch?v=kRAO-gf67nM) for inspiration. -**On Windows OS:** - -- [CamStudio](http://camstudio.org/) - can capture your screen (and audio) and record it -- [VirtualDub](http://www.virtualdub.org/) - if you need to compress or edit the video - -**On Ubuntu:** - -- [RecordMyDesktop](http://recordmydesktop.sourceforge.net/about.php) - can capture your screen -- [WinFF](http://winff.org/html_new/) - you can convert to other formats -- [Avidemux](http://fixounet.free.fr/avidemux/) - if you need to edit or compress the video +- [OBS Studio](https://obsproject.com/) - Free and open-source software for video recording and live streaming. Highly recommended for cross-platform screen recording. +- [ScreenFlow](https://www.techsmith.com/screenflow.html) - Powerful video recording and screen capture software for macOS. +- [Camtasia](https://www.techsmith.com/camtasia.html) - All-in-one screen recorder and video editor for Windows and macOS. ### Presentation and Slide Design @@ -162,11 +155,7 @@ These tools can help you create demo videos, and tutorial videos for your applic - [ZenHub](https://www.zenhub.io/) - ZenHub enhances the GitHub workflow with a visual way to organize your features, and projects. - [Let’s Encrypt](https://letsencrypt.org/howitworks/) - Free SSL/TLS encryption. -- [Google API Explorer](http://code.google.com/apis/explorer/) - A quick and easy way to see all available API's provided by Google. -- [Build Podcast](http://build-podcast.com/) - A cool podcast about technology tools for design and development (each episode covers a different tool). -- [Sublime Text](http://www.sublimetext.com/) - A recommended text editor/"light IDE", especially for web developers. Other good options are [Brackets](http://brackets.io/), [TextMate](http://macromates.com/) (only for Mac) or [Atom](https://atom.io/) by GitHub. -- A badass list of [frontend development resources](https://gist.github.com/dypsilon/5819504). -- Create product shots with ease - [Dunnnk](http://dunnnk.com/), [Magic Mockups](http://magicmockups.com/), [Frame](http://frame.lab25.co.uk/), and [MockUPhone](http://mockuphone.com/). +- [Visual Studio Code](https://code.visualstudio.com/) - A free, open-source code editor with excellent support for web and application development. - [Mixpanel](https://mixpanel.com/) - Web and mobile analytics. It provides better insights than Google Analytics, because instead of focusing on page views, it focuses on tracking workflow. ### Finding Users and Promoting Your Application @@ -178,9 +167,4 @@ These tools can help you create demo videos, and tutorial videos for your applic - [Balsamiq](http://balsamiq.com/) - A web service (or desktop tool) for UI mockup sketching. - [invision](http://www.invisionapp.com/) - Quickly transform your designs into beautiful, fully interactive prototypes complete with gestures, transitions & animations for web, iOS & Android (Free). - [proto.io](http://proto.io/) - Mobile prototyping (15 days free trial). -- [Adobe XD](http://www.adobe.com/ca/products/experience-design.html) - A prototyping tool for high fidelity prototypes. - -### Web Parsers and Scrapers (or What to do when there is no API available?) - -- [Parsing existing websites](http://open.dapper.net/) - This tool allows you to extract any content from the Web, and get it in various formats. -- [Never write a web scraper again](http://www.kimonolabs.com/load?url=http%3A%2F%2Fwww.kimonolabs.com%2Fwelcome.html) - A simple to use web scraper. +- [Figma](https://www.figma.com/) - A collaborative interface design tool for web and mobile prototypes.