Skip to content

The Dummy Programmer

Stories of daily programming

  • Home
  • The Dummy Programmer Robot
    • Overview
    • Version history & downloads
    • Tutorials
      • TDP Robot – The basics
      • A simple SQL Server backup solution
      • A simple SQL Server backup solution – A next step
  • My other dummy projects
  • Games
    • Space Y: An Asteroids clone
  • Services
    • What’s my user agent
    • What’s my IP address
  • About
  • Toggle search form

Run an Apache website under SSL

Today we continue our journey into the Linux world and the Apache configuration. We touched on this topic in the following posts: Install Ubuntu Server as VirtualBox guest Install LAMP in Ubuntu Server Add a new website to an Apache installation So now, in short, we have seen how to install Ubuntu, how to install…

Read More “Run an Apache website under SSL” »

Apache

Add a new website to an Apache installation

Hello my friends! Today I would like to talk about the Linux world once again. In a previous post we saw how to set up a LAMP server in Linux Ubuntu. Basically the installation of LAMP provides a default website, or a “virtualhost” as they are called in Apache, with a default web page. This…

Read More “Add a new website to an Apache installation” »

Apache

Sample code of a cross platform analog clock using .NET 6, C# and Avalonia UI

I’m sure you’ve already heard of .NET 6’s cross platform capabilities. Using this platform you can develop a software once and execute on different operating systems. But even with this inherent feature of .NET 6, developing desktop applications, complete with graphical user interfaces, can be a problem. Windows Forms and WPF are two great libraries…

Read More “Sample code of a cross platform analog clock using .NET 6, C# and Avalonia UI” »

.NET 6

Install LAMP in Ubuntu Server

LAMP is one of the most popular platforms for the development and publication of websites. As many of you know, it’s an acronym that stands for Linux Apache MySql and PHP. In a previuos post we saw how to install Ubuntu Server as a VirtualBox guest. Today we will take the necessary steps to make…

Read More “Install LAMP in Ubuntu Server” »

LAMP

Install Ubuntu Server as VirtualBox guest

Ubuntu is one of the most popular Linux distribution, and definitely my favorite. Basically, it is available in two versions: Ubuntu Server Ubuntu Desktop As you may guess, the first one is more suitable for desktop PCs and has a very nice GUI. The latter is better to use it as a server machine (for…

Read More “Install Ubuntu Server as VirtualBox guest” »

Linux

Create a new Visual Studio Code project

In the previous post we created a basic setup where we installed Visual Studio Code (from now VS Code), npm, and the TypeScript compiler. Now we will see how we can create a simple web page, with the goal of creating the page’s JavaScript code using TypeScript. Let’s start by creating an empty folder in…

Read More “Create a new Visual Studio Code project” »

TypeScript

Start using Visual Studio Code and Typescript

Good morning my friends! It’s been a while since our last contact, and I’m happy to be here again! Today I want to talk about how to create a basic installation of Visual Studio Code, in order to create a simple TypeScript project. But before we begin, let’s review some basic concepts… What are Visual…

Read More “Start using Visual Studio Code and Typescript” »

TypeScript

TDP Robot version 0.80.0.0

Hello my friends! I’m publishing this post just to inform you that TDP Robot version 0.80.0.0 has been released. There are same improvements, bug fixes and two new tasks: Sql Server bulk copy task and File system task. Configuration files are not compatible with the previous versions… so I’m sorry but you have to create…

Read More “TDP Robot version 0.80.0.0” »

The Dummy Programmer Robot

FuelPHP & PHP installation issues

Some time ago I published some posts about configuring a PHP development environment in a Windows machine. If you are interested, you can find here the first post of the series. Staying on this topic, these days I needed to create a new PHP project with FuelPHP framework, using the environment configured in the posts…

Read More “FuelPHP & PHP installation issues” »

FuelPHP

Is Environment.TickCount reliable?

Hello my friends! Today I want to talk about some problems encountered using the property Environment.TickCount, available since the version 1.1 of .NET Framework. In a nutshell, this property tells you how many milliseconds elapsed since system boot. Why did I have to use it? During the development of TDP Robot, that I remind you…

Read More “Is Environment.TickCount reliable?” »

C#

Posts navigation

Previous 1 2 3 … 10 Next

Copyright © 2023 The Dummy Programmer | Privacy Policy | Terms of use |

Powered by PressBook Masonry Dark