Teams | Collaboration | Customer Service | Project Management

Latest Blogs

16 secrets of engaging remote meetings

Remote meetings have become an essential part of a workflow, or even the only way of communication in various teams across the globe. Thomas Oppong, Founding Editor at ALLTOPSTARTUPS pointed to a shift in remote working as one of 7 key business trends for 2016, because even “larger companies have been embracing remote workers, at least partially, including powerhouses like Apple, Amazon, Dell, Intuit and IBM”.

Static types in Python, oh my(py)!

Over the last few years, static type checkers have become available for popular dynamic languages like PHP (Hack) and JavaScript (Flow and TypeScript), and have seen wide adoption. Two years ago, a provisional syntax for static type annotations was added to Python 3. However, static types in Python have yet to be widely adopted, because the tool for checking the type annotations, mypy, was not ready for production use… until now!