Web
Dynamics
Click on the tag item
MariaDB
TypeScript
MySQL
React
Agile
jQuery
Active Directory
Dapper
Blazor
SOLID
Elasticsearch
ADONET
Git
JavaScript
Reverse Engineering
REST
C#
ORM
ASP.NET
DRY
Scrum
CI/CD
YAGNI
Confluence
.NET Framework
UI/UX
Progressive Web Apps
PostgreSQL
PHP
Windows Server
Design Patterns
Redis
VB.NET
Angular
WPF
Automation Software
CSS3
Web API
LINQ
XML
Favorites
History
Tags
Donate
Translate
Statistics
Ads
RU
EN
Books
Articles
Video
News
Developer
Repositories
Portfolio
Application
Messages
Studio
Forum
Site search
Looking for a job
Exact match
articles
books
video
news
notes
title
text
description
author
year
tags
Search results
Found:
442
|«
«
...
11
12
13
14
15
16
17
18
19
20
...
»
»|
Dec 1, 2020 •
articles
4 Most Used REST API Authentication Methods
https://sd.blackball.lv/en/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
Nov 22, 2020 •
articles
Разрабы работают медленно и дорого — и люди считают нас лентяями. Просто в разработке всё сложно
https://sd.blackball.lv/en/articles/read/18676
— Люди не из индустрии вечно не понимают программистов: что они там такое сложное делают, если видно только две кнопки? Что за непонятные слова говорят? Почему так много получают? Знаете такое чувство, когда вдруг понял, что работаешь уже целый год, хотя идея проекта была простой? Вас пять разработчиков, четыре тестера, проджект...
Nov 19, 2020 •
articles
Tutorial for Understanding and Implementing a CRUD APP using Elasticsearch and C#
https://sd.blackball.lv/en/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
➤ Ads
Nov 19, 2020 •
articles
How to build a search page with Elasticsearch and .NET
https://sd.blackball.lv/en/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
Nov 18, 2020 •
articles
➤
PHP standards recommendations
PSR Стандарты
https://sd.blackball.lv/en/articles/read/18689-psr-standarty
PSR — Чуть больше, чем стиль оформления кода. Как показала практика, многие PHP-разработчики знакомы с аббревиатурой PSR. Однако большинство все еще ограничены знанием, что PSR это стандарт оформления кода. Ребята из PHP-FIG (PHP Framework Interop Group), группа концепций совместимости PHP, которые занимаются развитием PSR (PHP Standards Recommendations) шагнули далеко вперед. Поэтому давайте...
#php
#psr
Nov 18, 2020 •
articles
What’s new in Microsoft .NET 5
https://sd.blackball.lv/en/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
Nov 17, 2020 •
articles
Creating a Simple RSS Feed with ASP.NET Core Web API
https://sd.blackball.lv/en/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
Nov 16, 2020 •
books
Programming JavaScript Applications
https://sd.blackball.lv/en/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...
Year: 2014 • Author: Eric Elliott • Pages: 253 • Format: PDF • Size: 8,13 MB
#javascript
#nodejs
Nov 9, 2020 •
books
Designing Event-Driven Systems
https://sd.blackball.lv/en/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...
Year: 2018 • Author: Ben Stopford • Pages: 166 • Format: PDF • Size: 5,05 MB
#apache
#kafka
Nov 9, 2020 •
books
Automation and Monitoring with Hubot
https://sd.blackball.lv/en/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...
Year: 2014 • Author: Tomas Varaneckas • Pages: 108 • Format: PDF • Size: 806 KB
#devops
Nov 9, 2020 •
articles
Microservices using ASP.NET Core
https://sd.blackball.lv/en/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
Nov 7, 2020 •
articles
Using Microservices in .NET Core and Docker container
https://sd.blackball.lv/en/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
Nov 5, 2020 •
articles
Best frontend frameworks of 2020 for web development
https://sd.blackball.lv/en/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
Nov 2, 2020 •
articles
➤
Interview Questions
Want a remote job? 18 interview questions you need to answer
https://sd.blackball.lv/en/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
Oct 24, 2020 •
articles
Onion Architecture in ASP.NET Core MVC
https://sd.blackball.lv/en/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
Oct 14, 2020 •
articles
Mixing Web Forms and ASP.NET MVC
https://sd.blackball.lv/en/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
Oct 12, 2020 •
articles
➤
Security in Blazor WebAssembly applications
Part 2: Role-based security with Blazor and Identity Server 4
https://sd.blackball.lv/en/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
Oct 12, 2020 •
articles
➤
Security in Blazor WebAssembly applications
Part 1: Securing Blazor WebAssembly with Identity Server 4
https://sd.blackball.lv/en/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
Oct 12, 2020 •
books
Cloud Native Go
https://sd.blackball.lv/en/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,...
Year: 2016 • Author: Kevin Hoffman, Dan Nemeth • Pages: 259 • Format: PDF • Size: 25,53 MB
#microservices
#cloud
Oct 5, 2020 •
books
Service-Oriented Architecture
https://sd.blackball.lv/en/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...
Year: 2017 • Author: Thomas Erl • Pages: 428 • Format: PDF • Size: 22,27 MB
#microservices
|«
«
...
11
12
13
14
15
16
17
18
19
20
...
»
»|
Share page
If you liked this website and want to support me, you can
Reading now
Unlocking the power of Tasks: Your practical guide in C#
Top 7 popular interview questions for Senior .NET Developer
The most used design patterns in .NET development
Performance Optimization in .NET
.NET performance analysis: Newtonsoft.Json vs System.Text.Json in .NET 8
Reflection in C#: examples, tricks and tips
WPF vs WinForms – Making the right decision in 2024
10 Git repository naming best practices
Goodbye Controllers: Building better Blazor web apps with Vertical Slices
Expressions in .NET: A practical guide to System.Linq.Expressions
Categories
Design Patterns
Software Engineering Workshop
Donation
➤
Boosty
Donate
to support the project
➤
Donorbox
Donate
GitHub account
Projects
Blackball
Geolocation Assistant
Mail Daemon
Codebase
Amerikas Auto
Transport Certification Center