article thumbnail

How to Develop Serverless Code Using Azure Functions?

Analytics Vidhya

Introduction Azure Functions is a serverless computing service provided by Azure that provides users a platform to write code without having to provision or manage infrastructure in response to a variety of events. Azure functions allow developers […] The post How to Develop Serverless Code Using Azure Functions?

Coding 237
article thumbnail

An educational side project

The Pragmatic Engineer

for the simulation engine Go on the backend PostgreSQL for the data layer React and TypeScript on the frontend Prometheus and Grafana for monitoring and observability And if you were wondering how all of this was built, Juraj documented his process in an incredible, 34-part blog series. Documenting the steps. You can read this here.

Education 363
article thumbnail

The 5 Rules For Good Data Science Project Documentation

KDnuggets

Once data scientist finishes building the project, they will need to do the task that most of us hate that is documenting the code.

Project 122
article thumbnail

Code Review on Printed Paper: an Excerpt from the Twitoons Comic Book

The Pragmatic Engineer

Today’s newsletter closes with a full chapter from this book, visualizing when Elon Musk demanded all Twitter software engineers print out their code on paper (!!) and report for code review. Code review on printed paper: an excerpt from the Twitoons book A year ago, the end of October 2022 was a very turbulent time at Twitter.

Coding 186
article thumbnail

ChatGPT for Coding: Unleash the Power of ChatGPT

Edureka

One of them is Chat GPT, a conversational model of AI that is a powerful chatbot that answers follow-up questions and writes code for the users. In this blog we will get to know about the perks of ChatGPT for coding. 4 Step 6: Receive a code through SMS or WhatsApp. 5 Step 7: After entering the code, select “New Chat.”

Coding 130
article thumbnail

The “10x engineer:" 50 years ago and now

The Pragmatic Engineer

” They write the specification, code, tests it, and write the documentation. Edits documentation the chief programmer writes, and makes it production-ready. Code reviews reduce the need to pair while working on a task, allowing engineers to keep up with changes and learn from each other. The copilot. The editor.

article thumbnail

Announcing FawltyDeps - a dependency checker for your Python code

Tweag

You might forget one of the imports you used in your code. Specifically, the main purpose of FawltyDeps is to report imports that you have forgotten to declare ( undeclared dependencies), as well as packages that you’ve declared to use but that are not imported in your code ( unused dependencies). You can go wrong in either (or both!)

Python 144