In this new post, I show how to connect our application to MongoDB using Node.js. Send users and test your application using an APIs client.
Search Results for: visual studio code
Hello Python
Hello Python! is a new thread in my blog. I started to learn this programming language a few months ago but now I have to be serious.
Introduction to Node.js
This is an introduction to Node.js that is a server to run JavaScript apps. After a brief history, I will create a simple web application.
Sequoia doesn’t work with MAUI
Sequoia doesn’t work with MAUI. Now I can’t try my apps on iOS. It is still working for macOS. Here the solution!
MAUI raises on iOS MT1045
When from Visual Studio you deploy a real device a MAUI application raises on iOS the error MT1045. Here what to check to fix the problem
MAUI Push Notifications using Azure Notification Hub for iOS
Here the new post where I explain how to implement the Push Notifications in MAUI using Azure Notification Hub for iOS without external plugin
Testing PowerShell scripts with Pester
I want to share with you an awesome way for testing PowerShell scripts with Pester, a framework for PowerShell script testing and mocking
NET8 is announced
Microsoft has recently announced the release of NET8, the latest version of its popular software development platform
Play blackjack with Python
In this new post, play blackjack with Python, I show how to create a simple application to play this popular game.
Bitmap message in Python
I continue to explore with a new example where I create a bitmap message in Python. Based on an string image, I change it with the user input
Bagels a logic game in Python
In Bagels, a deductive logic game in Python, you must guess a secret three-digit number based on clues.This is the first of a list of examples
Getting started with Java
In this new post “Getting started with Java”, I share with you my consideration about this programming language in comparison to C#
Create documentation with Docsify and GitHub Pages
Documentation is an essential part of making any project useful to users. Here how to Create documentation with Docsify and GitHub Pages
Validate JSON with Postman
In this new post, I explain how to validate a JSON result with Postman from your APIs using JavaScript with few lines of code. Full code here
Working with Blazor’s component model
Welcome to Working with Blazor’s component model” post! In this new post I’ll build a simple project in Blazor and explain the basic Blazor components and interactions. Also, the source code of the project I’m going to create in this post is available on GitHub. Here the posts I wrote about Blazor that help you to learn this new technology better and faster: What is a Blazor component? First, the fundamental building blocks of Blazor applications are components, almost everything you do will directly or indirectly work with them. In…
Getting started with C# and Blazor
Getting started with C# and Blazor explains how this new Microsoft technology is working and the basic information to understand Blazor
Deploying dockerized R/Shiny Apps on Microsoft Azure
In this article I show how quickly deploying dockerized R/Shiny Apps on Microsoft Azure and make them available globally within seconds
TypeScript: JavaScript made Easier and Simpler
TypeScript is a language that is strongly typed and object-oriented. TypeScript is a combination of JavaScript and Type Annotations
Introducing .NET Multi-platform App UI
Introducing .NET Multi-platform #App #UI
Microsoft snaps up GitHub for $7.5 billion
As we anticipated yesterday, Microsoft has reached an agreement to buy GitHub, the source repository and collaboration platform, in a deal worth $7.5 billion. The all-stock deal is expected to close by the end of the year, subject to regulatory approval in the US and EU. Decade-old GitHub is built on Git, the open source version control software originally written by Linux creator Linus Torvalds. Git is a distributed version control system: each developer has their own repository that they make changes to, and these changes can be propagated between…
Microsoft has reportedly acquired GitHub
Microsoft has reportedly acquired GitHub, and could announce the deal as early as Monday. Bloomberg reports that the software giant has agreed to acquire GitHub, and that the company chose Microsoft partly because of CEO Satya Nadella. Business Insider first reported that Microsoft had been in talks with GitHub recently. GitHub is a vast code repository that has become popular with developers and companies hosting their projects, documentation, and code. Apple, Amazon, Google, and many other big tech companies use GitHub. Microsoft is the top contributor to the site, and…
Complete Rust programming Guide for Beginners
Learn Rust programming from basics to advanced concepts: ownership, functions, data types, control flow, error handling, and collections.
Resilient connection to RabbitMQ
The connection with RabbitMQ isn’t always stable. The reconnection not always is working. I want to create a resilient connection to RabbitMQ
Release SSIS using Azure DevOps
Steps on how to create a working pipeline to release SSIS packages using Azure DevOps from the creation of the artifact to the deployment.
From Installation to Advanced Configuration: Setting Up Serilog for C# Success
In the ever-evolving landscape of software development, effective logging is crucial for maintaining robust and reliable applications. Serilog has emerged as a leading tool for C# developers, offering a flexible and powerful logging solution tailored to modern needs. This comprehensive guide will walk you through the installation and advanced configuration of Serilog in your C# projects, ensuring that you harness its full potential. From setting up various sinks for diverse output channels to integrating custom logging classes that capture detailed runtime data, you’ll discover best practices for enhancing application maintainability…