├── .editorconfig ├── .gitignore ├── images ├── abstract_class_tree.png ├── abstract_factory_pattern.png ├── abstract_vs_interface.png ├── access_modifiers.png ├── actor.png ├── adapter_pattern.png ├── advice_listener.png ├── advice_notifier.png ├── api_gateway.jpg ├── border_layout.png ├── breadth_first_search.jpg ├── cache_types.png ├── charset_cheatsheet.png ├── cmd_jps.png ├── command_pattern.png ├── composite pattern.png ├── copyleft_symbol.png ├── countdownlatch_animation.gif ├── create_table.png ├── css_semantic.jpg ├── cyclicbarrier_animation.gif ├── db_normalization.png ├── decorator_pattern.png ├── diffie_hellman_key_exchange.png ├── dns_requesting.png ├── docker_logo.png ├── domain_levels.png ├── dto_to_entities_converters.png ├── e5bb3c845ead5e38725f43c3b2a47cc9.gif ├── email_protocols.jpg ├── etl_flow.png ├── exceptions_uml.png ├── facade_pattern.png ├── factory_method_pattern.png ├── foreign_key.jpg ├── formatting_condition.png ├── formatting_pattern.png ├── frontend_roadmap.png ├── generic_event.png ├── generic_static.png ├── git_branches.png ├── hashcode_variant.jpg ├── html_table_tags.png ├── http_response_codes.jpg ├── iaas_paas_saas.png ├── idea_event_listener.png ├── idea_event_publisher.png ├── imdg_distributed_cache.png ├── imdg_partitioning.png ├── indexes.png ├── io_streams_diff.png ├── ip_address_notation.png ├── iterator_pattern.png ├── javadoc_descriptors.png ├── jcache.jpg ├── jconcole.png ├── jdk_jre_jvm.jpg ├── jetty.png ├── joins.jpg ├── jpa_entity_state.png ├── jstack.png ├── jul_logging.png ├── linear_ring.png ├── linkedlist.png ├── liquibase_changelogs_structure.png ├── log_levels.png ├── monad_fun_picture.jpg ├── mvc_schema_1.png ├── mvc_schema_2.png ├── null_object_pattern.png ├── object_creation_order.png ├── observer_pattern.png ├── operators_priority.png ├── phaser_animation.gif ├── proxy_pattern.png ├── regexp_exercise_1.png ├── regexp_exercise_2.png ├── regexp_exercise_3.png ├── regexp_exercise_5.png ├── regexp_exercise_6.png ├── regexp_exercise_7.png ├── regexp_exercise_8.png ├── regexp_table.png ├── relation_schema.png ├── relational_model.png ├── resultset_types_match.png ├── select_parts.png ├── servlet_mvc.png ├── spring_email_classes.jpg ├── spring_mvc_schema.png ├── src │ ├── arch_microservices.drawio.svg │ ├── arch_monolith.drawio.svg │ ├── arch_monolith_separated.drawio.svg │ ├── arch_soa.drawio.svg │ ├── batch_processing.drawio.svg │ ├── circuit_breaker.drawio.svg │ ├── classloader.drawio.svg │ ├── config_server.drawio.svg │ ├── enterprise_service_bus.drawio.svg │ ├── fixed_window_rate_limiter.drawio.svg │ ├── fork_join.drawio.svg │ ├── healthcheck.drawio.svg │ ├── heap.drawio.svg │ ├── jdbc.drawio.svg │ ├── kafka_connect_etl.drawio.svg │ ├── kafka_consumers.drawio.svg │ ├── kerberos.uml │ ├── microservices_releases.excalidraw │ ├── music_service_er_diagram.drawio.svg │ ├── mysql_replication.drawio.svg │ ├── prometheus.drawio.svg │ ├── pub_sub_topics.drawio.svg │ ├── queue_implementations.drawio.svg │ ├── skiplist.drawio.svg │ ├── snowflake.drawio.svg │ ├── spring_security_filters.drawio.svg │ ├── streaming.drawio.svg │ ├── tdd.drawio.svg │ ├── thread_lifecycle.drawio.svg │ └── thread_pool.drawio.svg ├── state_pattern.png ├── strategy_pattern.png ├── tag_files_dir.png ├── tempate_method_pattern.png ├── thread_interruption.png ├── token_bucket.png ├── transaction.png └── uml_class_diagram.png ├── notes ├── akka │ ├── akka.md │ ├── akka_actors.md │ └── akka_persistence.md ├── algorithms │ ├── breadth_first_search.md │ ├── checksum.md │ ├── complexity.md │ ├── crc.md │ ├── dijkstra_algorithm.md │ ├── dynamic_programming.md │ ├── feynman_algorithm.md │ ├── hash_function.md │ ├── lamport_clock.md │ ├── learning_roadmap.md │ ├── lru.md │ ├── round_robin.md │ └── vector_clock.md ├── api │ ├── batch_operations.md │ ├── copy_and_move.md │ ├── criteria_based_deletion.md │ ├── custom_methods.md │ ├── long_running_operations.md │ ├── pagination.md │ ├── partial_operations.md │ ├── rerunnable_jobs.md │ ├── singleton_resource.md │ ├── standard_methods.md │ └── types.md ├── architecture │ ├── actor_model.md │ ├── api_gateway.md │ ├── batch_processing.md │ ├── broadcasting.md │ ├── circuit_breaker.md │ ├── concepts.md │ ├── consensus.md │ ├── crdt.md │ ├── ddd.md │ ├── distributed_systems.md │ ├── distributed_systems_time.md │ ├── dto_converters.md │ ├── enterprise_service_bus.md │ ├── etl.md │ ├── feature_toggles.md │ ├── grasp_patterns.md │ ├── healthcheck.md │ ├── idempotence.md │ ├── idempotent_consumer.md │ ├── inter_process_communication.md │ ├── load_balancer.md │ ├── log_aggregation.md │ ├── monitoring.md │ ├── observability.md │ ├── pub_sub.md │ ├── rate_limiter.md │ ├── replication.md │ ├── retry.md │ ├── saga.md │ ├── scaling.md │ ├── server.md │ ├── service_integration.md │ ├── service_mesh.md │ ├── solid_principles.md │ ├── streaming.md │ ├── transactional_outbox.md │ ├── twelve_factor_apps.md │ ├── two-phase_commit.md │ └── unique_id.md ├── build │ ├── gradle.md │ ├── gradle_tasks.md │ └── maven.md ├── code_review.md ├── common │ ├── cache.md │ ├── clock.md │ ├── education_roadmap.md │ ├── elementary_programming_learning_resources.md │ ├── email.md │ ├── extreme_programming.md │ ├── frontend.md │ ├── markdown.md │ ├── monad.md │ ├── nominatim.md │ ├── open_source_licenses.md │ ├── polymorphism.md │ ├── programming_by_contract.md │ ├── refactoring.md │ ├── semver.md │ ├── solr.md │ ├── termin_dictionary.md │ ├── uml.md │ └── uuid.md ├── data_structures │ ├── binary_search_tree.md │ ├── bloom_filter.md │ ├── hashtable.md │ ├── heap.md │ ├── list.md │ ├── lsm_tree.md │ ├── priority_queue.md │ ├── skip_list.md │ ├── treap.md │ └── tree.md ├── database │ ├── acid.md │ ├── aggregate_functions.md │ ├── backup_and_dump.md │ ├── base.md │ ├── cassandra.md │ ├── cql.md │ ├── dbms.md │ ├── ddl.md │ ├── dml.md │ ├── execution_plan.md │ ├── imdg.md │ ├── indexes.md │ ├── joins.md │ ├── learning_materials.md │ ├── liquibase.md │ ├── migrations.md │ ├── normalization.md │ ├── nosql.md │ ├── orm.md │ ├── partitioning.md │ ├── postgres_monitoring.md │ ├── postgresql.md │ ├── predicates.md │ ├── procedure_extensions.md │ ├── relational_model.md │ ├── replication.md │ ├── select.md │ ├── sql_data_types.md │ ├── stored_procedure.md │ ├── termins.md │ ├── transactions.md │ ├── triggers.md │ └── views.md ├── devops │ ├── ansible.md │ ├── configuration.md │ ├── deployment.md │ ├── docker.md │ ├── docker_compose.md │ ├── docker_network.md │ ├── dockerfiles.md │ ├── jenkins.md │ └── nginx.md ├── external_lib │ ├── apache_http_client.md │ ├── appenders.md │ ├── aspectj.md │ ├── awaitility.md │ ├── ehcache.md │ ├── hazelcast.md │ ├── hibernate.md │ ├── hibernate_orm.md │ ├── hql.md │ ├── jackson.md │ ├── java_object_diff.md │ ├── javers.md │ ├── jaxb.md │ ├── jcs.md │ ├── jetty.md │ ├── jmh.md │ ├── jsoup.md │ ├── kafka_client.md │ ├── kafka_streams.md │ ├── logback.md │ ├── lombok.md │ ├── micrometer.md │ ├── openapi_annotations.md │ ├── openfeign.md │ ├── query_dsl.md │ ├── slf4j.md │ ├── springdoc.md │ ├── thymeleaf.md │ └── tomcat.md ├── formats │ ├── base32.md │ ├── base64.md │ ├── formats.md │ ├── geojson.md │ ├── json.md │ ├── protobuf.md │ ├── xml.md │ └── yaml.md ├── git │ ├── basics.md │ ├── git_bash.md │ ├── git_flow.md │ ├── learning_resources.md │ ├── pull_request.md │ └── tags.md ├── intellij_idea.md ├── java │ ├── annotations.md │ ├── aop.md │ ├── applets.md │ ├── arrays.md │ ├── assert.md │ ├── bit_operations.md │ ├── charsets.md │ ├── class_loaders.md │ ├── collections │ │ ├── collections.md │ │ ├── list.md │ │ ├── map.md │ │ ├── queue.md │ │ └── set.md │ ├── comments.md │ ├── common_knowledge.md │ ├── comparison.md │ ├── cryptografy.md │ ├── dto.md │ ├── enum.md │ ├── escape_symbols.md │ ├── exceptions.md │ ├── formatting.md │ ├── garbage_collector.md │ ├── generics.md │ ├── gui.md │ ├── hashcode.md │ ├── interfaces.md │ ├── io │ │ ├── byte_streams.md │ │ ├── file.md │ │ ├── io.md │ │ ├── io_to_file.md │ │ └── readers_and_writers.md │ ├── java_bean.md │ ├── java_http_api.md │ ├── java_util_logging.md │ ├── java_versions.md │ ├── javadoc.md │ ├── jcache.md │ ├── jdbc.md │ ├── jvm_opts.md │ ├── keywords.md │ ├── l10n_i18n.md │ ├── math.md │ ├── methods.md │ ├── multithreading │ │ ├── atomic.md │ │ ├── barrier.md │ │ ├── collections.md │ │ ├── completable_future.md │ │ ├── concurrency_problems.md │ │ ├── daemon_threads.md │ │ ├── fork_join.md │ │ ├── locks.md │ │ ├── memory_model.md │ │ ├── queue.md │ │ ├── semaphore.md │ │ ├── thread_group.md │ │ ├── thread_lifecycle.md │ │ ├── thread_pools.md │ │ ├── threads.md │ │ ├── threads_exception_handling.md │ │ └── threadsafe.md │ ├── naming_convention.md │ ├── oop │ │ ├── classes_and_objects.md │ │ ├── incapsulation.md │ │ ├── inheritance.md │ │ └── polymorphism.md │ ├── operators_cycles.md │ ├── optional.md │ ├── overriding.md │ ├── packages.md │ ├── primitive_wrappers.md │ ├── properties.md │ ├── random.md │ ├── reflection.md │ ├── regexp.md │ ├── serialization.md │ ├── socket.md │ ├── stacktrace.md │ ├── stream_and_lambda │ │ ├── collectors.md │ │ ├── comparable.md │ │ ├── custom_collectors.md │ │ ├── functional_interface.md │ │ ├── lambda_expressions.md │ │ └── stream.md │ ├── strings.md │ ├── swing.md │ ├── syntax.md │ ├── time │ │ ├── date_calendar.md │ │ └── datetime_api.md │ ├── types.md │ ├── url.md │ └── zip.md ├── java_ee │ ├── bean_validation.md │ ├── cdi.md │ ├── java_ee.md │ ├── java_ee_versions.md │ └── jax_rs.md ├── jpa │ ├── jpa.md │ ├── jpa_converters.md │ ├── jpa_entity.md │ ├── jpa_join_entities.md │ ├── jpa_primary_key.md │ ├── jpa_type_matching.md │ └── jpql.md ├── jsp │ ├── expression_language.md │ ├── jsp.md │ ├── jsp_actions.md │ ├── jstl.md │ ├── tag_files.md │ └── tag_library_descriptor.md ├── linux │ ├── alias.md │ ├── bash_scripts.md │ ├── env_variables.md │ ├── file_system.md │ ├── file_types.md │ ├── io_redirection.md │ ├── permissions.md │ ├── processes.md │ ├── services.md │ ├── signals.md │ ├── system_info.md │ ├── text_processing.md │ └── users.md ├── logging.md ├── network │ ├── dns.md │ ├── http.md │ ├── internet.md │ ├── ip_address.md │ ├── ldap.md │ ├── mac.md │ ├── matrix.md │ ├── osi.md │ ├── socket.md │ ├── ssh.md │ ├── switching.md │ ├── tcp.md │ ├── tcp_ip.md │ ├── tls.md │ └── udp.md ├── patterns │ ├── abstract_factory.md │ ├── adapter.md │ ├── chain_of_responsibility.md │ ├── command.md │ ├── composite.md │ ├── decorator.md │ ├── dynamic_proxy.md │ ├── facade.md │ ├── factory_method.md │ ├── iterator.md │ ├── mvc.md │ ├── null_object.md │ ├── observer.md │ ├── proxy.md │ ├── singleton.md │ ├── state.md │ ├── strategy.md │ └── template_method.md ├── security │ ├── authentication.md │ ├── cipher.md │ ├── crypto_hash_function.md │ ├── csrf.md │ ├── diffie_hellman.md │ ├── digital_certificate.md │ ├── kerberos.md │ ├── multifactor_authentication.md │ ├── passwords.md │ ├── rbac.md │ └── web_app_vulnerabilities.md ├── servlets │ ├── cookies.md │ ├── deployment_descriptor.md │ ├── filters.md │ ├── servlet.md │ ├── servlet_listeners.md │ ├── session.md │ └── webapp_attributes.md ├── spring │ ├── actuator.md │ ├── ant_path_matcher.md │ ├── async.md │ ├── beans.md │ ├── config_from_file.md │ ├── custom_events.md │ ├── ioc_container.md │ ├── jdbc_template.md │ ├── mvc_form_tags.md │ ├── mvc_form_validation.md │ ├── openapi_integration.md │ ├── pagination_and_sorting.md │ ├── profiles.md │ ├── scheduled.md │ ├── spring.md │ ├── spring_boot.md │ ├── spring_data.md │ ├── spring_email.md │ ├── spring_framework_jdbc.md │ ├── spring_mvc.md │ ├── spring_rest.md │ ├── spring_security.md │ ├── transactional.md │ ├── versions.md │ ├── web_client.md │ └── web_exception_handling.md ├── termin_dictionary.md ├── test │ ├── assertj.md │ ├── cucumber.md │ ├── junit.md │ ├── junit_parameterized_test.md │ ├── mockito.md │ ├── tdd.md │ ├── test_coverage.md │ ├── testcontainers.md │ └── unit_testing.md ├── tools │ ├── allure.md │ ├── jacoco.md │ ├── kafka.md │ ├── kafka_connect.md │ ├── kafka_schema_registry.md │ ├── keepalived.md │ ├── openapi_tools.md │ └── prometheus.md └── web │ ├── cloud_computing.md │ ├── cookie.md │ ├── deeplink.md │ ├── html │ ├── basic_tags.md │ ├── block_model.md │ ├── css.md │ ├── css_injection.md │ ├── font.md │ ├── form.md │ ├── formatting.md │ ├── image.md │ ├── link.md │ ├── position.md │ └── table.md │ ├── hugo.md │ ├── jekyll.md │ ├── jws.md │ ├── mime.md │ ├── openapi.md │ ├── rest.md │ ├── uri.md │ └── url.md └── readme.md /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /.obsidian 2 | /.vscode 3 | /.idea -------------------------------------------------------------------------------- /images/abstract_class_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/abstract_class_tree.png -------------------------------------------------------------------------------- /images/abstract_factory_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/abstract_factory_pattern.png -------------------------------------------------------------------------------- /images/abstract_vs_interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/abstract_vs_interface.png -------------------------------------------------------------------------------- /images/access_modifiers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/access_modifiers.png -------------------------------------------------------------------------------- /images/actor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/actor.png -------------------------------------------------------------------------------- /images/adapter_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/adapter_pattern.png -------------------------------------------------------------------------------- /images/advice_listener.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/advice_listener.png -------------------------------------------------------------------------------- /images/advice_notifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/advice_notifier.png -------------------------------------------------------------------------------- /images/api_gateway.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/api_gateway.jpg -------------------------------------------------------------------------------- /images/border_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/border_layout.png -------------------------------------------------------------------------------- /images/breadth_first_search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/breadth_first_search.jpg -------------------------------------------------------------------------------- /images/cache_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/cache_types.png -------------------------------------------------------------------------------- /images/charset_cheatsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/charset_cheatsheet.png -------------------------------------------------------------------------------- /images/cmd_jps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/cmd_jps.png -------------------------------------------------------------------------------- /images/command_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/command_pattern.png -------------------------------------------------------------------------------- /images/composite pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/composite pattern.png -------------------------------------------------------------------------------- /images/copyleft_symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/copyleft_symbol.png -------------------------------------------------------------------------------- /images/countdownlatch_animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/countdownlatch_animation.gif -------------------------------------------------------------------------------- /images/create_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/create_table.png -------------------------------------------------------------------------------- /images/css_semantic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/css_semantic.jpg -------------------------------------------------------------------------------- /images/cyclicbarrier_animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/cyclicbarrier_animation.gif -------------------------------------------------------------------------------- /images/db_normalization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/db_normalization.png -------------------------------------------------------------------------------- /images/decorator_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/decorator_pattern.png -------------------------------------------------------------------------------- /images/diffie_hellman_key_exchange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/diffie_hellman_key_exchange.png -------------------------------------------------------------------------------- /images/dns_requesting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/dns_requesting.png -------------------------------------------------------------------------------- /images/docker_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/docker_logo.png -------------------------------------------------------------------------------- /images/domain_levels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/domain_levels.png -------------------------------------------------------------------------------- /images/dto_to_entities_converters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/dto_to_entities_converters.png -------------------------------------------------------------------------------- /images/e5bb3c845ead5e38725f43c3b2a47cc9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/e5bb3c845ead5e38725f43c3b2a47cc9.gif -------------------------------------------------------------------------------- /images/email_protocols.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/email_protocols.jpg -------------------------------------------------------------------------------- /images/etl_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/etl_flow.png -------------------------------------------------------------------------------- /images/exceptions_uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/exceptions_uml.png -------------------------------------------------------------------------------- /images/facade_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/facade_pattern.png -------------------------------------------------------------------------------- /images/factory_method_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/factory_method_pattern.png -------------------------------------------------------------------------------- /images/foreign_key.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/foreign_key.jpg -------------------------------------------------------------------------------- /images/formatting_condition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/formatting_condition.png -------------------------------------------------------------------------------- /images/formatting_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/formatting_pattern.png -------------------------------------------------------------------------------- /images/frontend_roadmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/frontend_roadmap.png -------------------------------------------------------------------------------- /images/generic_event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/generic_event.png -------------------------------------------------------------------------------- /images/generic_static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/generic_static.png -------------------------------------------------------------------------------- /images/git_branches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/git_branches.png -------------------------------------------------------------------------------- /images/hashcode_variant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/hashcode_variant.jpg -------------------------------------------------------------------------------- /images/html_table_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/html_table_tags.png -------------------------------------------------------------------------------- /images/http_response_codes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/http_response_codes.jpg -------------------------------------------------------------------------------- /images/iaas_paas_saas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/iaas_paas_saas.png -------------------------------------------------------------------------------- /images/idea_event_listener.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/idea_event_listener.png -------------------------------------------------------------------------------- /images/idea_event_publisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/idea_event_publisher.png -------------------------------------------------------------------------------- /images/imdg_distributed_cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/imdg_distributed_cache.png -------------------------------------------------------------------------------- /images/imdg_partitioning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/imdg_partitioning.png -------------------------------------------------------------------------------- /images/indexes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/indexes.png -------------------------------------------------------------------------------- /images/io_streams_diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/io_streams_diff.png -------------------------------------------------------------------------------- /images/ip_address_notation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/ip_address_notation.png -------------------------------------------------------------------------------- /images/iterator_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/iterator_pattern.png -------------------------------------------------------------------------------- /images/javadoc_descriptors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/javadoc_descriptors.png -------------------------------------------------------------------------------- /images/jcache.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/jcache.jpg -------------------------------------------------------------------------------- /images/jconcole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/jconcole.png -------------------------------------------------------------------------------- /images/jdk_jre_jvm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/jdk_jre_jvm.jpg -------------------------------------------------------------------------------- /images/jetty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/jetty.png -------------------------------------------------------------------------------- /images/joins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/joins.jpg -------------------------------------------------------------------------------- /images/jpa_entity_state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/jpa_entity_state.png -------------------------------------------------------------------------------- /images/jstack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/jstack.png -------------------------------------------------------------------------------- /images/jul_logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/jul_logging.png -------------------------------------------------------------------------------- /images/linear_ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/linear_ring.png -------------------------------------------------------------------------------- /images/linkedlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/linkedlist.png -------------------------------------------------------------------------------- /images/liquibase_changelogs_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/liquibase_changelogs_structure.png -------------------------------------------------------------------------------- /images/log_levels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/log_levels.png -------------------------------------------------------------------------------- /images/monad_fun_picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/monad_fun_picture.jpg -------------------------------------------------------------------------------- /images/mvc_schema_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/mvc_schema_1.png -------------------------------------------------------------------------------- /images/mvc_schema_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/mvc_schema_2.png -------------------------------------------------------------------------------- /images/null_object_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/null_object_pattern.png -------------------------------------------------------------------------------- /images/object_creation_order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/object_creation_order.png -------------------------------------------------------------------------------- /images/observer_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/observer_pattern.png -------------------------------------------------------------------------------- /images/operators_priority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/operators_priority.png -------------------------------------------------------------------------------- /images/phaser_animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/phaser_animation.gif -------------------------------------------------------------------------------- /images/proxy_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/proxy_pattern.png -------------------------------------------------------------------------------- /images/regexp_exercise_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/regexp_exercise_1.png -------------------------------------------------------------------------------- /images/regexp_exercise_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/regexp_exercise_2.png -------------------------------------------------------------------------------- /images/regexp_exercise_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/regexp_exercise_3.png -------------------------------------------------------------------------------- /images/regexp_exercise_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/regexp_exercise_5.png -------------------------------------------------------------------------------- /images/regexp_exercise_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/regexp_exercise_6.png -------------------------------------------------------------------------------- /images/regexp_exercise_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/regexp_exercise_7.png -------------------------------------------------------------------------------- /images/regexp_exercise_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/regexp_exercise_8.png -------------------------------------------------------------------------------- /images/regexp_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/regexp_table.png -------------------------------------------------------------------------------- /images/relation_schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/relation_schema.png -------------------------------------------------------------------------------- /images/relational_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/relational_model.png -------------------------------------------------------------------------------- /images/resultset_types_match.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/resultset_types_match.png -------------------------------------------------------------------------------- /images/select_parts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/select_parts.png -------------------------------------------------------------------------------- /images/servlet_mvc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/servlet_mvc.png -------------------------------------------------------------------------------- /images/spring_email_classes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/spring_email_classes.jpg -------------------------------------------------------------------------------- /images/spring_mvc_schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/spring_mvc_schema.png -------------------------------------------------------------------------------- /images/src/arch_microservices.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/arch_microservices.drawio.svg -------------------------------------------------------------------------------- /images/src/arch_monolith.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/arch_monolith.drawio.svg -------------------------------------------------------------------------------- /images/src/arch_monolith_separated.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/arch_monolith_separated.drawio.svg -------------------------------------------------------------------------------- /images/src/arch_soa.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/arch_soa.drawio.svg -------------------------------------------------------------------------------- /images/src/batch_processing.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/batch_processing.drawio.svg -------------------------------------------------------------------------------- /images/src/circuit_breaker.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/circuit_breaker.drawio.svg -------------------------------------------------------------------------------- /images/src/classloader.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/classloader.drawio.svg -------------------------------------------------------------------------------- /images/src/config_server.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/config_server.drawio.svg -------------------------------------------------------------------------------- /images/src/enterprise_service_bus.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/enterprise_service_bus.drawio.svg -------------------------------------------------------------------------------- /images/src/fixed_window_rate_limiter.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/fixed_window_rate_limiter.drawio.svg -------------------------------------------------------------------------------- /images/src/fork_join.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/fork_join.drawio.svg -------------------------------------------------------------------------------- /images/src/healthcheck.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/healthcheck.drawio.svg -------------------------------------------------------------------------------- /images/src/heap.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/heap.drawio.svg -------------------------------------------------------------------------------- /images/src/jdbc.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/jdbc.drawio.svg -------------------------------------------------------------------------------- /images/src/kafka_connect_etl.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/kafka_connect_etl.drawio.svg -------------------------------------------------------------------------------- /images/src/kafka_consumers.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/kafka_consumers.drawio.svg -------------------------------------------------------------------------------- /images/src/kerberos.uml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/kerberos.uml -------------------------------------------------------------------------------- /images/src/microservices_releases.excalidraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/microservices_releases.excalidraw -------------------------------------------------------------------------------- /images/src/music_service_er_diagram.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/music_service_er_diagram.drawio.svg -------------------------------------------------------------------------------- /images/src/mysql_replication.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/mysql_replication.drawio.svg -------------------------------------------------------------------------------- /images/src/prometheus.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/prometheus.drawio.svg -------------------------------------------------------------------------------- /images/src/pub_sub_topics.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/pub_sub_topics.drawio.svg -------------------------------------------------------------------------------- /images/src/queue_implementations.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/queue_implementations.drawio.svg -------------------------------------------------------------------------------- /images/src/skiplist.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/skiplist.drawio.svg -------------------------------------------------------------------------------- /images/src/snowflake.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/snowflake.drawio.svg -------------------------------------------------------------------------------- /images/src/spring_security_filters.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/spring_security_filters.drawio.svg -------------------------------------------------------------------------------- /images/src/streaming.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/streaming.drawio.svg -------------------------------------------------------------------------------- /images/src/tdd.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/tdd.drawio.svg -------------------------------------------------------------------------------- /images/src/thread_lifecycle.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/thread_lifecycle.drawio.svg -------------------------------------------------------------------------------- /images/src/thread_pool.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/src/thread_pool.drawio.svg -------------------------------------------------------------------------------- /images/state_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/state_pattern.png -------------------------------------------------------------------------------- /images/strategy_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/strategy_pattern.png -------------------------------------------------------------------------------- /images/tag_files_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/tag_files_dir.png -------------------------------------------------------------------------------- /images/tempate_method_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/tempate_method_pattern.png -------------------------------------------------------------------------------- /images/thread_interruption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/thread_interruption.png -------------------------------------------------------------------------------- /images/token_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/token_bucket.png -------------------------------------------------------------------------------- /images/transaction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/transaction.png -------------------------------------------------------------------------------- /images/uml_class_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/images/uml_class_diagram.png -------------------------------------------------------------------------------- /notes/akka/akka.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/akka/akka.md -------------------------------------------------------------------------------- /notes/akka/akka_actors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/akka/akka_actors.md -------------------------------------------------------------------------------- /notes/akka/akka_persistence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/akka/akka_persistence.md -------------------------------------------------------------------------------- /notes/algorithms/breadth_first_search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/breadth_first_search.md -------------------------------------------------------------------------------- /notes/algorithms/checksum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/checksum.md -------------------------------------------------------------------------------- /notes/algorithms/complexity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/complexity.md -------------------------------------------------------------------------------- /notes/algorithms/crc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/crc.md -------------------------------------------------------------------------------- /notes/algorithms/dijkstra_algorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/dijkstra_algorithm.md -------------------------------------------------------------------------------- /notes/algorithms/dynamic_programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/dynamic_programming.md -------------------------------------------------------------------------------- /notes/algorithms/feynman_algorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/feynman_algorithm.md -------------------------------------------------------------------------------- /notes/algorithms/hash_function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/hash_function.md -------------------------------------------------------------------------------- /notes/algorithms/lamport_clock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/lamport_clock.md -------------------------------------------------------------------------------- /notes/algorithms/learning_roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/learning_roadmap.md -------------------------------------------------------------------------------- /notes/algorithms/lru.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/lru.md -------------------------------------------------------------------------------- /notes/algorithms/round_robin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/round_robin.md -------------------------------------------------------------------------------- /notes/algorithms/vector_clock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/algorithms/vector_clock.md -------------------------------------------------------------------------------- /notes/api/batch_operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/batch_operations.md -------------------------------------------------------------------------------- /notes/api/copy_and_move.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/copy_and_move.md -------------------------------------------------------------------------------- /notes/api/criteria_based_deletion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/criteria_based_deletion.md -------------------------------------------------------------------------------- /notes/api/custom_methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/custom_methods.md -------------------------------------------------------------------------------- /notes/api/long_running_operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/long_running_operations.md -------------------------------------------------------------------------------- /notes/api/pagination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/pagination.md -------------------------------------------------------------------------------- /notes/api/partial_operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/partial_operations.md -------------------------------------------------------------------------------- /notes/api/rerunnable_jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/rerunnable_jobs.md -------------------------------------------------------------------------------- /notes/api/singleton_resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/singleton_resource.md -------------------------------------------------------------------------------- /notes/api/standard_methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/standard_methods.md -------------------------------------------------------------------------------- /notes/api/types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/api/types.md -------------------------------------------------------------------------------- /notes/architecture/actor_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/actor_model.md -------------------------------------------------------------------------------- /notes/architecture/api_gateway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/api_gateway.md -------------------------------------------------------------------------------- /notes/architecture/batch_processing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/batch_processing.md -------------------------------------------------------------------------------- /notes/architecture/broadcasting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/broadcasting.md -------------------------------------------------------------------------------- /notes/architecture/circuit_breaker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/circuit_breaker.md -------------------------------------------------------------------------------- /notes/architecture/concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/concepts.md -------------------------------------------------------------------------------- /notes/architecture/consensus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/consensus.md -------------------------------------------------------------------------------- /notes/architecture/crdt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/crdt.md -------------------------------------------------------------------------------- /notes/architecture/ddd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/ddd.md -------------------------------------------------------------------------------- /notes/architecture/distributed_systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/distributed_systems.md -------------------------------------------------------------------------------- /notes/architecture/distributed_systems_time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/distributed_systems_time.md -------------------------------------------------------------------------------- /notes/architecture/dto_converters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/dto_converters.md -------------------------------------------------------------------------------- /notes/architecture/enterprise_service_bus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/enterprise_service_bus.md -------------------------------------------------------------------------------- /notes/architecture/etl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/etl.md -------------------------------------------------------------------------------- /notes/architecture/feature_toggles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/feature_toggles.md -------------------------------------------------------------------------------- /notes/architecture/grasp_patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/grasp_patterns.md -------------------------------------------------------------------------------- /notes/architecture/healthcheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/healthcheck.md -------------------------------------------------------------------------------- /notes/architecture/idempotence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/idempotence.md -------------------------------------------------------------------------------- /notes/architecture/idempotent_consumer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/idempotent_consumer.md -------------------------------------------------------------------------------- /notes/architecture/inter_process_communication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/inter_process_communication.md -------------------------------------------------------------------------------- /notes/architecture/load_balancer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/load_balancer.md -------------------------------------------------------------------------------- /notes/architecture/log_aggregation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/log_aggregation.md -------------------------------------------------------------------------------- /notes/architecture/monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/monitoring.md -------------------------------------------------------------------------------- /notes/architecture/observability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/observability.md -------------------------------------------------------------------------------- /notes/architecture/pub_sub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/pub_sub.md -------------------------------------------------------------------------------- /notes/architecture/rate_limiter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/rate_limiter.md -------------------------------------------------------------------------------- /notes/architecture/replication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/replication.md -------------------------------------------------------------------------------- /notes/architecture/retry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/retry.md -------------------------------------------------------------------------------- /notes/architecture/saga.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/saga.md -------------------------------------------------------------------------------- /notes/architecture/scaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/scaling.md -------------------------------------------------------------------------------- /notes/architecture/server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/server.md -------------------------------------------------------------------------------- /notes/architecture/service_integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/service_integration.md -------------------------------------------------------------------------------- /notes/architecture/service_mesh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/service_mesh.md -------------------------------------------------------------------------------- /notes/architecture/solid_principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/solid_principles.md -------------------------------------------------------------------------------- /notes/architecture/streaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/streaming.md -------------------------------------------------------------------------------- /notes/architecture/transactional_outbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/transactional_outbox.md -------------------------------------------------------------------------------- /notes/architecture/twelve_factor_apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/twelve_factor_apps.md -------------------------------------------------------------------------------- /notes/architecture/two-phase_commit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/two-phase_commit.md -------------------------------------------------------------------------------- /notes/architecture/unique_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/architecture/unique_id.md -------------------------------------------------------------------------------- /notes/build/gradle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/build/gradle.md -------------------------------------------------------------------------------- /notes/build/gradle_tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/build/gradle_tasks.md -------------------------------------------------------------------------------- /notes/build/maven.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/build/maven.md -------------------------------------------------------------------------------- /notes/code_review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/code_review.md -------------------------------------------------------------------------------- /notes/common/cache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/cache.md -------------------------------------------------------------------------------- /notes/common/clock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/clock.md -------------------------------------------------------------------------------- /notes/common/education_roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/education_roadmap.md -------------------------------------------------------------------------------- /notes/common/elementary_programming_learning_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/elementary_programming_learning_resources.md -------------------------------------------------------------------------------- /notes/common/email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/email.md -------------------------------------------------------------------------------- /notes/common/extreme_programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/extreme_programming.md -------------------------------------------------------------------------------- /notes/common/frontend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/frontend.md -------------------------------------------------------------------------------- /notes/common/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/markdown.md -------------------------------------------------------------------------------- /notes/common/monad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/monad.md -------------------------------------------------------------------------------- /notes/common/nominatim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/nominatim.md -------------------------------------------------------------------------------- /notes/common/open_source_licenses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/open_source_licenses.md -------------------------------------------------------------------------------- /notes/common/polymorphism.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/polymorphism.md -------------------------------------------------------------------------------- /notes/common/programming_by_contract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/programming_by_contract.md -------------------------------------------------------------------------------- /notes/common/refactoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/refactoring.md -------------------------------------------------------------------------------- /notes/common/semver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/semver.md -------------------------------------------------------------------------------- /notes/common/solr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/solr.md -------------------------------------------------------------------------------- /notes/common/termin_dictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/termin_dictionary.md -------------------------------------------------------------------------------- /notes/common/uml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/uml.md -------------------------------------------------------------------------------- /notes/common/uuid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/common/uuid.md -------------------------------------------------------------------------------- /notes/data_structures/binary_search_tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/data_structures/binary_search_tree.md -------------------------------------------------------------------------------- /notes/data_structures/bloom_filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/data_structures/bloom_filter.md -------------------------------------------------------------------------------- /notes/data_structures/hashtable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/data_structures/hashtable.md -------------------------------------------------------------------------------- /notes/data_structures/heap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/data_structures/heap.md -------------------------------------------------------------------------------- /notes/data_structures/list.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notes/data_structures/lsm_tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/data_structures/lsm_tree.md -------------------------------------------------------------------------------- /notes/data_structures/priority_queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/data_structures/priority_queue.md -------------------------------------------------------------------------------- /notes/data_structures/skip_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/data_structures/skip_list.md -------------------------------------------------------------------------------- /notes/data_structures/treap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/data_structures/treap.md -------------------------------------------------------------------------------- /notes/data_structures/tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/data_structures/tree.md -------------------------------------------------------------------------------- /notes/database/acid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/acid.md -------------------------------------------------------------------------------- /notes/database/aggregate_functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/aggregate_functions.md -------------------------------------------------------------------------------- /notes/database/backup_and_dump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/backup_and_dump.md -------------------------------------------------------------------------------- /notes/database/base.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/base.md -------------------------------------------------------------------------------- /notes/database/cassandra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/cassandra.md -------------------------------------------------------------------------------- /notes/database/cql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/cql.md -------------------------------------------------------------------------------- /notes/database/dbms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/dbms.md -------------------------------------------------------------------------------- /notes/database/ddl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/ddl.md -------------------------------------------------------------------------------- /notes/database/dml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/dml.md -------------------------------------------------------------------------------- /notes/database/execution_plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/execution_plan.md -------------------------------------------------------------------------------- /notes/database/imdg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/imdg.md -------------------------------------------------------------------------------- /notes/database/indexes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/indexes.md -------------------------------------------------------------------------------- /notes/database/joins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/joins.md -------------------------------------------------------------------------------- /notes/database/learning_materials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/learning_materials.md -------------------------------------------------------------------------------- /notes/database/liquibase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/liquibase.md -------------------------------------------------------------------------------- /notes/database/migrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/migrations.md -------------------------------------------------------------------------------- /notes/database/normalization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/normalization.md -------------------------------------------------------------------------------- /notes/database/nosql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/nosql.md -------------------------------------------------------------------------------- /notes/database/orm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/orm.md -------------------------------------------------------------------------------- /notes/database/partitioning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/partitioning.md -------------------------------------------------------------------------------- /notes/database/postgres_monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/postgres_monitoring.md -------------------------------------------------------------------------------- /notes/database/postgresql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/postgresql.md -------------------------------------------------------------------------------- /notes/database/predicates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/predicates.md -------------------------------------------------------------------------------- /notes/database/procedure_extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/procedure_extensions.md -------------------------------------------------------------------------------- /notes/database/relational_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/relational_model.md -------------------------------------------------------------------------------- /notes/database/replication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/replication.md -------------------------------------------------------------------------------- /notes/database/select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/select.md -------------------------------------------------------------------------------- /notes/database/sql_data_types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/sql_data_types.md -------------------------------------------------------------------------------- /notes/database/stored_procedure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/stored_procedure.md -------------------------------------------------------------------------------- /notes/database/termins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/termins.md -------------------------------------------------------------------------------- /notes/database/transactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/transactions.md -------------------------------------------------------------------------------- /notes/database/triggers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/triggers.md -------------------------------------------------------------------------------- /notes/database/views.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/database/views.md -------------------------------------------------------------------------------- /notes/devops/ansible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/devops/ansible.md -------------------------------------------------------------------------------- /notes/devops/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/devops/configuration.md -------------------------------------------------------------------------------- /notes/devops/deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/devops/deployment.md -------------------------------------------------------------------------------- /notes/devops/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/devops/docker.md -------------------------------------------------------------------------------- /notes/devops/docker_compose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/devops/docker_compose.md -------------------------------------------------------------------------------- /notes/devops/docker_network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/devops/docker_network.md -------------------------------------------------------------------------------- /notes/devops/dockerfiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/devops/dockerfiles.md -------------------------------------------------------------------------------- /notes/devops/jenkins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/devops/jenkins.md -------------------------------------------------------------------------------- /notes/devops/nginx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/devops/nginx.md -------------------------------------------------------------------------------- /notes/external_lib/apache_http_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/apache_http_client.md -------------------------------------------------------------------------------- /notes/external_lib/appenders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/appenders.md -------------------------------------------------------------------------------- /notes/external_lib/aspectj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/aspectj.md -------------------------------------------------------------------------------- /notes/external_lib/awaitility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/awaitility.md -------------------------------------------------------------------------------- /notes/external_lib/ehcache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/ehcache.md -------------------------------------------------------------------------------- /notes/external_lib/hazelcast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/hazelcast.md -------------------------------------------------------------------------------- /notes/external_lib/hibernate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/hibernate.md -------------------------------------------------------------------------------- /notes/external_lib/hibernate_orm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/hibernate_orm.md -------------------------------------------------------------------------------- /notes/external_lib/hql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/hql.md -------------------------------------------------------------------------------- /notes/external_lib/jackson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/jackson.md -------------------------------------------------------------------------------- /notes/external_lib/java_object_diff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/java_object_diff.md -------------------------------------------------------------------------------- /notes/external_lib/javers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/javers.md -------------------------------------------------------------------------------- /notes/external_lib/jaxb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/jaxb.md -------------------------------------------------------------------------------- /notes/external_lib/jcs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/jcs.md -------------------------------------------------------------------------------- /notes/external_lib/jetty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/jetty.md -------------------------------------------------------------------------------- /notes/external_lib/jmh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/jmh.md -------------------------------------------------------------------------------- /notes/external_lib/jsoup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/jsoup.md -------------------------------------------------------------------------------- /notes/external_lib/kafka_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/kafka_client.md -------------------------------------------------------------------------------- /notes/external_lib/kafka_streams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/kafka_streams.md -------------------------------------------------------------------------------- /notes/external_lib/logback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/logback.md -------------------------------------------------------------------------------- /notes/external_lib/lombok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/lombok.md -------------------------------------------------------------------------------- /notes/external_lib/micrometer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/micrometer.md -------------------------------------------------------------------------------- /notes/external_lib/openapi_annotations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/openapi_annotations.md -------------------------------------------------------------------------------- /notes/external_lib/openfeign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/openfeign.md -------------------------------------------------------------------------------- /notes/external_lib/query_dsl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/query_dsl.md -------------------------------------------------------------------------------- /notes/external_lib/slf4j.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/slf4j.md -------------------------------------------------------------------------------- /notes/external_lib/springdoc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/springdoc.md -------------------------------------------------------------------------------- /notes/external_lib/thymeleaf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/thymeleaf.md -------------------------------------------------------------------------------- /notes/external_lib/tomcat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/external_lib/tomcat.md -------------------------------------------------------------------------------- /notes/formats/base32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/formats/base32.md -------------------------------------------------------------------------------- /notes/formats/base64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/formats/base64.md -------------------------------------------------------------------------------- /notes/formats/formats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/formats/formats.md -------------------------------------------------------------------------------- /notes/formats/geojson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/formats/geojson.md -------------------------------------------------------------------------------- /notes/formats/json.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/formats/json.md -------------------------------------------------------------------------------- /notes/formats/protobuf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/formats/protobuf.md -------------------------------------------------------------------------------- /notes/formats/xml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/formats/xml.md -------------------------------------------------------------------------------- /notes/formats/yaml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/formats/yaml.md -------------------------------------------------------------------------------- /notes/git/basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/git/basics.md -------------------------------------------------------------------------------- /notes/git/git_bash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/git/git_bash.md -------------------------------------------------------------------------------- /notes/git/git_flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/git/git_flow.md -------------------------------------------------------------------------------- /notes/git/learning_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/git/learning_resources.md -------------------------------------------------------------------------------- /notes/git/pull_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/git/pull_request.md -------------------------------------------------------------------------------- /notes/git/tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/git/tags.md -------------------------------------------------------------------------------- /notes/intellij_idea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/intellij_idea.md -------------------------------------------------------------------------------- /notes/java/annotations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/annotations.md -------------------------------------------------------------------------------- /notes/java/aop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/aop.md -------------------------------------------------------------------------------- /notes/java/applets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/applets.md -------------------------------------------------------------------------------- /notes/java/arrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/arrays.md -------------------------------------------------------------------------------- /notes/java/assert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/assert.md -------------------------------------------------------------------------------- /notes/java/bit_operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/bit_operations.md -------------------------------------------------------------------------------- /notes/java/charsets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/charsets.md -------------------------------------------------------------------------------- /notes/java/class_loaders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/class_loaders.md -------------------------------------------------------------------------------- /notes/java/collections/collections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/collections/collections.md -------------------------------------------------------------------------------- /notes/java/collections/list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/collections/list.md -------------------------------------------------------------------------------- /notes/java/collections/map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/collections/map.md -------------------------------------------------------------------------------- /notes/java/collections/queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/collections/queue.md -------------------------------------------------------------------------------- /notes/java/collections/set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/collections/set.md -------------------------------------------------------------------------------- /notes/java/comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/comments.md -------------------------------------------------------------------------------- /notes/java/common_knowledge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/common_knowledge.md -------------------------------------------------------------------------------- /notes/java/comparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/comparison.md -------------------------------------------------------------------------------- /notes/java/cryptografy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/cryptografy.md -------------------------------------------------------------------------------- /notes/java/dto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/dto.md -------------------------------------------------------------------------------- /notes/java/enum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/enum.md -------------------------------------------------------------------------------- /notes/java/escape_symbols.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/escape_symbols.md -------------------------------------------------------------------------------- /notes/java/exceptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/exceptions.md -------------------------------------------------------------------------------- /notes/java/formatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/formatting.md -------------------------------------------------------------------------------- /notes/java/garbage_collector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/garbage_collector.md -------------------------------------------------------------------------------- /notes/java/generics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/generics.md -------------------------------------------------------------------------------- /notes/java/gui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/gui.md -------------------------------------------------------------------------------- /notes/java/hashcode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/hashcode.md -------------------------------------------------------------------------------- /notes/java/interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/interfaces.md -------------------------------------------------------------------------------- /notes/java/io/byte_streams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/io/byte_streams.md -------------------------------------------------------------------------------- /notes/java/io/file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/io/file.md -------------------------------------------------------------------------------- /notes/java/io/io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/io/io.md -------------------------------------------------------------------------------- /notes/java/io/io_to_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/io/io_to_file.md -------------------------------------------------------------------------------- /notes/java/io/readers_and_writers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/io/readers_and_writers.md -------------------------------------------------------------------------------- /notes/java/java_bean.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/java_bean.md -------------------------------------------------------------------------------- /notes/java/java_http_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/java_http_api.md -------------------------------------------------------------------------------- /notes/java/java_util_logging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/java_util_logging.md -------------------------------------------------------------------------------- /notes/java/java_versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/java_versions.md -------------------------------------------------------------------------------- /notes/java/javadoc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/javadoc.md -------------------------------------------------------------------------------- /notes/java/jcache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/jcache.md -------------------------------------------------------------------------------- /notes/java/jdbc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/jdbc.md -------------------------------------------------------------------------------- /notes/java/jvm_opts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/jvm_opts.md -------------------------------------------------------------------------------- /notes/java/keywords.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/keywords.md -------------------------------------------------------------------------------- /notes/java/l10n_i18n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/l10n_i18n.md -------------------------------------------------------------------------------- /notes/java/math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/math.md -------------------------------------------------------------------------------- /notes/java/methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/methods.md -------------------------------------------------------------------------------- /notes/java/multithreading/atomic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/atomic.md -------------------------------------------------------------------------------- /notes/java/multithreading/barrier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/barrier.md -------------------------------------------------------------------------------- /notes/java/multithreading/collections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/collections.md -------------------------------------------------------------------------------- /notes/java/multithreading/completable_future.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/completable_future.md -------------------------------------------------------------------------------- /notes/java/multithreading/concurrency_problems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/concurrency_problems.md -------------------------------------------------------------------------------- /notes/java/multithreading/daemon_threads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/daemon_threads.md -------------------------------------------------------------------------------- /notes/java/multithreading/fork_join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/fork_join.md -------------------------------------------------------------------------------- /notes/java/multithreading/locks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/locks.md -------------------------------------------------------------------------------- /notes/java/multithreading/memory_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/memory_model.md -------------------------------------------------------------------------------- /notes/java/multithreading/queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/queue.md -------------------------------------------------------------------------------- /notes/java/multithreading/semaphore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/semaphore.md -------------------------------------------------------------------------------- /notes/java/multithreading/thread_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/thread_group.md -------------------------------------------------------------------------------- /notes/java/multithreading/thread_lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/thread_lifecycle.md -------------------------------------------------------------------------------- /notes/java/multithreading/thread_pools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/thread_pools.md -------------------------------------------------------------------------------- /notes/java/multithreading/threads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/threads.md -------------------------------------------------------------------------------- /notes/java/multithreading/threads_exception_handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/threads_exception_handling.md -------------------------------------------------------------------------------- /notes/java/multithreading/threadsafe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/multithreading/threadsafe.md -------------------------------------------------------------------------------- /notes/java/naming_convention.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/naming_convention.md -------------------------------------------------------------------------------- /notes/java/oop/classes_and_objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/oop/classes_and_objects.md -------------------------------------------------------------------------------- /notes/java/oop/incapsulation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/oop/incapsulation.md -------------------------------------------------------------------------------- /notes/java/oop/inheritance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/oop/inheritance.md -------------------------------------------------------------------------------- /notes/java/oop/polymorphism.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/oop/polymorphism.md -------------------------------------------------------------------------------- /notes/java/operators_cycles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/operators_cycles.md -------------------------------------------------------------------------------- /notes/java/optional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/optional.md -------------------------------------------------------------------------------- /notes/java/overriding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/overriding.md -------------------------------------------------------------------------------- /notes/java/packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/packages.md -------------------------------------------------------------------------------- /notes/java/primitive_wrappers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/primitive_wrappers.md -------------------------------------------------------------------------------- /notes/java/properties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/properties.md -------------------------------------------------------------------------------- /notes/java/random.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/random.md -------------------------------------------------------------------------------- /notes/java/reflection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/reflection.md -------------------------------------------------------------------------------- /notes/java/regexp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/regexp.md -------------------------------------------------------------------------------- /notes/java/serialization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/serialization.md -------------------------------------------------------------------------------- /notes/java/socket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/socket.md -------------------------------------------------------------------------------- /notes/java/stacktrace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/stacktrace.md -------------------------------------------------------------------------------- /notes/java/stream_and_lambda/collectors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/stream_and_lambda/collectors.md -------------------------------------------------------------------------------- /notes/java/stream_and_lambda/comparable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/stream_and_lambda/comparable.md -------------------------------------------------------------------------------- /notes/java/stream_and_lambda/custom_collectors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/stream_and_lambda/custom_collectors.md -------------------------------------------------------------------------------- /notes/java/stream_and_lambda/functional_interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/stream_and_lambda/functional_interface.md -------------------------------------------------------------------------------- /notes/java/stream_and_lambda/lambda_expressions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/stream_and_lambda/lambda_expressions.md -------------------------------------------------------------------------------- /notes/java/stream_and_lambda/stream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/stream_and_lambda/stream.md -------------------------------------------------------------------------------- /notes/java/strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/strings.md -------------------------------------------------------------------------------- /notes/java/swing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/swing.md -------------------------------------------------------------------------------- /notes/java/syntax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/syntax.md -------------------------------------------------------------------------------- /notes/java/time/date_calendar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/time/date_calendar.md -------------------------------------------------------------------------------- /notes/java/time/datetime_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/time/datetime_api.md -------------------------------------------------------------------------------- /notes/java/types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/types.md -------------------------------------------------------------------------------- /notes/java/url.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/url.md -------------------------------------------------------------------------------- /notes/java/zip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java/zip.md -------------------------------------------------------------------------------- /notes/java_ee/bean_validation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java_ee/bean_validation.md -------------------------------------------------------------------------------- /notes/java_ee/cdi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java_ee/cdi.md -------------------------------------------------------------------------------- /notes/java_ee/java_ee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java_ee/java_ee.md -------------------------------------------------------------------------------- /notes/java_ee/java_ee_versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java_ee/java_ee_versions.md -------------------------------------------------------------------------------- /notes/java_ee/jax_rs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/java_ee/jax_rs.md -------------------------------------------------------------------------------- /notes/jpa/jpa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jpa/jpa.md -------------------------------------------------------------------------------- /notes/jpa/jpa_converters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jpa/jpa_converters.md -------------------------------------------------------------------------------- /notes/jpa/jpa_entity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jpa/jpa_entity.md -------------------------------------------------------------------------------- /notes/jpa/jpa_join_entities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jpa/jpa_join_entities.md -------------------------------------------------------------------------------- /notes/jpa/jpa_primary_key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jpa/jpa_primary_key.md -------------------------------------------------------------------------------- /notes/jpa/jpa_type_matching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jpa/jpa_type_matching.md -------------------------------------------------------------------------------- /notes/jpa/jpql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jpa/jpql.md -------------------------------------------------------------------------------- /notes/jsp/expression_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jsp/expression_language.md -------------------------------------------------------------------------------- /notes/jsp/jsp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jsp/jsp.md -------------------------------------------------------------------------------- /notes/jsp/jsp_actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jsp/jsp_actions.md -------------------------------------------------------------------------------- /notes/jsp/jstl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jsp/jstl.md -------------------------------------------------------------------------------- /notes/jsp/tag_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jsp/tag_files.md -------------------------------------------------------------------------------- /notes/jsp/tag_library_descriptor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/jsp/tag_library_descriptor.md -------------------------------------------------------------------------------- /notes/linux/alias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/alias.md -------------------------------------------------------------------------------- /notes/linux/bash_scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/bash_scripts.md -------------------------------------------------------------------------------- /notes/linux/env_variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/env_variables.md -------------------------------------------------------------------------------- /notes/linux/file_system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/file_system.md -------------------------------------------------------------------------------- /notes/linux/file_types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/file_types.md -------------------------------------------------------------------------------- /notes/linux/io_redirection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/io_redirection.md -------------------------------------------------------------------------------- /notes/linux/permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/permissions.md -------------------------------------------------------------------------------- /notes/linux/processes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/processes.md -------------------------------------------------------------------------------- /notes/linux/services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/services.md -------------------------------------------------------------------------------- /notes/linux/signals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/signals.md -------------------------------------------------------------------------------- /notes/linux/system_info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/system_info.md -------------------------------------------------------------------------------- /notes/linux/text_processing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/text_processing.md -------------------------------------------------------------------------------- /notes/linux/users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/linux/users.md -------------------------------------------------------------------------------- /notes/logging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/logging.md -------------------------------------------------------------------------------- /notes/network/dns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/dns.md -------------------------------------------------------------------------------- /notes/network/http.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/http.md -------------------------------------------------------------------------------- /notes/network/internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/internet.md -------------------------------------------------------------------------------- /notes/network/ip_address.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/ip_address.md -------------------------------------------------------------------------------- /notes/network/ldap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/ldap.md -------------------------------------------------------------------------------- /notes/network/mac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/mac.md -------------------------------------------------------------------------------- /notes/network/matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/matrix.md -------------------------------------------------------------------------------- /notes/network/osi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/osi.md -------------------------------------------------------------------------------- /notes/network/socket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/socket.md -------------------------------------------------------------------------------- /notes/network/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/ssh.md -------------------------------------------------------------------------------- /notes/network/switching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/switching.md -------------------------------------------------------------------------------- /notes/network/tcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/tcp.md -------------------------------------------------------------------------------- /notes/network/tcp_ip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/tcp_ip.md -------------------------------------------------------------------------------- /notes/network/tls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/tls.md -------------------------------------------------------------------------------- /notes/network/udp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/network/udp.md -------------------------------------------------------------------------------- /notes/patterns/abstract_factory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/abstract_factory.md -------------------------------------------------------------------------------- /notes/patterns/adapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/adapter.md -------------------------------------------------------------------------------- /notes/patterns/chain_of_responsibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/chain_of_responsibility.md -------------------------------------------------------------------------------- /notes/patterns/command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/command.md -------------------------------------------------------------------------------- /notes/patterns/composite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/composite.md -------------------------------------------------------------------------------- /notes/patterns/decorator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/decorator.md -------------------------------------------------------------------------------- /notes/patterns/dynamic_proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/dynamic_proxy.md -------------------------------------------------------------------------------- /notes/patterns/facade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/facade.md -------------------------------------------------------------------------------- /notes/patterns/factory_method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/factory_method.md -------------------------------------------------------------------------------- /notes/patterns/iterator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/iterator.md -------------------------------------------------------------------------------- /notes/patterns/mvc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/mvc.md -------------------------------------------------------------------------------- /notes/patterns/null_object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/null_object.md -------------------------------------------------------------------------------- /notes/patterns/observer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/observer.md -------------------------------------------------------------------------------- /notes/patterns/proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/proxy.md -------------------------------------------------------------------------------- /notes/patterns/singleton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/singleton.md -------------------------------------------------------------------------------- /notes/patterns/state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/state.md -------------------------------------------------------------------------------- /notes/patterns/strategy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/strategy.md -------------------------------------------------------------------------------- /notes/patterns/template_method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/patterns/template_method.md -------------------------------------------------------------------------------- /notes/security/authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/authentication.md -------------------------------------------------------------------------------- /notes/security/cipher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/cipher.md -------------------------------------------------------------------------------- /notes/security/crypto_hash_function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/crypto_hash_function.md -------------------------------------------------------------------------------- /notes/security/csrf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/csrf.md -------------------------------------------------------------------------------- /notes/security/diffie_hellman.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/diffie_hellman.md -------------------------------------------------------------------------------- /notes/security/digital_certificate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/digital_certificate.md -------------------------------------------------------------------------------- /notes/security/kerberos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/kerberos.md -------------------------------------------------------------------------------- /notes/security/multifactor_authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/multifactor_authentication.md -------------------------------------------------------------------------------- /notes/security/passwords.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/passwords.md -------------------------------------------------------------------------------- /notes/security/rbac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/rbac.md -------------------------------------------------------------------------------- /notes/security/web_app_vulnerabilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/security/web_app_vulnerabilities.md -------------------------------------------------------------------------------- /notes/servlets/cookies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/servlets/cookies.md -------------------------------------------------------------------------------- /notes/servlets/deployment_descriptor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/servlets/deployment_descriptor.md -------------------------------------------------------------------------------- /notes/servlets/filters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/servlets/filters.md -------------------------------------------------------------------------------- /notes/servlets/servlet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/servlets/servlet.md -------------------------------------------------------------------------------- /notes/servlets/servlet_listeners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/servlets/servlet_listeners.md -------------------------------------------------------------------------------- /notes/servlets/session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/servlets/session.md -------------------------------------------------------------------------------- /notes/servlets/webapp_attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/servlets/webapp_attributes.md -------------------------------------------------------------------------------- /notes/spring/actuator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/actuator.md -------------------------------------------------------------------------------- /notes/spring/ant_path_matcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/ant_path_matcher.md -------------------------------------------------------------------------------- /notes/spring/async.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/async.md -------------------------------------------------------------------------------- /notes/spring/beans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/beans.md -------------------------------------------------------------------------------- /notes/spring/config_from_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/config_from_file.md -------------------------------------------------------------------------------- /notes/spring/custom_events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/custom_events.md -------------------------------------------------------------------------------- /notes/spring/ioc_container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/ioc_container.md -------------------------------------------------------------------------------- /notes/spring/jdbc_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/jdbc_template.md -------------------------------------------------------------------------------- /notes/spring/mvc_form_tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/mvc_form_tags.md -------------------------------------------------------------------------------- /notes/spring/mvc_form_validation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/mvc_form_validation.md -------------------------------------------------------------------------------- /notes/spring/openapi_integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/openapi_integration.md -------------------------------------------------------------------------------- /notes/spring/pagination_and_sorting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/pagination_and_sorting.md -------------------------------------------------------------------------------- /notes/spring/profiles.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notes/spring/scheduled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/scheduled.md -------------------------------------------------------------------------------- /notes/spring/spring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/spring.md -------------------------------------------------------------------------------- /notes/spring/spring_boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/spring_boot.md -------------------------------------------------------------------------------- /notes/spring/spring_data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/spring_data.md -------------------------------------------------------------------------------- /notes/spring/spring_email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/spring_email.md -------------------------------------------------------------------------------- /notes/spring/spring_framework_jdbc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/spring_framework_jdbc.md -------------------------------------------------------------------------------- /notes/spring/spring_mvc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/spring_mvc.md -------------------------------------------------------------------------------- /notes/spring/spring_rest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/spring_rest.md -------------------------------------------------------------------------------- /notes/spring/spring_security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/spring_security.md -------------------------------------------------------------------------------- /notes/spring/transactional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/transactional.md -------------------------------------------------------------------------------- /notes/spring/versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/versions.md -------------------------------------------------------------------------------- /notes/spring/web_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/web_client.md -------------------------------------------------------------------------------- /notes/spring/web_exception_handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/spring/web_exception_handling.md -------------------------------------------------------------------------------- /notes/termin_dictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/termin_dictionary.md -------------------------------------------------------------------------------- /notes/test/assertj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/test/assertj.md -------------------------------------------------------------------------------- /notes/test/cucumber.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/test/cucumber.md -------------------------------------------------------------------------------- /notes/test/junit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/test/junit.md -------------------------------------------------------------------------------- /notes/test/junit_parameterized_test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/test/junit_parameterized_test.md -------------------------------------------------------------------------------- /notes/test/mockito.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/test/mockito.md -------------------------------------------------------------------------------- /notes/test/tdd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/test/tdd.md -------------------------------------------------------------------------------- /notes/test/test_coverage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/test/test_coverage.md -------------------------------------------------------------------------------- /notes/test/testcontainers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/test/testcontainers.md -------------------------------------------------------------------------------- /notes/test/unit_testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/test/unit_testing.md -------------------------------------------------------------------------------- /notes/tools/allure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/tools/allure.md -------------------------------------------------------------------------------- /notes/tools/jacoco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/tools/jacoco.md -------------------------------------------------------------------------------- /notes/tools/kafka.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/tools/kafka.md -------------------------------------------------------------------------------- /notes/tools/kafka_connect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/tools/kafka_connect.md -------------------------------------------------------------------------------- /notes/tools/kafka_schema_registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/tools/kafka_schema_registry.md -------------------------------------------------------------------------------- /notes/tools/keepalived.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/tools/keepalived.md -------------------------------------------------------------------------------- /notes/tools/openapi_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/tools/openapi_tools.md -------------------------------------------------------------------------------- /notes/tools/prometheus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/tools/prometheus.md -------------------------------------------------------------------------------- /notes/web/cloud_computing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/cloud_computing.md -------------------------------------------------------------------------------- /notes/web/cookie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/cookie.md -------------------------------------------------------------------------------- /notes/web/deeplink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/deeplink.md -------------------------------------------------------------------------------- /notes/web/html/basic_tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/basic_tags.md -------------------------------------------------------------------------------- /notes/web/html/block_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/block_model.md -------------------------------------------------------------------------------- /notes/web/html/css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/css.md -------------------------------------------------------------------------------- /notes/web/html/css_injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/css_injection.md -------------------------------------------------------------------------------- /notes/web/html/font.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/font.md -------------------------------------------------------------------------------- /notes/web/html/form.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/form.md -------------------------------------------------------------------------------- /notes/web/html/formatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/formatting.md -------------------------------------------------------------------------------- /notes/web/html/image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/image.md -------------------------------------------------------------------------------- /notes/web/html/link.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/link.md -------------------------------------------------------------------------------- /notes/web/html/position.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/position.md -------------------------------------------------------------------------------- /notes/web/html/table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/html/table.md -------------------------------------------------------------------------------- /notes/web/hugo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/hugo.md -------------------------------------------------------------------------------- /notes/web/jekyll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/jekyll.md -------------------------------------------------------------------------------- /notes/web/jws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/jws.md -------------------------------------------------------------------------------- /notes/web/mime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/mime.md -------------------------------------------------------------------------------- /notes/web/openapi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/openapi.md -------------------------------------------------------------------------------- /notes/web/rest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/rest.md -------------------------------------------------------------------------------- /notes/web/uri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/uri.md -------------------------------------------------------------------------------- /notes/web/url.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/notes/web/url.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boiarshinov/notes4j/HEAD/readme.md --------------------------------------------------------------------------------