Разработка • Windows Developer Blog • 24 мая 2022 г. 15:00
As a team, we’re thrilled to spend time with the developer community at Create Next Generation Experiences at Scale with Windows appeared first on Windows Developer Blog.... читать далее
Windows DevelopersРазработка • DZone Web Dev • 13 мая 2022 г. 12:25
Mobile app development is a must for any business that pursues top-notch customer experience. When we hear about a new exciting product or service appearance, in most cases, we won’t ask ourselves whether the company provides mobile app support or no...... читать далее
react native mobile aap development flutterРазработка • DigitalOcean Community Tutorials • 12 мая 2022 г. 15:02
### Introduction [Django](https://www.djangoproject.com/) is a full-featured Python web framework for developing dynamic websites and applications. Using Django, you can quickly create Python web applications and rely on the framework to do a good...... читать далее
Разработка • DZone Web Dev • 12 мая 2022 г. 13:29
In my last article, we looked at how to make your first Svelte application using SvelteKit. Today we'll look at the next step - how to make components, so you can start to build real Svelte applications. What Are Components, and Why Do We Need Them?...... читать далее
javascript tutorial web development svelteРазработка • DigitalOcean Community Tutorials • 10 мая 2022 г. 19:53
_A previous version of this tutorial was written by [Kathleen Juell](https://www.digitalocean.com/community/users/katjuell)_. ### Introduction In this guide, you will build a Python application using the Flask microframework on Ubuntu 22.04. The m...... читать далее
Разработка • The Cloudflare Blog • 8 мая 2022 г. 16:59
We're excited to announce a new edition of our Developer Speaker Series for 2022! Check out the eleven expert web dev speakers, developers, and educators that we’ve invited to speak live on Cloudflare TV... читать далее
Platform Week Developers Cloudflare TVБезопасность • DZone Security • 6 мая 2022 г. 15:11
Bob, the software architect, and Alice, the SecDevOps engineer are part of a growing software development start-up company. Here is the conversation between them on developing a new set of microservices. Bob: Did you hear the announcement? The client...... читать далее
devsecopsРазработка • DigitalOcean Community Tutorials • 6 мая 2022 г. 2:34
### Introduction The traditional *Customer Relationship Management* ([CRM](https://en.wikipedia.org/wiki/Customer_relationship_management)) model of data management is tailored for *business-to-many-customers* relationships. CRM software strives to...... читать далее
Разработка • DigitalOcean Community Tutorials • 5 мая 2022 г. 19:16
### Introduction When working on software development, it's important to be able to manage the source code in an efficient and traceable way. Source code management (*SCM*) systems are an excellent way to provide an efficient and flexible process fo...... читать далее
DevOps • linuxhint.com • 4 мая 2022 г. 17:00
To install Webmin in Ubuntu 22.04, first add required repositories, import GPG key, add Webmin repository, and execute the "$ sudo apt install webmin” command.... читать далее
UbuntuРазработка • DigitalOcean Community Tutorials • 4 мая 2022 г. 13:43
_A previous version of this tutorial was written by [alenaholligan](https://www.digitalocean.com/community/users/alenaholligan)_. ### Introduction PHP is a popular server scripting language known for creating dynamic and interactive web pages. Gett...... читать далее
Разработка • DigitalOcean Community Tutorials • 29 апреля 2022 г. 18:26
To get started, you'll need to create a containerized environment able to execute PHP and [Composer](https://getcomposer.org), the PHP dependency management tool. Then, you'll be able to bootstrap the new Laravel application from scratch, without the...... читать далее
Разработка • DigitalOcean Community Tutorials • 28 апреля 2022 г. 20:00
### Introduction [Node.js](https://nodejs.org/) is a JavaScript runtime for server-side programming. It allows developers to create scalable backend functionality using JavaScript, a language many are already familiar with from browser-based web dev...... читать далее
Разработка • DZone Web Dev • 26 апреля 2022 г. 17:40
An iFrame is commonly known as an inline frame which is nothing but an HTML document embedded inside another HTML document. iFrames are a simpler way to embed a web page inside another web page. iFrames are mostly used to display external information...... читать далее
selenium web testing selenium - web browser automation app testing iframesРазработка • DigitalOcean Community Tutorials • 26 апреля 2022 г. 0:05
### Introduction A [Virtual Private Network](https://en.wikipedia.org/wiki/Virtual_private_network) (VPN) allows you to traverse untrusted networks as if you were on a private network. It gives you the freedom to access the internet safely and secu...... читать далее
Разработка • DigitalOcean Community Tutorials • 26 апреля 2022 г. 0:05
### Introduction To *containerize* an application refers to the process of adapting an application and its components in order to be able to run it in lightweight environments known as [containers](https://www.docker.com/resources/what-container). S...... читать далее
Разработка • DigitalOcean Community Tutorials • 26 апреля 2022 г. 0:05
### Introduction Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production re...... читать далее
Разработка • DigitalOcean Community Tutorials • 26 апреля 2022 г. 0:04
### Introduction [WireGuard](https://wireguard.com) is a lightweight Virtual Private Network (VPN) that supports IPv4 and IPv6 connections. A VPN allows you to traverse untrusted networks as if you were on a private network. It gives you the freedom...... читать далее
Разработка • DigitalOcean Community Tutorials • 26 апреля 2022 г. 0:00
### Introduction The Python programming language is an increasingly popular choice for both beginners and experienced developers. Flexible and versatile, Python has strengths in scripting, automation, data analysis, machine learning, and back-end de...... читать далее
Разработка • DZone Web Dev • 25 апреля 2022 г. 17:27
Typically, when updating or developing an API like Newsdata.io, a news API for a service to provide news data with quick response time, there are lengthy discussions about the API’s structure, naming, and functions. Although, over time, specific...... читать далее
web dev api rest api