Archive Tags RSS Get In Touch →
AnvilEight logo

AnvilEight Blog

Knowledge Base. News. Announcements. Culture.

  • May 28

    Jest vs Mocha: A Comparison of JS Testing Frameworks

    Looking to choose between Jest and Mocha for your JavaScript testing needs? Dive into this detailed comparison of the two popular testing frameworks. Discover their similarities, differences, strengths, and weaknesses to make an informed decision.

    Read on to find out which framework suits your testing requirements best.

  • May 23

    5 Tips For Hosting Effective Meetings

    Meetings play a crucial role in organizations, bringing teams together to discuss ideas, make decisions, and drive projects forward. However, poorly organized meetings can be unproductive and waste valuable time. Hosting meetings effectively requires careful planning, engagement, and facilitation. In this article, we present five essential tips to help you host meetings that are productive, engaging, and result-oriented.

  • May 21

    Top 7 Examples of Django Websites

    Django, a high-level web framework written in Python, has gained immense popularity among developers for its efficiency, flexibility, and scalability.

  • Apr 13

    How to flatten a list of lists in Python?

    There is an obvious solution to the problem of flatten the nested lists. However, there are other more effective solutions out there.

  • Sep 13

    How to Check Whether a File Exists In Python

    Suppose, you want to check if a file exists on a filesystem. Typically, you can do the following: import os # Is it a file? os.path.isfile(filename) For any valid paths on the FS, you can do import os # Does it exist? os.path.exists(path) In this case, directories, files, symlinks and any other valid existing path return True. Object oriented way to do the same import pathlib # For Python 2.

  • Sep 21

    The UX in Marketing

    Can we say that marketing and user experience design are two sides of the same coin? I asked myself this very question until I started learning about UX and using it in practice. My name is Kate Golovatyuk. I’m a marketing manager, and my aim is to learn everything that can potentially help me promote my company in the best possible way and define areas of improvement to satisfy our clients and become as attractive as possible to our future clients.

  • Mar 3

    Review of "Succeeding With Agile" by Mike Cohn

    This book is exactly what a company like ours requires at this point of transition. So far, it is the most sophisticated book on integrating agile practices I've read. I would totally recommend it for reading to those, who have learned the basics and now want to master them .

  • Feb 26

    There Is Nothing Wrong With "As a user" Approach

    As a customer, I want to access the application to make an order. How does that sound? Is it too dry? Do you need to know more about the person trying to make an order? Is it fun enough to get cracking at the code? Recently, I came across a great articlethat says that the “as a user approach” is not the best way to go about stories and instead, recommends a more empathetic approach.

  • Feb 26

    Top Tips For Project Management - Checklist + PDF

    Alright, so you are starting a new web, mobile or other software project. Now, make sure that everything is ready for the development activities. Check, if you are up to a good start by using this checklist.

  • Feb 18

    How to write a good User Story?

    Writing good user stories is vital to any scrum project. Here is a simple approach to creating a backlog items for those who have little experience with that.

Older Posts →

© Copyright 2023 Andrii Zarubin

Created by AnvilEight