Web
Dynamics
Нажми на тег
Design Patterns
Azure
DRY
YAGNI
WCF
SQL Server
Grafana
SOLID
NPM
MariaDB
Dapper
REST
GraphQL
Elasticsearch
PHP
HTML5
C#
.NET Core
Redis
Git
ADONET
SignalR
jQuery
MongoDB
TFS
Reverse Engineering
UI/UX
Blazor
Angular
Windows Forms
Responsive Web Design
Entity Framework
WPF
VB.NET
TeamCity
ORM
IIS
React
Web API
Performance Optimization
Избранное
История
Теги
Поддержка
Translate
Статистика
Реклама
RU
EN
Книги
Статьи
Видео
Новости
О разработчике
CMS
Репозитории
Портфолио
Заявка
Сообщения
Студия
Форум
Поиск по сайту
В поисках работы
точное совпадение
статьи
книги
видео
новости
заметки
название
текст
описание
автор
год
теги
Результаты поиска
Найдено:
442
|«
«
...
11
12
13
14
15
16
17
18
19
20
...
»
»|
1 декабря 2020 г. •
статьи
4 Most Used REST API Authentication Methods
https://sd.blackball.lv/articles/read/18693
While there are as many proprietary authentication methods as there are systems which utilize them, they are largely variations of a few major approaches. In this post, I will go over the 4 most used in the REST APIs and microservices world. Authentication vs Authorization Before I dive into this, let's define...
#webapi
#oauth
#openid
22 ноября 2020 г. •
статьи
Разрабы работают медленно и дорого — и люди считают нас лентяями. Просто в разработке всё сложно
https://sd.blackball.lv/articles/read/18676
— Люди не из индустрии вечно не понимают программистов: что они там такое сложное делают, если видно только две кнопки? Что за непонятные слова говорят? Почему так много получают? Знаете такое чувство, когда вдруг понял, что работаешь уже целый год, хотя идея проекта была простой? Вас пять разработчиков, четыре тестера, проджект...
19 ноября 2020 г. •
статьи
Tutorial for Understanding and Implementing a CRUD APP using Elasticsearch and C#
https://sd.blackball.lv/articles/read/18691
We will demonstrate how to setup Elasticsearch and learn how to write basics statements. You will learn about the structure, commands, tools in Elasticsearch API and get it up and running using standard settings. Introduction We will be talking about the basics of Elasticsearch API. We are going to walk through its...
#csharp
#netframework
#elasticsearch
➤ Реклама
19 ноября 2020 г. •
статьи
How to build a search page with Elasticsearch and .NET
https://sd.blackball.lv/articles/read/18690-how-to-build-a-search-page-with-elasticsearch-and-net
Although SQL Server's Full-Text search is good for searching text that is within a database, there are better ways of implementing search if the text is less-well structured, or comes from a wide variety of sources or formats. Ryszard takes ElasticSearch, and seven million questions from StackOverflow, in order to...
#netframework
#elasticsearch
18 ноября 2020 г. •
статьи
➤
PHP standards recommendations
PSR Стандарты
https://sd.blackball.lv/articles/read/18689-psr-standarty
PSR — Чуть больше, чем стиль оформления кода. Как показала практика, многие PHP-разработчики знакомы с аббревиатурой PSR. Однако большинство все еще ограничены знанием, что PSR это стандарт оформления кода. Ребята из PHP-FIG (PHP Framework Interop Group), группа концепций совместимости PHP, которые занимаются развитием PSR (PHP Standards Recommendations) шагнули далеко вперед. Поэтому давайте...
#php
#psr
18 ноября 2020 г. •
статьи
What’s new in Microsoft .NET 5
https://sd.blackball.lv/articles/read/18687-what-is-new-in-microsoft-net-5
Microsoft’s second release candidate of .NET 5 arrived October 13, bringing the merger of .NET Framework and .NET Core one step closer to completion. The new unified .NET platform is due for general availability November 10, 2020. Microsoft describes Release Candidate 2 as a near-final release and the last of two...
#dotnet
#net5
17 ноября 2020 г. •
статьи
Creating a Simple RSS Feed with ASP.NET Core Web API
https://sd.blackball.lv/articles/read/18686
RSS stands for "Really Simple Syndication". It is a web feed mechanism, which helps applications or clients get updated content from websites in a timely fashion and empower applications to get content from more than one website regularly without having to manually check for new content. The best example for this...
#aspnet
#webapi
#rss
16 ноября 2020 г. •
книги
Programming JavaScript Applications
https://sd.blackball.lv/books/17661
Take advantage of JavaScript’s power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that’s easier—yes, easier—to work with as your code base...
Год: 2014 • Автор: Eric Elliott • Страниц: 253 • Формат: PDF • Размер: 8,13 MB
#javascript
#nodejs
9 ноября 2020 г. •
книги
Designing Event-Driven Systems
https://sd.blackball.lv/books/18668
Many forces affect software today: larger datasets, geographical disparities, complex company structures, and the growing need to be fast and nimble in the face of change. Proven approaches such as service-oriented and event-driven architectures are joined by newer techniques such as microservices, reactive architectures, DevOps, and stream processing. Many of these...
Год: 2018 • Автор: Ben Stopford • Страниц: 166 • Формат: PDF • Размер: 5,05 MB
#apache
#kafka
9 ноября 2020 г. •
книги
Automation and Monitoring with Hubot
https://sd.blackball.lv/books/17641
This book covers everything you need to start using Hubot in your organization - installation on Linux, production grade deployment and init.d scripts. You will understand how Hubot scripts work, how to deal with dependencies, how to install new scripts and adjust them to suit your needs. You will also learn...
Год: 2014 • Автор: Tomas Varaneckas • Страниц: 108 • Формат: PDF • Размер: 806 KB
#devops
9 ноября 2020 г. •
статьи
Microservices using ASP.NET Core
https://sd.blackball.lv/articles/read/17616
Microservices The term microservices portrays a software development style that has grown from contemporary trends to set up practices that are meant to increase the speed and efficiency of developing and managing software solutions at scale. Microservices is more about applying a certain number of principles and architectural patterns as architecture....
#microservices
#aspnet
#netcore
7 ноября 2020 г. •
статьи
Using Microservices in .NET Core and Docker container
https://sd.blackball.lv/articles/read/17614-using-microservices-in-net-core-and-docker-container
Introduction During this article, we will learn how to work with the microservice architecture patterns and Docker containers using the .NET Core 3 platform to build a distributed system. Monolithic vs Microservices Architecture Before talking about Microservices, we need to understand the difference between traditional application approach and microservices application approach. https://martinfowler.com/articles/microservices.html Any application is...
#microservices
#netcore
#docker
5 ноября 2020 г. •
статьи
Best frontend frameworks of 2020 for web development
https://sd.blackball.lv/articles/read/18677-best-frontend-frameworks-of-2020-for-web-development
Quick Summary: - Frontend frameworks are the pioneer blocks of the software development process. But there are so many options to choose when it comes to building visually appealing apps that rank high on user experience. To help you out, we have curated a list of the best frontend...
#frontend
#frameworks
#comparison
2 ноября 2020 г. •
статьи
➤
Interview Questions
Want a remote job? 18 interview questions you need to answer
https://sd.blackball.lv/articles/read/17631-want-a-remote-job-18-interview-questions-you-need-to-answer
We put together a comprehensive resource hub for all things remote work. This mega guide on remote work has guidance on getting started working remotely, from finding a job to setting up your workspace. Do you remember the days when selling Avon, entering data into spreadsheets, and answering customer service calls...
#career
#remotejob
#interview
24 октября 2020 г. •
статьи
Onion Architecture in ASP.NET Core MVC
https://sd.blackball.lv/articles/read/18675-onion-architecture-in-aspnet-core-mvc
Introduction The Onion Architecture term was coined by Jeffrey Palermo in 2008. This architecture provides a better way to build applications for better testability, maintainability, and dependability on the infrastructures like databases and services. This architecture's main aim is to address the challenges faced with 3-tier architecture or n-tier architecture and...
#aspnet
#onionarchitecture
14 октября 2020 г. •
статьи
Mixing Web Forms and ASP.NET MVC
https://sd.blackball.lv/articles/read/18673
Just because you're using Web Forms, it doesn't mean that you are stuck in a technical time-warp. If you want to liven up a site with new features using Ajax and libraries such as jQuery, Bootstrap or Knockout.JS, then you can always integrate a Web API layer into a Web...
#aspnet
#webforms
#mvc
12 октября 2020 г. •
статьи
➤
Security in Blazor WebAssembly applications
Part 2: Role-based security with Blazor and Identity Server 4
https://sd.blackball.lv/articles/read/18672
In a previous article we’ve introduced how authentication works in Blazor WebAssembly and we’ve seen a simple example on how to create a Blazor client, implement the login flow via Identity Server 4 and retrieve an access token to call a protected Web API. However, every real-world application will sooner or...
#aspnet
#blazor
#webassembly
12 октября 2020 г. •
статьи
➤
Security in Blazor WebAssembly applications
Part 1: Securing Blazor WebAssembly with Identity Server 4
https://sd.blackball.lv/articles/read/18671
The new Blazor WebAssembly 3.2.0 includes support to client side authentication, which makes relatively simple to implement OpenID Connect and OAuth2 in your single page application. In other words, it means that we can finally build applications with the most recent industry standards in terms of security, enabling complex authentication...
#aspnet
#blazor
#webassembly
12 октября 2020 г. •
книги
Cloud Native Go
https://sd.blackball.lv/books/17628
The Complete Guide to Building Cloud-Based Services. Cloud Native Go shows developers how to build massive cloud applications that meet the insatiable demands of today’s customers, and will dynamically scale to handle virtually any volume of data, traffic, or users. Kevin Hoffman and Dan Nemeth describe the modern cloud-native application in detail,...
Год: 2016 • Автор: Kevin Hoffman, Dan Nemeth • Страниц: 259 • Формат: PDF • Размер: 25,53 MB
#microservices
#cloud
5 октября 2020 г. •
книги
Service-Oriented Architecture
https://sd.blackball.lv/books/17627
For more than a decade, Thomas Erl’s best-selling Service-Oriented Architecture: Concepts, Technology, and Design has been the definitive end-to-end tutorial on SOA, service-orientation, and service technologies. Now, Erl has thoroughly updated the industry’s de facto guide to SOA to reflect new practices, technologies, and strategies that have emerged through hard-won...
Год: 2017 • Автор: Thomas Erl • Страниц: 428 • Формат: PDF • Размер: 22,27 MB
#microservices
|«
«
...
11
12
13
14
15
16
17
18
19
20
...
»
»|
Поделиться ссылкой
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Читают сейчас
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
Забудьте про Go и Rust: MoonBit - новый король WebAssembly
Разбираемся с middleware в ASP.NET Core
Асинхронный JavaScript: изучаем Async/Await, Callbacks и Promises
Чек-лист по запуску нового сайта: что нужно учесть?
Стили именования переменных и функций. Используйте их все
Жесткие факты о софт скилах
Топ 20 ботов которые постоянно сканируют ваши сайты. Не все из них одинаково полезны
WAF и RASP: в чём разница и что лучше для безопасности веб-приложений
Почему сеньоры ненавидят собеседования с кодингом, и что компании должны использовать вместо них
Категории
Design Patterns
Software Engineering Workshop
Поддержка
➤
Boosty
Donate
to support the project
➤
Donorbox
Поддержать
GitHub account
Проекты
Blackball
Geolocation Assistant
Mail Daemon
Codebase
Amerikas Auto
Transport Certification Center