Month: October 2021

Slack Introduces new feature – Video And audio message ‘Clips’

Because of the continuous asynchronous communication in work and school that we are all trapped in, video meetig fatigues were experienced. To counter this, slack rolled out video and audio messaging tool that lets workers send short recordings to colleagues instead of scheduling lengthy meetings. Users create or records clips that they can send via …

Slack Introduces new feature – Video And audio message ‘Clips’ Read More »

Photopea Vs Photoshop

Photopea is a powerful web-based image editing software, that can work seamlessly with both vector and raster graphics.It can be used for image editing, making illustrations, web design or converting between different image formats.  On the other hand, photoshop is an application for manipulating digital photographs with which users have access to. The features offered by …

Photopea Vs Photoshop Read More »

What’s new in Python 3.10

Python 3.10, the latest in-development version of Python, has been released. Intrepid Python developers are encouraged to test their code against it, with proper precautions Structural pattern matching An outgrowth of previous failed attempts to add a switch/case-like syntax to Python, structural pattern matching lets you match variables against one of a set of possible values (as …

What’s new in Python 3.10 Read More »

Bitbucket vs GitHub

Bitbucket and GitHub are both hosting platforms which provides both public and private repositories for developers. In terms of functionality, Bitbucket and GitHub operate in very similar ways. With both, you can perform basic commands such as: Logging in using Two-Factor Authentication Creating and managing repositories Making pull requests Conducting code reviews Using inline editing and Markdown support Bitbucket It …

Bitbucket vs GitHub Read More »

CodeSee launches codebase onboarding portal for open source developers

CodeSee, a maker of tools that help developers to visualize and understand large codebases, has unveiled OSS Port, a community website that aims to connect potential contributors with open source projects, and ease the process of onboarding. CodeSee says it is addressing a situation in which developers spend more time trying to understand code than write …

CodeSee launches codebase onboarding portal for open source developers Read More »

What is Selenese?

Selenese is the language used to write Selenium Commands. These Selenese commands are then used to test web-applications. Based on the HTML tags of the UI elements, one can check their existence. Commands help Selenium understand what actions or operations to perform. Classification of Selenium Commands Selenium commands are mainly categorized into three types: Actions – …

What is Selenese? Read More »