Programming

Category group

Category articles

  • Published on
    If you want to create your product prototype quickly, you’ve come to the right place. Let’s discuss low-code and no-code solutions as an increasingly popular concept.
  • Mistakes to Avoid When Learning Python

    Mistakes to Avoid When Learning Python

    Total views
    views
    Time to read
    3 min
    Published on
    When learning Python, it’s common to make mistakes along the way. However, being aware of potential pitfalls can help you avoid unnecessary setbacks and accelerate your learning process. Here are some common mistakes to avoid when learning Python.
  • Published on
    When getting an app developed, one of the most important choices in the early-stages is the coding language and platform it’s built on.  Apps always start as ideas. Blank canvases for businesses to offer a range of solutions and features that customers want and need. One of those choices for the coding language is between…
  • Published on
    Whether a web development company is developing a website, mobile app, database, dashboard, or other technology solution, there is always a tech stack involved. A tech stack is a series, or layers of tools and solutions used to develop websites and applications. Solutions and tools such as programming or coding languages, frameworks, libraries, patterns, software,…
  • Published on
    Gatsby JS is one of the most popular open-source JavaScript frameworks for developing static websites, feature-rich and naturally SEO optimized. Whether you need a blog or a dynamic landing page, Gatsby JS technology is increasingly popular amongst developers. It was launched in 2015, and already, based on the May 2020 W3Techs Technology Market Report, Gatsby…
  • Ionic vs. React Native: Let the Battle Begin!

    Total views
    views
    Time to read
    2 min
    Published on
    The world is rapidly going mobile, and everybody uses dozens of mobile apps daily. Apps are mushrooming in all segments of business: healthcare, construction, finance, transportation, and logistics, etc. More and more enterprises are leveraging mission-critical mobile apps to improve their operational efficiency, track performance, and drive sales. And here comes the question: which technology…
  • Developer Driven Testing

    Developer Driven Testing

    Total views
    views
    Time to read
    3 min
    Published on
    The other side of the moon We’ve all heard about the Test-Driven Development, but how about the reversed approach – Developer Driven Testing (DDT)? What can we gain and what can we lose by writing our code before writing tests? Let’s explore this approach to software development, which implies setting up QA processes without a QA…
  • Test Driven Development

    What is Test Driven Development (TDD)?

    Total views
    views
    Time to read
    4 min
    Published on
    Test Driven Development (TDD) is a software development process in which a developer writes test of their code before writing the code itself. The test-first concept encourages repetition of very short development cycles with the writing of just enough code to pass the test. 
  • mean stack

    Introducing the MEAN stack

    Total views
    views
    Time to read
    4 min
    Published on
    The Disruption Technology disruption has already disrupted. Everything has changed with the pace of digital revolution, from our everyday lives to the way how we work and code. The fast moving and diverse environment of web development is no exception. During the recent years everybody in the web community speaks about the MEAN stack. What…
  • ruby on rails vs javascript

    Node.js vs Ruby on Rails

    Total views
    views
    Time to read
    7 min
    Published on
    In recent times, software development has become all about frameworks. Why? The main reason is that creating from scratch such a sophisticated program as a web application may take a lot of time and efforts. Don’t take it wrong – I mean not the “Hello World” type of apps but those that provide excellent user…