Blog

Exploring Kubernetes Observability: A Comprehensive Tutorial Series

In our second installment of the Kubernetes Observability tutorial series, we’ll dive deep into monitoring all facets of your applications operating within a Kubernetes environment. This includes a comprehensive examination of the following: Ingesting and analysing logs performance collection and health metrics Monitoring application performance with Elastic APM To aid us in this endeavor, our…

Read More

Remote Python Developer : Improve Your Python Development Skill

Models, a fundamental component of the Django framework, hold a central position in its architecture. Following Django’s design principles for models is essential. This involves maintaining explicit naming and functionality within our fields and encapsulating all relevant model functionality within the model itself, rather than dispersing it elsewhere—a core tenet of Django’s design philosophy. If…

Read More

AWS Lambda with Node.js: Serverless Computing Simplified

Are you curious about AWS Lambda, the powerful service for building highly scalable, event-driven applications? It’s no surprise that terms like ‘serverless,’ ‘function-as-a-service,’ and ‘AWS Lambda’ might leave you feeling a bit puzzled. But don’t worry, you’ve come to the right place! This article is your guide to understanding AWS Lambda serverless technology, and it…

Read More

Let’s Know How To Structure Large Flask Applications Step by Step

Creating and managing Large Flask Applications involves various methods and conventions. Many frameworks provide tools for automating and simplifying this task, but they all emphasize structuring the code base by logically distributing it across files and folders. Flask, a minimalistic web application development framework, offers a solution through its ‘blueprints.’ In this article, we’ll explore…

Read More

Efficient Unit Testing with Jest for Gatsby, TypeScript, and React Testing Library

The task to set up Jest and React Testing library for TDD using Gatsby is an easy one.Its tricky as i planned to use Typescripts in my test. Firstly , i installed jest, babel-jest and babel-preset-gatsby ensuring the presence of babel preset(s) which can be used internally for Gatsby site. npm install –save-dev jest babel-jest babel-preset-gatsby identity-obj-proxy tslint-react…

Read More

Remote Typescript Developer : GraphQL, TypeScript and PostgreSQL API

The go-to stack in recent times for developers, especially Remote Typescript Developers, revolves around GraphQl and Typescript. While I have utilized Vanilla JavaScript in a recent project, my experience with Typescript has been extensive. Despite not having direct hands-on experience initially, I found great assistance through a tutorial that guided me effectively. In this article,…

Read More

How TypeScript can be used with Node and Express?

At the onset of my career, I embraced strong-typed languages as a web developer. However, the allure of JavaScript and Python’s dynamic features captivated me. The flexibility of not declaring variables enhanced my productivity and fueled my passion. Initially skeptical about TypeScript, a pivotal shift occurred in my mindset. What prompted this change? I adopted…

Read More