1,077 Results for:HTML

  • Sort by: 

CWDN series: DevEx - Stack Overflow: Cracking the productivity conundrum

By Adrian Bridgwater 31 Jul 2023

This is a guest post for the Computer Weekly Developer Network written by Joy Cicman Liuzzo in her role as VP of Product Marketing at Stack Overflow. Liuzzo writes in full as follows... Many ... Read More

Google, Microsoft and Mozilla push browser updates to foil zero-day

By Alex Scroxton 14 Sep 2023

A zero-day in Google’s Chrome browser was first reported by surveillance researchers at The Citizen Lab and Apple, but also affects other browsers Read More

Git push new local branch to remote

By Cameron McKenzie 31 Aug 2023

Did you create a new Git branch? Need to push that local Git branch to a remote repo like GitHub, BitBucket or GitLab? This example shows you how to git push new local branches remotely. Read More

Docker run vs docker-compose: What's the difference?

By Cameron McKenzie 20 May 2022

Both docker run and docker-compose can be used to start Docker containers, but there are key differences between the two. Here we explore the differences between docker-compose and docker run, and ... Read More

11 computer networking conferences in 2023

By Ben Lutkevich 18 Apr 2023

Conferences are the best place to learn about the cutting edge and networks with other professionals. Read More

5 common browser attacks and how to prevent them

By Ravi Das 29 Sep 2023

Browsers are critical components of any organization, especially with the rise of web apps. Security teams and users must, therefore, know how to avoid common browser attacks. Read More

An introduction to DevOps on AWS

By Prateek Singh 18 Jan 2022

Here's a breakdown of the AWS tools an organization can use to run DevOps practices, along with a quick tutorial that demonstrates how to use them to build a CI/CD pipeline. Read More

How to setup a Docker Nginx reverse proxy server example

By Cameron McKenzie 06 Jun 2022

The ability to put an Nginx reverse proxy in a Docker container greatly simplifies enterprise architectures. Here's how easy it is to setup and configure an Nginx reverse proxy Docker image and ... Read More

Simple Struts 2 file upload example

By Cameron McKenzie 25 Dec 2021

In this Struts 2 file upload example we show you to take a local resource and upload it to a remote Java application server. All a developer needs is a file, a browser and an Internet connection ... Read More

How to prevent SQL injection with prepared statements

By Sharon Shea, The Pragmatic Programmers LLC 29 Nov 2022

One of the top defenses against SQL injection is prepared statements. In this book excerpt, learn what prepared statements are and how to extend their defense. Read More