Developer Ecosystem¶
Architectural Context
Comprehensive chronological reference library for Developer Ecosystem.
Java-and-java-performance-optimization¶
-
blog.flipkart.tech: The Art of System Debugging β Decoding CPU Utilization π π [ENTERPRISE-STABLE]
- Learn how to debug CPU utilization issues in a Java app using asynchronous programming techniques like CompletableFuture
- Discover how to identify and resolve CPU bottlenecks using JVM arguments and container resource allocation
- Another workaround for this issue was to set the β-XX: ActiveProcessorCountβ JVM argument to the number of cores that are allocated to the java container. We found this recommendation in a comment on the openjdk issue tracker. The application team validated this and the central Load Tests were run with this workaround. Post the load tests, the application team upgraded the java version to 17 where these issues were already resolved.
- Learn how to debug CPU utilization issues in a Java app using asynchronous programming techniques like CompletableFuture
-
javarevisited.blogspot.com: 10 Things Java Programmers Should Learn in 2022 π [ENTERPRISE-STABLE]
- freecodecamp.org: Learn the Basics of Java Programming π [ENTERPRISE-STABLE]
- freecodecamp.org: Advanced Object-Oriented Programming in Java β Full Book π [ENTERPRISE-STABLE]
- DZone: Performance Improvement in Java Applications: ORM/JPA π π [ENTERPRISE-STABLE]
- DZone: The JVM Architecture Explained π π [ARCHITECTURE-GUIDE]
- DZone: How to Troubleshoot Sudden CPU Spikes π [CASE-STUDY]
- DZone refcard: Java Caching π [ENTERPRISE-STABLE]
- Dzone: 7 JVM Arguments of Highly Effective Applications πππ π [ENTERPRISE-STABLE]
- developers.redhat.com: Get started with JDK Flight Recorder in OpenJDK 8u π π [ENTERPRISE-STABLE]
- blog.heaphero.io: HeapHero - Java & Android Heap Dump Analyzer π [ENTERPRISE-STABLE]
- blog.heaphero.io: What is GC Log, thread dump and Heapdump? π π [ENTERPRISE-STABLE]
- developers.redhat.com: Shenandoah garbage collection in OpenJDK 16: Concurrent reference processing π [ENTERPRISE-STABLE]
- developers.redhat.com: JDK Flight Recorder support for GraalVM Native Image: The journey so far π π [ENTERPRISE-STABLE]
- OpenHFT/Java-Thread-Affinity π [ENTERPRISE-STABLE]
- dzone.com: Flight Recorder: Examining Java and Kotlin Apps π [ENTERPRISE-STABLE]
- kstefanj.github.io: GC progress from JDK 8 to JDK 17 π [ENTERPRISE-STABLE]
- developers.redhat.com: How to choose the best Java garbage collector π [CASE-STUDY]
- linkedin.com/pulse: Difference between Executor, ExecutorService, and Executors class in Java! π [ENTERPRISE-STABLE]
- vladmihalcea.com: Caching best practices π [ENTERPRISE-STABLE]
- vladmihalcea.com: 14 High-Performance Java Persistence Tips π [ENTERPRISE-STABLE]
- speakerdeck.com: Profiling a Java Application @DevDays 2023 | Victor Rentea π [ENTERPRISE-STABLE]
- freecodecamp.org: How to Write Unit Tests in Java π [CASE-STUDY]
- medium: How to reduce your JVM app memory footprint in Docker and Kubernetes π π [CASE-STUDY]
- tech.olx.com: Improving JVM Warm-up on Kubernetes π π [ENTERPRISE-STABLE]
- dzone: Best Practices: Java Memory Arguments for Containers π π [ENTERPRISE-STABLE]
- medium.com/@anurag2397: Tuning JVM containers for better CPU and memory utilisation in K8s environment π [ENTERPRISE-STABLE]
- danoncoding.com: Tricky Kubernetes memory management for Java applications π π [ENTERPRISE-STABLE]
- medium.com/nordnet-tech: Setting Java Heap Size Inside a Docker Container π [ENTERPRISE-STABLE]
- danoncoding.com: Tricky Kubernetes memory management for Java applications π π [ENTERPRISE-STABLE]
- medium.com/@sharprazor.app: Memory settings for Java process running in Kubernetes pod π [ENTERPRISE-STABLE]
- medium.com/codex: Running JVM Applications on Kubernetes: Beyond java -jar π [ENTERPRISE-STABLE]
- lalitchaturveditech.medium.com: Optimize Java Performance On Kubernetes π [ENTERPRISE-STABLE]
- jet-start.sh: Performance of Modern Java on Data-Heavy Workloads, Part 1 π π [ENTERPRISE-STABLE]
- jenkins.io - Tuning Jenkins GC For Responsiveness and Stability with Large Instances π π [ENTERPRISE-STABLE]
- Running Jenkins on Java 11 π π [ENTERPRISE-STABLE]
- blog.openshift.com: Scaling Java Containers π π [ENTERPRISE-STABLE]
- blog.openshift.com: Performance Metrics (APM) for Spring Boot Microservices on OpenShift π [ENTERPRISE-STABLE]
- dzone.com: Java Inside Docker: What You Must Know to Not FAIL π [ENTERPRISE-STABLE]
- itnext.io: How to cold start fast a java service on k8s (EKS) π [CASE-STUDY]
- blog.gceasy.io: Best practices: Java memory arguments for Containers π π [ENTERPRISE-STABLE]
- blog.openshift.com: Debugging Java Applications On OpenShift and Kubernetes π [ENTERPRISE-STABLE]
- en.wikipedia.org/wiki/List_of_performance_analysis_tools π [ENTERPRISE-STABLE]
- InspectIT π [ENTERPRISE-STABLE]
- VisualVM π [ENTERPRISE-STABLE]
- OverOps π [ENTERPRISE-STABLE]
- geekflare.com: What is Thread Dump and How to Analyze them? π π [CASE-STUDY]
- baeldung.com: How to Analyze Java Thread Dumps π π [CASE-STUDY]
- baeldung.com: Capturing a Java Thread Dump π [ENTERPRISE-STABLE]
- tier1app.com π [ENTERPRISE-STABLE]
- fastthread.io π [ENTERPRISE-STABLE]
- gceasy.io π [ENTERPRISE-STABLE]
- heaphero.io π [ENTERPRISE-STABLE]
- TecnologΓas de Heap-Offloading son EHcache, Memcached, Jillegal library, etc. π [ENTERPRISE-STABLE]
- Jillegal OffHeap Module π [ENTERPRISE-STABLE]
- Free eGuide: JVM Troubleshooting Guide π [ARCHITECTURE-GUIDE]
- Cambios importantes en la gestiΓ³n de memoria de Java 8 de Oracle π [ENTERPRISE-STABLE]
- PermGen eliminado π [ENTERPRISE-STABLE]
- On heap vs off heap memory usage π [ENTERPRISE-STABLE]
- How Garbage Collection differs in the three big JVMs π [ENTERPRISE-STABLE]
- DZone: Understanding the Java Memory Model and Garbage Collection π π [ENTERPRISE-STABLE]
- DZone: Memory Leaks and Java Code π [ENTERPRISE-STABLE]
- javarevisited.blogspot.com: How Garbage Collection works in Java? Explained (2011) π [ENTERPRISE-STABLE]
- Byteman π [ENTERPRISE-STABLE]
- developers.redhat.com: Collect JDK Flight Recorder events at runtime with JMC Agent π π [ENTERPRISE-STABLE]
- developers.redhat.com: Checkpointing Java from outside of Java π [ENTERPRISE-STABLE]
- developers.redhat.com: A faster way to access JDK Flight Recorder data π [ENTERPRISE-STABLE]
- vladmihalcea.com: How to tunnel localhost to the public Internet π [CASE-STUDY]
- piotrminkowski.com: Java Flight Recorder on Kubernetes π [ENTERPRISE-STABLE]
Golang¶
- (2026) Delve: a debugger for the Go Programming Language β 663 π [ENTERPRISE-STABLE]
- alexsniffin.medium.com: Debugging Remotely with Go in Kubernetes In this tutorial, you will learn how to debug an application deployed in Kubernetes remotely using VS Code and Delve
- golang.org π [ENTERPRISE-STABLE]
- github.com/golang/go π [ENTERPRISE-STABLE]
- golang-design/history π [ENTERPRISE-STABLE]
- Awesome Go π π [FOUNDATIONAL]
- Zepto is a lightweight framework for the development of microservices & web services in golang π [ENTERPRISE-STABLE]
- medium: Microservices in Go π [ENTERPRISE-STABLE]
- search.gocenter.io: JFrog Go Center π [ENTERPRISE-STABLE]
- dev.to: Deploying Your First Golang Webapp π [ENTERPRISE-STABLE]
- eli.thegreenplace.net: REST Servers in Go: Part 4 - using OpenAPI and Swagger π [ENTERPRISE-STABLE]
- blog.getambassador.io: Debugging Go Microservices in Kubernetes with VScode π [ENTERPRISE-STABLE]
- developers.redhat.com: Using Delve to debug Go programs on Red Hat Enterprise Linux π [ENTERPRISE-STABLE]
- Golang for Node.js Developers π [ENTERPRISE-STABLE]
- The Ultimate Go Study Guide π [ARCHITECTURE-GUIDE]
- developer.okta.com: Elasticsearch in Go: A Developer's Guide π [ARCHITECTURE-GUIDE]
- go-ini/ini π [ENTERPRISE-STABLE]
- rakyll/go-test-trace π π [ENTERPRISE-STABLE]
- hashicorp.com: 8 Best Practices for Writing Secure Go Code π [ENTERPRISE-STABLE]
- thenewstack.io: Getting Started with Go and InfluxDB π [ENTERPRISE-STABLE]
- go.dev: A new search experience on pkg.go.dev π [ENTERPRISE-STABLE]
- quii/learn-go-with-tests π [ENTERPRISE-STABLE]
- itnext.io: Go Does Not Need a Java Style GC π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: Generics in Go: Viva La Revolution! π [ENTERPRISE-STABLE]
- teivah.medium.com: When to Use Generics in Go? π [ENTERPRISE-STABLE]
- blog.logrocket.com: How to build a blockchain from scratch with Go π [CASE-STUDY]
- dev.to: Rate limiting HTTP requests in Go using Redis π [ENTERPRISE-STABLE]
- dev.to: Understanding and Crafting HTTP Middlewares in Go π [ENTERPRISE-STABLE]
- dev.to: Getting started with Go-Lang π [ENTERPRISE-STABLE]
- miguelmota/golang-for-nodejs-developers π [ENTERPRISE-STABLE]
- blog.logrocket.com: Building a simple app with Go and PostgreSQL π [ENTERPRISE-STABLE]
- datastation.multiprocess.io: Speeding up Go's builtin JSON encoder up to 55% for large arrays of objects π [ENTERPRISE-STABLE]
- betterprogramming.pub: Writing My First Microservice Using Go π [ENTERPRISE-STABLE]
- dev.to/mavensingh: Advantages and Disadvantages of Go π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: Concurrency in Go: shared memory π [ENTERPRISE-STABLE]
- luk4z7/go-concurrency-guide: Go Concurrency Guide π π [ARCHITECTURE-GUIDE]
- medium.com/datascale: Know GOMAXPROCS before deploying your GO app to Kubernetes π [ENTERPRISE-STABLE]
- dev.to: Getting Started With Go (golang) | Michael Levan π [ENTERPRISE-STABLE]
- aly.arriqaaq.com: Golang Design Patterns in Kubernetes π [ENTERPRISE-STABLE]
- github.com/paliimx: Data Structures and Algorithms implementation in Go π [ENTERPRISE-STABLE]
- dev.to: Create a Restful API with Golang from scratch π π [ENTERPRISE-STABLE]
- itnext.io: Generically working with Kubernetes objects in Go π [ENTERPRISE-STABLE]
- An example of using dynamic client of k8s.io/client-go π [ENTERPRISE-STABLE]
- medium: Using the Go client framework π π [ENTERPRISE-STABLE]
- iximiuz.com: How To Call Kubernetes API using Go - Types and Common Machinery π [CASE-STUDY]
- itnext.io: Generically working with Kubernetes objects in Go π [ENTERPRISE-STABLE]
- medium.com/codex: Explore client-go Informer Patterns π [ENTERPRISE-STABLE]
- dev.to: Watch and react to Kubernetes objects changes π [ENTERPRISE-STABLE]
- shahin-mahmud.medium.com: Write your first Kubernetes operator in go π [ENTERPRISE-STABLE]
- collabnix.com: Kubernetes CRUD Operation using Go on Docker Desktop π [ENTERPRISE-STABLE]
- blog.kubesimplify.com: Perform CRUD Operations on Kubernetes Using Golang π π [ENTERPRISE-STABLE]
- ahmet.im: Building container images in Go π [ENTERPRISE-STABLE]
- devhints.io/go: Go cheatsheet π [ENTERPRISE-STABLE]
- github.com: golang-cheat-sheet π [ENTERPRISE-STABLE]
- a8m/golang-cheat-sheet π [ENTERPRISE-STABLE]
- Koa.js π [ENTERPRISE-STABLE]
- go-micro π [ENTERPRISE-STABLE]
- dapr.io π [ENTERPRISE-STABLE]
- reddit.com: What is the best microservice framework in Go? π [ENTERPRISE-STABLE]
- Masterminds/sprig: Sprig: Template functions for Go templates π [ENTERPRISE-STABLE]
- go-kratos/kratos π [ENTERPRISE-STABLE]
- gnet π [ENTERPRISE-STABLE]
- dsa0x/sicher π [ENTERPRISE-STABLE]
- ggicci/httpin: HTTP Input for Go π [ENTERPRISE-STABLE]
- kubernetes-sigs/e2e-framework π [ENTERPRISE-STABLE]
- forbearing/k8s π [ENTERPRISE-STABLE]
- medium.com/vedcraft: Top Microservices Frameworks in Go π [ENTERPRISE-STABLE]
- cap π [ENTERPRISE-STABLE]
- volatiletech/sqlboiler π [ENTERPRISE-STABLE]
- IntelliJ vs. VSCode for Rust Development π [ENTERPRISE-STABLE]
- jcchavezs/porto π [ENTERPRISE-STABLE]
- mholt/json-to-go π [ENTERPRISE-STABLE]
- curl-to-go π [ENTERPRISE-STABLE]
- kkdai/youtube π₯ π [ENTERPRISE-STABLE]
- github.com/iawia002/lux π π [ENTERPRISE-STABLE]
- github.com/Email-Dashboard: π [ENTERPRISE-STABLE]
- gobrew π π [ENTERPRISE-STABLE]
- github.com/groundcover-com: Container Restarts Watcher π [ENTERPRISE-STABLE]
- create-go-app/cli π [ENTERPRISE-STABLE]
- inancgumus/learngo π π [ENTERPRISE-STABLE]
- GoogleCloudPlatform/golang-samples: Sample apps and code written for Google Cloud in the Go programming language. π [ENTERPRISE-STABLE]
- rehacktive/caffeine π [ENTERPRISE-STABLE]
- ebosas/microservices π [ENTERPRISE-STABLE]
- iximiuz/client-go-examples π [ENTERPRISE-STABLE]
- Mathieu-Desrochers/Learning-Go π [ENTERPRISE-STABLE]
- dev.to: Dockerize a GoLang HTTP server and deploy it on Kubernetes π [ENTERPRISE-STABLE]
- twitter.com/GolangRepos π [ENTERPRISE-STABLE]
- NodeJS Best Practices (Spanish Translation) π [ENTERPRISE-STABLE]
Maven-gradle¶
- blog.testproject.io: Getting Started with Maven in Less Than 10 Minutes β Part 1 π [ENTERPRISE-STABLE]
-
Using SDKMAN! as a docker image for Jenkins Pipeline - a step by step guide π π [ARCHITECTURE-GUIDE]
- Multiple Java versions in a single Jenkins Pipeline using Docker and SDKMANπ In this video, I show you how you can use Jenkins Declarative Pipeline to create a build pipeline that compiles the Maven Java project using three different Java versions (8, 11, and 15.) You will learn how to use a matrix section of the Jenkins Pipeline to define parallel stages, as well as how to create a Docker image that provides both Java and Maven using the powerful SDKMAN command-line tool. After watching this video you should feel comfortable with setting up multiple parallel stages to build your Java project using different versions of the compiler. And what is most important - it does not require creating Dockerfiles for each Java version. I will show you how to build the pipeline using just a single Dockerfile that does the job.
-
Wikipedia.org: Apache Maven π [ENTERPRISE-STABLE]
- maven.apache.org π [ENTERPRISE-STABLE]
- apache/maven-mvnd π [ENTERPRISE-STABLE]
- twitter.com/ASFMavenProject: The official twitter feed of the Apache Maven Project π [ENTERPRISE-STABLE]
- twitter.com/ASFMavenRelease: Maven Plugin Release π [ENTERPRISE-STABLE]
- Dzone.com: Creating a Maven Archetype π [ENTERPRISE-STABLE]
- Dzone refcard: Apache Maven 2 π [ENTERPRISE-STABLE]
- Dzone refcard: Getting Started with Maven Repository Management π [ENTERPRISE-STABLE]
- Dzone: Installing Maven With Your JDK π [ENTERPRISE-STABLE]
- Dzone: 10 Effective Tips on Using Maven π [ENTERPRISE-STABLE]
- Dzone: Building Java Applications With Maven π [ENTERPRISE-STABLE]
- howtodoinjava.com/maven π [ENTERPRISE-STABLE]
- Dzone: 7 Tips to Achieve High-Availability(HA) For Your Maven Repository π [ENTERPRISE-STABLE]
- maarten.mulders.it: What's New in Maven 4 π [ENTERPRISE-STABLE]
- dev.to: Maven Plugin Configuration - The (Unknown) Tiny Details π [ENTERPRISE-STABLE]
- ashishtechmill.com: Demystifying Google Container Tool Jib: Java Image Builder π [ENTERPRISE-STABLE]
- phauer.com: Why I Moved Back from Gradle to Maven π [ENTERPRISE-STABLE]
- rieckpil.de: Maven Setup For Testing Java Applications π [ENTERPRISE-STABLE]
- baeldung.com: Remove Duplicate Dependencies with Maven π [ENTERPRISE-STABLE]
- vogella.com: Maven for Building Java application - Tutorial π [CASE-STUDY]
- maven.apache.org: Introduction to the Standard Directory Layout π [ENTERPRISE-STABLE]
- Handwritten Maven archetype project scaffolding π [ENTERPRISE-STABLE]
- programmer.ink: Maven scaffolding best practices π [ENTERPRISE-STABLE]
- Create the scaffolding for your microservice π [ENTERPRISE-STABLE]
- Dzone: Maven Skipping Tests π [ENTERPRISE-STABLE]
- Dzone: Integration Tests with Maven π [ENTERPRISE-STABLE]
- Dzone.com: Running Cucumber with Maven π [ENTERPRISE-STABLE]
- Apache Maven Dependency Analyzer π [ENTERPRISE-STABLE]
- Dzone.com: Solving Dependency conflicts in maven π [ENTERPRISE-STABLE]
- Dzone: Meet the Docker Maven Plugin! π [ENTERPRISE-STABLE]
- code.visualstudio.com: Java Project Management in VS Code π [ENTERPRISE-STABLE]
- medium.com: InstalaciΓ³n de Java y Visual Studio Code en plataformas Windows π [ENTERPRISE-STABLE]
- jetbrains.com/help/idea/maven-support.html π [ENTERPRISE-STABLE]
- Dzone: Maven IntelliJ Idea Project π [ENTERPRISE-STABLE]
- javaspringvaadin.wordpress.com: Crea un Proyecto Maven desde el IDE IntelliJ IDEA π [ENTERPRISE-STABLE]
- howtodoinjava.com: Maven IntelliJ Idea Project π [ENTERPRISE-STABLE]
- Apache Maven Changelog Plugin π [ENTERPRISE-STABLE]
- Apache Maven Checkstyle Plugin π [ENTERPRISE-STABLE]
- Apache Maven Javadoc Plugin π [ENTERPRISE-STABLE]
- Maven Surefire Report Plugin π [ENTERPRISE-STABLE]
- docker-maven-plugin π [ENTERPRISE-STABLE]
- developers.redhat.com: How the fabric8 Maven plug-in deploys Java applications to OpenShift π [ENTERPRISE-STABLE]
- Eclipse JKube π π [ENTERPRISE-STABLE]
- GitHub: Eclipse JKube π [ENTERPRISE-STABLE]
- developers.redhat.com: Migrating from Fabric8 Maven Plugin to Eclipse JKube 1.0.0 π [ENTERPRISE-STABLE]
- developers.redhat.com: Cloud-native Java applications made easy: Eclipse JKube 1.0.0 now available π [ENTERPRISE-STABLE]
- developers.redhat.com: Java development on top of Kubernetes using Eclipse JKube π [ENTERPRISE-STABLE]
- eclipse.org: Migration Guide for projects using Fabric8 Maven Plugin to Eclipse JKube π π [ARCHITECTURE-GUIDE]
- YouTube: Deploying a Quarkus application into Kubernetes using JKube | Cloud Tool Time | Marc Nuri π π₯ π [ENTERPRISE-STABLE]
- blog.marcnuri.com: Eclipse JKube introduction: Java tools and plugins for Kubernetes and OpenShift π [ENTERPRISE-STABLE]
- blog.marcnuri.com: Eclipse JKube 1.4.0 is now available! π [ENTERPRISE-STABLE]
- gradle.org π [ENTERPRISE-STABLE]
- docs.gradle.org: Getting Started π [ENTERPRISE-STABLE]
- Dzone: build a java app with gradle π [ENTERPRISE-STABLE]
- Playing with gradle π [ENTERPRISE-STABLE]
- baeldung.com: Kotlin DSL for Gradle π [ENTERPRISE-STABLE]
- baeldung.com: Convert a Maven Build to Gradle π [ENTERPRISE-STABLE]
- SdkMan π [ENTERPRISE-STABLE]
- Using Jenkins Pipeline parallel stages to build Maven project with different JDKs π [ENTERPRISE-STABLE]
- jitpack.io π π [ENTERPRISE-STABLE]
- JBang π [ENTERPRISE-STABLE]
Postman¶
- Linkedin: API Testing with Postman π [ENTERPRISE-STABLE]
- Linkedin: API Testing with Postman β Build a Dynamic Test Suite π [ENTERPRISE-STABLE]
-
vaishnavidontha.hashnode.dev: API Testing using Postman - Part 1 π [ENTERPRISE-STABLE]
-
getpostman.com π [ENTERPRISE-STABLE]
- blog.getpostman.com π [ENTERPRISE-STABLE]
- Dzone: how to use postman to manage and execute your APIs π [CASE-STUDY]
- medium: Kubernetes Tutorial: Your Complete Guide to Deploying an App on AWS with Postman π π [ARCHITECTURE-GUIDE]
- blog.postman.com: Postmanβs Proxy Now Fully Supports HTTPS Endpoints π [ENTERPRISE-STABLE]
- dev.to: 1 Tip to Double Your Productivity in Postman π [ENTERPRISE-STABLE]
- blog.postman.com: Introducing the Secret Variable Type in Postman π [ENTERPRISE-STABLE]
- blog.postman.com: Meet Matrix: Postmanβs Internal Tool for Working with Microservices π [ENTERPRISE-STABLE]
- blog.postman.com: First 5 Things to Try If Youβre New to Postman π [ENTERPRISE-STABLE]
- freecodecamp.org: Master API Testing with Postman π [ENTERPRISE-STABLE]
- learning.postman.com: Simulate user traffic to test your API performance π [ENTERPRISE-STABLE]
- Newman π [ENTERPRISE-STABLE]
- blog.balasundar.com: Run Postman collections using Newman and Python π [ENTERPRISE-STABLE]
- Postman Pynt π π [ENTERPRISE-STABLE]
- Drools π [ENTERPRISE-STABLE]
- Automated API testing for the KIE Server π π [ENTERPRISE-STABLE]
- KIE Server π [ENTERPRISE-STABLE]
- Hoppscotch: Open-Source Alternative to Postman π [ENTERPRISE-STABLE]
- techwebspace.com: Get Started with the REST Assured Framework: An Example-based Guide π [ARCHITECTURE-GUIDE]
Python¶
- Learn Python 'subreddit' π [ENTERPRISE-STABLE]
- Full Stack Python is an open book that explains each Python web application stack layer and provides the best web resources for those topics π [ENTERPRISE-STABLE]
- Talk Python To Me Podcast π [ENTERPRISE-STABLE]
-
Python 3.4 Programming Tutorials - YouTube π [CASE-STUDY]
-
reddit.com: Multiprocessing vs Threading? π [ENTERPRISE-STABLE]
- CodingEntrepreneurs youtube channel π [ENTERPRISE-STABLE]
-
Getting Started with Django REST Framework (DRF) and AngularJS (Part 1) π [ENTERPRISE-STABLE]
-
pbpython.com: Practical Business Python π [ENTERPRISE-STABLE]
-
PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX π [ENTERPRISE-STABLE]
- digitalocean.com python π π [ENTERPRISE-STABLE]
- realpython.com π [ENTERPRISE-STABLE]
- LearnPython.org interactive Python tutorial π [CASE-STUDY]
- Dough Hellmann - Python, OpenStack and Open Source π [ENTERPRISE-STABLE]
- The docker-py repository: an API client for docker written in Python π [ENTERPRISE-STABLE]
- Awesome Python. A curated list of awesome Python frameworks, libraries and software π [FOUNDATIONAL]
- Awesome Django. A curated list of awesome Django apps, projects and resources π [FOUNDATIONAL]
- pyvideo.org π [ENTERPRISE-STABLE]
- Microsoft: Python Engineering π [ENTERPRISE-STABLE]
- blog.pythonlibrary.org π π [ENTERPRISE-STABLE]
- nixCraft: Python Execute Unix/Linux Command Examples π π [ENTERPRISE-STABLE]
- fedoralovespython.org π π [ENTERPRISE-STABLE]
- futurecoder.io π [ENTERPRISE-STABLE]
- github.com/Asabeneh/30-Days-Of-Python π [ENTERPRISE-STABLE]
- Python progression path - From apprentice to guru π [ENTERPRISE-STABLE]
- reddit: Why Python π [ENTERPRISE-STABLE]
- Setting up Python on OSX: UPDATED π [ENTERPRISE-STABLE]
- Don't Make Us Say We Told You So: virtualenv for New Pythonistas π [ENTERPRISE-STABLE]
- commandlinefu.com: pip install into current directory without virtualenv π [ENTERPRISE-STABLE]
- Talk Python To Me Podcast. Episode #36: Python IDEs with the PyCharm team π [ENTERPRISE-STABLE]
- My top 5 βnewβ Python modules of 2015 π [ENTERPRISE-STABLE]
- reddit.com: Modules every python developer should know π [ENTERPRISE-STABLE]
- reddit.com: My thoughts about moving from Python 2.7 to Python 3.x π [ENTERPRISE-STABLE]
- Why Python 3 exists π [ENTERPRISE-STABLE]
- stackoverflow: Create dictionary from splitted strings from list of strings π [ENTERPRISE-STABLE]
- Yagmail: Python e-mail library π [ENTERPRISE-STABLE]
- How To Deadlock Your Python With getaddrinfo() π [CASE-STUDY]
- New String Formatting in Python 3.6 π [ENTERPRISE-STABLE]
- en.wikibooks.org: Python Programming π [ENTERPRISE-STABLE]
- tqdm: Instantly make your python loops show a progress meter - just wrap any iterator with "tqdm(iterator)", and you're done! π [ENTERPRISE-STABLE]
- If you don't like exceptions, you don't like Python π [ENTERPRISE-STABLE]
- Stop writing code that will break on Python 4! π [ENTERPRISE-STABLE]
- github: Python3 in one pic π [ENTERPRISE-STABLE]
- reddit.com: Functions vs. Classes π [ENTERPRISE-STABLE]
- Complexity of Python Operations π [ENTERPRISE-STABLE]
- devbattles.com: Python list. Functions and Methods lists π [ENTERPRISE-STABLE]
- devbattles.com: Python: sorting lists by .sort () with - in simple words π [ENTERPRISE-STABLE]
- Create a GUI Application Using Qt and Python in Minutes: Example Web Browser π [ENTERPRISE-STABLE]
- Python FAQ: Why should I use Python 3? π π [ENTERPRISE-STABLE]
- stackoverflow: Problems installing python3 on RHEL π π [ENTERPRISE-STABLE]
- PEP 8 Cheatsheet π π [ENTERPRISE-STABLE]
- Lists vs. Tuples π [ENTERPRISE-STABLE]
- linuxconfig.org: python tuples π π [ENTERPRISE-STABLE]
- digitalocean.com: How To Use the Python Map Function π π [CASE-STUDY]
- thenextweb.com: 6 practical tricks every Python developer should have π [ENTERPRISE-STABLE]
- digitalocean.com: How To Code in Python 3 π π [CASE-STUDY]
- tryolabs.com: Top 10 Python libraries of 2020 π [ENTERPRISE-STABLE]
- blog.logrocket.com: Django REST framework alternatives π [ENTERPRISE-STABLE]
- towardsdatascience.com: Unexpected Size of Python Objects in Memory π [ENTERPRISE-STABLE]
- aigents.co: Data Structures and Python π π [ENTERPRISE-STABLE]
- doppler.com: Using Environment Variables in Python for App Configuration π π [ENTERPRISE-STABLE]
- realpython.com: Python Microservices With gRPC π π [ENTERPRISE-STABLE]
- dashbird.io: How I Manage Credentials in Python Using AWS Secrets Manager π [ENTERPRISE-STABLE]
- freecodecamp.org: The Python Handbook π π [ENTERPRISE-STABLE]
- towardsdatascience.com: 7 Must-Know Data Wrangling Operations with Python Pandas π [ENTERPRISE-STABLE]
- towardsdatascience.com: All The Important Features and Changes in Python 3.10 π [ENTERPRISE-STABLE]
- freecodecamp.org: Python Map Function β How to Map a List in Python 3.0, With Example Code π [CASE-STUDY]
- betterprogramming.pub: 3 Seemingly Simple Python Features That Confuse Beginners π [ENTERPRISE-STABLE]
- analyticsindiamag.com: Object-Oriented Programming with Python π [ENTERPRISE-STABLE]
- analyticsvidhya.com: Top Online Platforms to Learn Python π [ENTERPRISE-STABLE]
- towardsdatascience.com: There is more to βpandas.read_csv()β than meets the eye π [ENTERPRISE-STABLE]
- blog.adnansiddiqi.me: Getting started with Elasticsearch 7 in Python π π [ENTERPRISE-STABLE]
- pub.towardsai.net: OPs Concept in Python π [ENTERPRISE-STABLE]
- developers.redhat.com: micropipenv: Installing Python dependencies in containerized applications π π [ENTERPRISE-STABLE]
- trstringer.com: Debug a Python Application Running in Kubernetes π π [ENTERPRISE-STABLE]
- pub.towardsai.net: Class and Objects in Python with Examples π [ENTERPRISE-STABLE]
- dineshkumarkb.com: How to specify non PYPI requirements in your requirements.txt file π [CASE-STUDY]
- theglitchblog.com: Logging in Python Using Best Practices π [ENTERPRISE-STABLE]
- jhhemal.medium.com: Some Tips and Tricks for Writing Better Code in Python π [ENTERPRISE-STABLE]
- jhhemal.medium.com: Some Essential Built-in Tools for Working with Lists π [ENTERPRISE-STABLE]
- dineshkumarkb.com: Reverse a linked list without additional datastructures using python π [ENTERPRISE-STABLE]
- analyticsvidhya.com: Implementing ETL Process Using Python to Learn Data Engineering π [ENTERPRISE-STABLE]
- infoworld.com: How to use the Python for loop π [CASE-STUDY]
- stackoverflow.blog: Getting started withβ¦ Python π π [ENTERPRISE-STABLE]
- oxylabs.io: Python Web Scraping Tutorial: Step-By-Step π [CASE-STUDY]
- returngis.net: Gestionar recursos de Kubernetes con Python π [ENTERPRISE-STABLE]
- opensource.com: Parse command-line arguments with argparse in Python π [ENTERPRISE-STABLE]
- tecadmin.net: How To Read, Write & Parse CSV in Python π [CASE-STUDY]
- freecodecamp.org: Python List Methods β append( ) vs extend( ) in Python Explained with Code Examples π [ENTERPRISE-STABLE]
- writersbyte.com: 4 key Python Data Structures every beginner must know π [ENTERPRISE-STABLE]
- geeksforgeeks.org: Top 10 Advance Python Concepts That You Must Know π [ENTERPRISE-STABLE]
- freecodecamp.org: Dictionary Comprehension in Python β Explained with Examples π π [ENTERPRISE-STABLE]
- developers.redhat.com: Learn Python: Tutorials and updates from Red Hat experts π [CASE-STUDY]
- python.plainenglish.io: Special Methods Will Change How You Write Classes in Python π [ENTERPRISE-STABLE]
- towardsdatascience.com: How Not to Use Python Lists π [ENTERPRISE-STABLE]
- kdnuggets.com: How To Build A Database Using Python π [CASE-STUDY]
- zdnet.com: Programming languages: Python just took a big jump forward π [ENTERPRISE-STABLE]
- genbeta.com: Python se convierte en el lenguaje de programaciΓ³n mΓ‘s popular segΓΊn el Γndice TIOBE: adiΓ³s al largo reinado de C π [ENTERPRISE-STABLE]
- sureshdsk.dev: Check diff between two files in Python π [ENTERPRISE-STABLE]
- freecodecamp.org: Python String split() and join() Methods β Explained with Examples π [ENTERPRISE-STABLE]
- pythonsimplified.com: How to schedule Python scripts using schedule library π [CASE-STUDY]
- blog.teclado.com: Python Methods: Instance, Static and Class π [ENTERPRISE-STABLE]
- treyhunner.com: How to flatten a list in Python π [CASE-STUDY]
- makeuseof.com: 7 Vital Commands to Get Started With Python for Beginners π [ENTERPRISE-STABLE]
- freecodecamp.org: Python Sets β Explained with Examples π [ENTERPRISE-STABLE]
- aigents.co: Pro Python Tips for Data Analysts π [ENTERPRISE-STABLE]
- dev.to: Creating a blockchain in 60 lines of Python π [ENTERPRISE-STABLE]
- medium.com: Learn about Exceptions in Python π [ENTERPRISE-STABLE]
- towardsdatascience.com: Master Class Inheritance in Python π π [ENTERPRISE-STABLE]
- tusharsrivastava.hashnode.dev: Handling text files in python - an easy guide for beginners π [ARCHITECTURE-GUIDE]
- medium: A Simple Guide to Handle Text Files in Python | Andreas Soularidis π [ARCHITECTURE-GUIDE]
- blog.varunsingh.in: 5 Python Tricks That Made Me A Good Python Developer π [ENTERPRISE-STABLE]
- makeuseof.com: 11 Useful Python One-Liners You Must Know π [ENTERPRISE-STABLE]
- redhat.com: Packaging applications to install on other machines with Python π [ENTERPRISE-STABLE]
- redhat.com: Writing and unit testing a Python application to query the RPM database π [ENTERPRISE-STABLE]
- thenewstack.io: More Python for Non-Programmers π [ENTERPRISE-STABLE]
- python.plainenglish.io: How to Perform Read and Write Operations on JSON Files in Python π [CASE-STUDY]
- developers.redhat.com: Generating pseudorandom numbers in Python π [ENTERPRISE-STABLE]
- dev.to: Best Practices For Writing Clean Pythonic Code π [ENTERPRISE-STABLE]
- searchenginejournal.com: An Introduction To Python & Machine Learning For Technical SEO π [ENTERPRISE-STABLE]
- digitalocean.com: How To Create a Twitterbot with Python 3 and the Tweepy Library π [CASE-STUDY]
- blog.alluxi.com: 8 habilidades que necesitas para ser un gran programador Python π [ENTERPRISE-STABLE]
- javarevisited.blogspot.com: Java vs Python - Which Programming Language beginners should learn in 2022? π [ENTERPRISE-STABLE]
- freecodecamp.org: Python Dictionary β How to Perform CRUD Operations on dicts in Python π [CASE-STUDY]
- freecodecamp.org: Python Requests β How to Interact with Web Services using Python π [CASE-STUDY]
- thenewstack.io: Guido van Rossumβs Ambitious Plans for Improving Python Performance π [ENTERPRISE-STABLE]
- dev.to: python dictionary methods explanation and visualization π [ENTERPRISE-STABLE]
- medium.com/@florian.rieger: If you havenβt heard of descriptors, you donβt know Python π [ENTERPRISE-STABLE]
- blog.devgenius.io: Logging in Python π [ENTERPRISE-STABLE]
- codesolid.com: Python Lists for Beginners: A Complete Lesson With Exercises π π [ENTERPRISE-STABLE]
- towardsdatascience.com: requirements.txt vs setup.py in Python π [ENTERPRISE-STABLE]
- realpython.com: Building Lists With Python's .append() π [ENTERPRISE-STABLE]
- freecodecamp.org: Python List .remove() - How to Remove an Item from a List in Python π [CASE-STUDY]
- blog.devgenius.io: Introduction to python dictionaries π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: Fully Explained Array Data Structure in Python π [ENTERPRISE-STABLE]
- freecodecamp.org: Else-If in Python β Python If Statement Example Syntax π [ENTERPRISE-STABLE]
- towardsdatascience.com: Work with SQL in Python Using SQLAlchemy and Pandas π [ENTERPRISE-STABLE]
- freecodecamp.org: Create a List in Python β Lists in Python Syntax π [ENTERPRISE-STABLE]
- freecodecamp.org: How to SSH into a Docker Container β Secure Shell vs Docker Attach π [CASE-STUDY]
- freecodecamp.org: How to Use args and *kwargs in Python π [CASE-STUDY]
- superfastpython.com: How to Identify a Deadlock in Python π [CASE-STUDY]
- towardsdatascience.com: Fall in Love with Your Environment Setup π [ENTERPRISE-STABLE]
- towardsdatascience.com: You Donβt Need Sample Data, You Need Python Faker π [ENTERPRISE-STABLE]
- thenewstack.io: Python for Beginners: When and How to Use Tuples π [CASE-STUDY]
- pub.towardsai.net: Python: Zero to Hero with Examples π [ENTERPRISE-STABLE]
- betterprogramming.pub: Getting Started With Pyvcloud β A Python Library π [ENTERPRISE-STABLE]
- freecodecamp.org: How to Set Up a Virtual Environment in Python β And Why It's Useful π [CASE-STUDY]
- freecodecamp.org: Python Attributes β Class and Instance Attribute Examples π [ENTERPRISE-STABLE]
- betterprogramming.pub: This Is Why You Should Use Tortoise-ORM in Your Python Projects π [ENTERPRISE-STABLE]
- docker.com: How to Train and Deploy a Linear Regression Model Using PyTorch β Part 1 (Machine Learning) π [CASE-STUDY]
- betterprogramming.pub: Learning Python With Program Templates: The Input One, Process One Template π [ENTERPRISE-STABLE]
- betterprogramming.pub: Automate Filling Templates With Python π π [ENTERPRISE-STABLE]
- pub.towardsai.net: Why Map(), Filter() And Reduce() Functions are so Famous? π [ENTERPRISE-STABLE]
- amitprius.medium.com: Python Dictionary: Zero to Hero with Examples π [ENTERPRISE-STABLE]
- python.plainenglish.io: Itβs Time to Say Goodbye to These Obsolete Python Libraries π π [ENTERPRISE-STABLE]
- guru99.com: Mutable & Immutable Objects in Python {EXAMPLES} π π [ENTERPRISE-STABLE]
- notia.ai: Building an authenticated Python CLI π [ENTERPRISE-STABLE]
- superfastpython.com: How to Choose the Right Python Concurrency API π [CASE-STUDY]
- realpython.com/pdf-python π [ENTERPRISE-STABLE]
- dev.to: How to change an image with Python π [CASE-STUDY]
- towardsdatascience.com: Iterables vs Iterators in Python π [ENTERPRISE-STABLE]
- towardsdatascience.com: How to Implement a Linked List in Python π [CASE-STUDY]
- realpython.com/learning-paths: Python Learning Paths πππ π [ENTERPRISE-STABLE]
- superfastpython.com: Threading vs Multiprocessing in Python π [ENTERPRISE-STABLE]
- betterprogramming.pub: Python List Comprehensions Are More Powerful Than You Might Think π [ENTERPRISE-STABLE]
- medium.com/@yonatanzunger: Advanced Python: Achieving High Performance with Code Generation ππ π [ENTERPRISE-STABLE]
- mishrapartha.blogspot.com: A Beginnerβs Guide to Python for Data Science - Part 5 Adding Comments in Python π [ARCHITECTURE-GUIDE]
- morioh.com: How to create Google Map in Python using Gmaps π [CASE-STUDY]
- pydantic/pydantic π [ENTERPRISE-STABLE]
- PyWhatKit π [ENTERPRISE-STABLE]
- medium.com/@connect.hashblock: Learn how you can create a chatbot in Python π [ENTERPRISE-STABLE]
- freecodecamp.org: Learn Data Structures and Algorithms β Introduction and Learning Resources π [ENTERPRISE-STABLE]
- adicode.ml: Take your web development to next level with these python libraries π [ENTERPRISE-STABLE]
- freecodecamp.org: How to Use PyScript β A Python Frontend Framework π π [CASE-STUDY]
- realpython.com: How to Get a List of All Files in a Directory With Python π [CASE-STUDY]
- freecodecamp.org: Python For Loop - For i in Range Example π [ENTERPRISE-STABLE]
- github.blog: Why Python keeps growing, explained π [ENTERPRISE-STABLE]
- realpython.com: Evaluate Expressions Dynamically With Python eval() (Overview) π [ENTERPRISE-STABLE]
- realpython.com: Splitting, Concatenating, and Joining Strings in Python Quiz π [ENTERPRISE-STABLE]
- medium.com/@terminalsandcoffee: Mastering Python: How to Generate a List of Dictionaries for Files in Your Working Directory with One Script π [CASE-STUDY]
- realpython.com: How to Write Pythonic Loops π [CASE-STUDY]
- freecodecamp.org: Learn Algorithms and Data Structures in Python ππ π [ENTERPRISE-STABLE]
- realpython.com: Python Machine Learning Tutorials ππ π [CASE-STUDY]
- devopscube.com: Python For DevOps: Guide for DevOps Engineers π [ARCHITECTURE-GUIDE]
- realpython.com: An Intro to Threading in Python π [ENTERPRISE-STABLE]
- realpython.com: Functional Programming in Python π [ENTERPRISE-STABLE]
- rogerperkin.co.uk: pyATS Tutorial for Beginners π [CASE-STUDY]
- genbeta.com: Ocho canales de YouTube para aprender Python desde cero hasta nivel experto π₯ π [ENTERPRISE-STABLE]
- blog.devops.dev: Generating A List of Dictionaries With Python π [ENTERPRISE-STABLE]
- martinheinz.dev: Boost Your Python Application Performance using Continuous Profiling π [ENTERPRISE-STABLE]
- towardsdatascience.com: Memoizing DataFrame Functions π [ENTERPRISE-STABLE]
- anaconda.com: Why Data Scientists Should Be Excited About Python in Excel π [ENTERPRISE-STABLE]
- testdriven.io: Clean Code in Python π [ENTERPRISE-STABLE]
- python.plainenglish.io: REST: A Quick Guide to Building Scalable and Flexible Systems Using HTTP π [ARCHITECTURE-GUIDE]
- hub.tinztwins.de: 7 Hidden Python Tips for 2024 π [ENTERPRISE-STABLE]
- medium.com/bitgrit-data-science-publication: latexify: Writing LaTeX with Python π [ENTERPRISE-STABLE]
- pypi.org/project/latexify-py π [ENTERPRISE-STABLE]
- freecodecamp.org: How to Build an Online Banking System β Python Object-Oriented Programming Tutorial π [CASE-STUDY]
- github.com/reactive-python/reactpy π [ENTERPRISE-STABLE]
- opensource.com: Make your API better with this positional trick from Python 3.8 π [ENTERPRISE-STABLE]
- Project Thoth π [ENTERPRISE-STABLE]
- developers.redhat.com: Thoth prescriptions for resolving Python dependencies π [ENTERPRISE-STABLE]
- Think Python π [ENTERPRISE-STABLE]
- Python Data Science Handbook π π [ENTERPRISE-STABLE]
- github.dev: Python Data Science Handbook π [ENTERPRISE-STABLE]
- automatetheboringstuff.com: Automate the Boring Stuff with Python π [ENTERPRISE-STABLE]
- gettopical.com: Get Django Latest News π [ENTERPRISE-STABLE]
- realpython.com: Django Development With Docker Compose and Machine π [ENTERPRISE-STABLE]
- realpython.com: Fun With Django's New Postgres Features π [ENTERPRISE-STABLE]
- realpython.com: Deploying a Django App to AWS Elastic Beanstalk π [ENTERPRISE-STABLE]
- TaskBuster Django Tutorial, made with Django 1.8 and Python 3 π [CASE-STUDY]
- TDD with Django, from scratch: a beginner's intro to testing and web development π [ENTERPRISE-STABLE]
- Django Development With Docker Compose and Machine π [ENTERPRISE-STABLE]
- Installing and Configuring Django Web Framework with Virtual Environments in CentOS/Debian π [ENTERPRISE-STABLE]
- realpython.com: Development and Deployment of Cookiecutter-Django via Docker π [ENTERPRISE-STABLE]
- github.com: Django app + RESTful API for automatic billing π [ENTERPRISE-STABLE]
- webcodegeeks.com: Python Django Tutorial π [CASE-STUDY]
- digitalocean.com: Building a REST API With Django REST Framework π [ENTERPRISE-STABLE]
- github.com: Django Sage Painless π [ENTERPRISE-STABLE]
- dev.to: Data Migration from Monolith to Microservice in Django π [ENTERPRISE-STABLE]
- dev.to: Building a REST API with Django REST Framework π π [ENTERPRISE-STABLE]
- betterprogramming.pub: Dockerize Your Django Apps π [ENTERPRISE-STABLE]
- Flask Documentation π π [ENTERPRISE-STABLE]
- The Flask Mega-Tutorial: Now with Python 3 Support π [CASE-STUDY]
- realpython.com: Discover Flask, Part 1 - Setting Up a Static Site π [ENTERPRISE-STABLE]
- devbattles.com: Python Flask, Part 1: Hello World! π [ENTERPRISE-STABLE]
- mherman.org: Scaling Flask with Kubernetes π π [ENTERPRISE-STABLE]
- kdnuggets.com: How to Deploy a Flask API in Kubernetes and Connect it with Other Micro-services π [CASE-STUDY]
- dev.to: Getting Started with Flask and Docker π [ENTERPRISE-STABLE]
- freecodecamp.org: How to Dockerize a Flask Application π [CASE-STUDY]
- rajansahu713.medium.com: Hands-On Guide to Restful API using Flask Python π [ARCHITECTURE-GUIDE]
- FastAPI π π [ENTERPRISE-STABLE]
- blog.adnansiddiqi.me: Create your first REST API in FastAPI π π [ENTERPRISE-STABLE]
- freecodecamp.org: How to Create Microservices with FastAPI π [CASE-STUDY]
- freecodecamp.org: FastAPI Course β Code APIs Quickly π [ENTERPRISE-STABLE]
- wheel replaces Python's eggs π [ENTERPRISE-STABLE]
- Speed up pip install π [ENTERPRISE-STABLE]
- Python Feature Flag Resources/Solutions π [ENTERPRISE-STABLE]
- reddit: Ship Better Python Using Feature Flags π [ENTERPRISE-STABLE]
- reddit: Real examples of unit testing π [ENTERPRISE-STABLE]
- Profiling Python using cProfile: a concrete case π [ENTERPRISE-STABLE]
- nylas.com: Profiling Python in Production π [ENTERPRISE-STABLE]
- gabbi - Declarative HTTP testing library pypi π [ENTERPRISE-STABLE]
- tracker: A time machine for debugging pesky stateful errors π [ENTERPRISE-STABLE]
- coursereport.com: A Beginnerβs Guide to Python for Cybersecurity π [ARCHITECTURE-GUIDE]
- LLMs-from-scratch π [ENTERPRISE-STABLE]
- Getting Started with Data Wrangler in VS Code π [ENTERPRISE-STABLE]
- towardsdatascience.com: Unlimited scientific libraries and applications in Kubernetes, instantly! π [ENTERPRISE-STABLE]
- huyenchip.com: Why data scientists shouldnβt need to know Kubernetes π [ENTERPRISE-STABLE]
- realpython.com: Machine Learning With Python πππ π [ENTERPRISE-STABLE]
- oreilly.com: how to use pivot tables in Pandas step-by-step π [CASE-STUDY]
- Reshaping in Pandas β Pivot, Pivot-Table, Stack and Unstack explained with Pictures π [ENTERPRISE-STABLE]
- pandas.pydata.org: Reshaping by pivoting DataFrame objects π [ENTERPRISE-STABLE]
- analyticsvidhya.com: A Complete Tutorial to Learn Data Science with Python from Scratch π [CASE-STUDY]
- analyticsvidhya.com: Tutorial β Python List Comprehension With Examples π [CASE-STUDY]
- analyticsvidhya.com: Cheat Sheet for Exploratory Data Analysis in Python π π [ENTERPRISE-STABLE]
- pandastutor.com π π [ENTERPRISE-STABLE]
- betterprogramming.pub: How to Use Pandas to Consume Data and Perform Data Analysis π [CASE-STUDY]
- iaviral.medium.com: Most used functions in Pandas π [ENTERPRISE-STABLE]
- betterprogramming.pub: Pandas Illustrated: The Definitive Visual Guide to Pandas π [ARCHITECTURE-GUIDE]
- github.com/gventuri/pandas-ai π [ENTERPRISE-STABLE]
- PandasDatabase is a RESTful database engine application built on top of Pandas π [ENTERPRISE-STABLE]
- orchest.io π [ENTERPRISE-STABLE]
- Python 3 standard library Module of the Week, Doug Hellmann π [ENTERPRISE-STABLE]
- Python 2 standard library Module of the Week, Doug Hellmann π [ENTERPRISE-STABLE]
- Dead simple {for devs} python crawler (script) for extracting structured data from any website into CSV π [ENTERPRISE-STABLE]
- Python Multi-Process Execution Pool π [ENTERPRISE-STABLE]
- Ansible and AWS: cloud IT automation management π [ENTERPRISE-STABLE]
- Boto π [ENTERPRISE-STABLE]
- Migrating to Boto3 π [ENTERPRISE-STABLE]
- Managing the Cloud with a Few Lines of Python (EuroPython 2014) π [ENTERPRISE-STABLE]
- ec2-ssh-yplan: A pair of command line utilities for finding and SSH-ing into your Amazon EC2 instances by tag (such as βNameβ) π [ENTERPRISE-STABLE]
- dashbird.io: Explaining boto3: how to use any AWS service with python π [CASE-STUDY]
- dashbird.io: 8 Must-Know Tricks to Use S3 More Effectively in Python π [ENTERPRISE-STABLE]
- hands-on.cloud: Quick Intro To Python 3 for AWS Automation Engineers π π [ENTERPRISE-STABLE]
- medium.com/@d.deloatch: How to Stop all Instances Using AWS SDK for Python (Boto3) π [CASE-STUDY]
- DictMySQL: A MySQL class for more convenient database manipulation with Python dictionary π [ENTERPRISE-STABLE]
- WinPython: Portable Scientific Python 2/3 32/64bit Distribution for Windows π [ENTERPRISE-STABLE]
- Kite π π [ENTERPRISE-STABLE]
- pyxll-jupyter: Integration for Jupyter notebooks and Microsoft Excel π [ENTERPRISE-STABLE]
- medium: Build Interactive CLI Tools in Python π [ENTERPRISE-STABLE]
- Pydeps π π [ENTERPRISE-STABLE]
- joke2k/faker π π [ENTERPRISE-STABLE]
- makeuseof.com: 10 Useful Tools for Python Developers π [ENTERPRISE-STABLE]
- dev.to: Code Quality Tools in Python π [ENTERPRISE-STABLE]
- google/python-fire π π [ENTERPRISE-STABLE]
- github.com/bloomberg/memray ππ π [ENTERPRISE-STABLE]
- github.com/microsoft/pyright π [ENTERPRISE-STABLE]
- github.com/kodemore/chili π [ENTERPRISE-STABLE]
- Ruff π [ENTERPRISE-STABLE]
- Scrapy π [ENTERPRISE-STABLE]
- First web scraper π [ENTERPRISE-STABLE]
- TWINT - Twitter Intelligence Tool π [ENTERPRISE-STABLE]
- Jython is a language that makes it easy to create projects with libraries from Python and Java. π [ENTERPRISE-STABLE]
- opensource.com: How to use Python to hack your Eclipse IDE π [CASE-STUDY]
- Click π π [ENTERPRISE-STABLE]
- PyGithub π π [ENTERPRISE-STABLE]
- python.plainenglish.io: 12 Python Snippets That Will Boost Your Productivity π [ENTERPRISE-STABLE]
Java_frameworks¶
- Oracle Java π [ENTERPRISE-STABLE]
- Spring π [ENTERPRISE-STABLE]
- KumuluzEE π [ENTERPRISE-STABLE] ## Hibernate
- spring.io: What's new in Spring Boot 2.4 π π [ENTERPRISE-STABLE]
- reddit.com/r/java π [ENTERPRISE-STABLE]
- medium.com/@javachampions : Java is still free π [ENTERPRISE-STABLE]
- Oracle Java 11 and OpenJDK π [ENTERPRISE-STABLE]
- developers.redhat.com: The future of Java and OpenJDK updates without Oracle support π [ENTERPRISE-STABLE]
- redhat.com: The history and future of OpenJDK π [ENTERPRISE-STABLE]
- javarevisited.blogspot.com: The 2020 Java Developer RoadMap π π [ENTERPRISE-STABLE]
- marcobehler.com: Java Versions and Features π π [ENTERPRISE-STABLE]
- advancedweb.hu: A categorized list of all Java and JVM features since JDK 8 to 14 π [ENTERPRISE-STABLE]
- JDK 15: The new features in Java 15 π [ENTERPRISE-STABLE]
- GitHub Welcomes the OpenJDK Project! π [ENTERPRISE-STABLE]
- advancedweb.hu: A categorized list of all Java and JVM features since JDK 8 to 16 π [ENTERPRISE-STABLE]
- javaconceptoftheday.com: Java 9 Interface Private Methods π [ENTERPRISE-STABLE]
- javatechonline.com: Making Java easy to learn - Microservices In Java π π [ENTERPRISE-STABLE]
- java-success.com: 01: Q07 β Q12 Java Micro & Web services Interview Q&As π [ENTERPRISE-STABLE]
- javatechonline.com: Making Java easy to learn - OOPs Design Principles π [ENTERPRISE-STABLE]
- javatechonline.com: Making Java easy to learn - Spring Boot Annotations With Examples π [ENTERPRISE-STABLE]
- dzone: Java Creator James Gosling Interview π [ENTERPRISE-STABLE]
- infoq.com: Java 17, the Next Long-Term Support Release, is Now Available π [ENTERPRISE-STABLE]
- developers.redhat.com: Shenandoah in OpenJDK 17: Sub-millisecond GC pauses π [ENTERPRISE-STABLE]
- tschatzl.github.io: JDK 17 G1/Parallel GC changes π [ENTERPRISE-STABLE]
- dzone: Choosing Library To Build Rest API in Java π [ENTERPRISE-STABLE]
- developers.redhat.com: Modernizing Enterprise Java: A cloud native guide for developers π [ARCHITECTURE-GUIDE]
- medium.com/javarevisited: Top 5 Frameworks Java developers can learn for Microservices Development in 2022 π [ENTERPRISE-STABLE]
- java67.com: How to Create and Start Multiple Threads in Java? - Example Tutorial π [CASE-STUDY]
- foojay.io: Top 10 Java Language Features π [ENTERPRISE-STABLE]
- geeksforgeeks.org: 5 Best Java Frameworks For Microservices π [ENTERPRISE-STABLE]
- medium.com/@aritra.chatterjee_: Hexagonal architecture in java π [ARCHITECTURE-GUIDE]
- betterprogramming.pub: Learn SOLID Design Principles in Java by Coding It π [ENTERPRISE-STABLE]
- medium.com/javarevisited: Do you know about the different microservices frameworks for Java? π π [ENTERPRISE-STABLE]
- enterprisersproject.com: How to migrate Java workloads to containers: 3 considerations π [CASE-STUDY]
- piotrminkowski.com: Best Practices for Java Apps on Kubernetes π π [ENTERPRISE-STABLE]
- Oracle OpenJDK π [ENTERPRISE-STABLE]
- IBM JDK π [ENTERPRISE-STABLE]
- Red Hat OpenJDK π [ENTERPRISE-STABLE]
- AdoptOpenJDk π [ENTERPRISE-STABLE]
- docs.microsoft.com: Microsoft OpenJDK π [ENTERPRISE-STABLE]
- piotrminkowski.com: Which JDK to Choose on Kubernetes π π [ENTERPRISE-STABLE]
- Amazon Corretto π [ENTERPRISE-STABLE]
- Itβs time! Migrating to Java 11 π π [ENTERPRISE-STABLE]
- Oracle's Java 11 trap - Use OpenJDK instead! π π [ENTERPRISE-STABLE]
- AdoptOpenJDK 11 Is the New Default π π [ENTERPRISE-STABLE]
- All You Need To Know For Migrating To Java 11 π [ENTERPRISE-STABLE]
- tecmint.com: How to Install Java 17 on RHEL-based Linux Distributions π [CASE-STUDY]
- kstefanj.github.io: GC progress from JDK 8 to JDK 17 π [ENTERPRISE-STABLE]
- openjdk.java.net: JEP 413: Code Snippets in Java API Documentation π [ENTERPRISE-STABLE]
- infoq.com: Virtual Threads: New Foundations for High-Scale Java Applications π [ENTERPRISE-STABLE]
- Best Java Frameworks Solutions π [ENTERPRISE-STABLE]
- dev.to: 5 Best Java Frameworks to Learn in 2022 for Microservices and Cloud Native Development π [ENTERPRISE-STABLE]
- developers.redhat.com: Jakarta EE 8: The new era of Java EE explained π [ENTERPRISE-STABLE]
- developers.redhat.com: Making Java programs cloud-ready, Part 1: An incremental approach using Jakarta EE and MicroProfile π [ENTERPRISE-STABLE]
- developers.redhat.com: Making Java programs cloud-ready, Part 2: Upgrade the legacy Java application to Jakarta EE π [ENTERPRISE-STABLE]
- Eclipse MicroProfile Project π [ENTERPRISE-STABLE]
- MicroProfile.io π [ENTERPRISE-STABLE]
- developers.redhat.com: Eclipse MicroProfile for Spring Boot developers π [ENTERPRISE-STABLE]
- Eclipse MicroProfile: 5 Things You Need to Know π π [ENTERPRISE-STABLE]
- developers.redhat.com: Develop Eclipse MicroProfile applications on Red Hat JBoss Enterprise Application Platform Expansion Pack 1.0 with Red Hat CodeReady Workspaces π [ENTERPRISE-STABLE]
- infoq.com: Virtual Panel: The MicroProfile Influence on Microservices Frameworks π [ENTERPRISE-STABLE]
- WebSphere Liberty from IBM π [ENTERPRISE-STABLE]
- TomEE from Tomitribe π [ENTERPRISE-STABLE]
- Payara π [ENTERPRISE-STABLE]
- RedHatβs WildFly Swarm π [ENTERPRISE-STABLE]
- medium: Multi-Tenancy Implementation using Spring Boot + Hibernate π π [ENTERPRISE-STABLE]
- stackoverflow.com: How to map a MySQL JSON column to a Java entity property using JPA and Hibernate π [CASE-STUDY]
- vladmihalcea.com: How to encrypt and decrypt data with Hibernate π [CASE-STUDY]
- vladmihalcea.com: Optimistic vs. Pessimistic Locking (hibernate) π [ENTERPRISE-STABLE]
- stackoverflow.com: What are the differences between the different saving methods in Hibernate? π [ENTERPRISE-STABLE]
- Spring π [ENTERPRISE-STABLE]
- Spring Framework Architecture π π [ARCHITECTURE-GUIDE]
- javatutorial.net: Introduction to Spring Web Framework π [CASE-STUDY]
- javarevisited.blogspot.com: 10 JdbcTemplate Examples in Spring Framework π [ENTERPRISE-STABLE]
- medium.com: Top 10 Courses to Learn Microservices in Java and Spring Framework π [ENTERPRISE-STABLE]
- dzone: How to Create Microservices Using Spring π π [CASE-STUDY]
- spring.io: A Java 17 and Jakarta EE 9 baseline for Spring Framework 6 π [ENTERPRISE-STABLE]
- blog.frankel.ch: Annotation-free Spring π [ENTERPRISE-STABLE]
- java67.com: 10 Spring Framework Annotations Java Developer should learn - Example Tutorial π [CASE-STUDY]
- javarevisited.blogspot.com: Role based Access control using Spring Security and MVC, Mapping LDAP Groups to Authorities for Authorization π [ENTERPRISE-STABLE]
- odedia.org: Production Considerations for Spring on Kubernetes πππ π [ENTERPRISE-STABLE]
- SpringBoot π [ENTERPRISE-STABLE]
- dzone: All About Spring Boot (Tutorials and Articles) π [CASE-STUDY]
- jaxenter.com: CI/CD for Spring Boot Microservices: Part 1 π [ENTERPRISE-STABLE]
- jaxenter.com: CI/CD for Spring Boot Microservices: Part 2. Extending CI/CD: Kubernetes Continuous Deployment for Microservices π [ENTERPRISE-STABLE]
- dzone: Deploying Spring Boot App to JBoss Wildfly π [ENTERPRISE-STABLE]
- Spring Boot: ΒΏwar o jar? Ambos π [ENTERPRISE-STABLE]
- javatutorial.net: Spring vs. Java EE π [CASE-STUDY]
- 10 Free Spring Boot Courses and Tutorials for Java Developers π [CASE-STUDY]
- Spring Boot Istio library: Spring Boot library for integration with Istio π [ENTERPRISE-STABLE]
- Spring Boot native images. The path towards Spring Boot native applications π [ENTERPRISE-STABLE]
- piotrminkowski.com: Best practices for microservices on kubernetes π π [ENTERPRISE-STABLE]
- piotrminkowski.com: Spring Boot Autoscaling on kubernetes π π [ENTERPRISE-STABLE]
- arnoldgalovics.com: Java and Spring Boot multiline log support for Fluentd (EFK stack) π [ENTERPRISE-STABLE]
- developers.redhat.com: Spring Boot on Quarkus: Magic or madness? π [ENTERPRISE-STABLE]
- codecentric's Spring Boot Admin UI π π [ENTERPRISE-STABLE]
- piotrminkowski.com: Spring Boot Tips, Tricks and Techniques π [ENTERPRISE-STABLE]
- javatechonline.com: How To Work With Apache Kafka In Spring Boot? π [CASE-STUDY]
- dzone: How To Run the Spring Boot Application as a Stand-Alone Java Application π [CASE-STUDY]
- vladmihalcea.com: The best way to log SQL statements with Spring Boot π [ENTERPRISE-STABLE]
- javarevisited.blogspot.com: Spring Boot + Angular Example Tutorial for Java Developers π [CASE-STUDY]
- piotrminkowski.com: Distributed Transactions in Microservices with Kafka Streams and Spring Boot π [ENTERPRISE-STABLE]
- vladmihalcea.com: Spring Boot Application Properties π π [ENTERPRISE-STABLE]
- javarevisited.blogspot.com: How to log SQL statements in Spring Boot? Example Tutorial π [CASE-STUDY]
- geeksforgeeks.org: Best way to master spring boot , a complete roadmap π [ENTERPRISE-STABLE]
- medium.com/shoutloudz: Microservice: Developing an Authentication Service using Spring Boot π [ENTERPRISE-STABLE]
- java67.com: How to set the logging level with application.properties in Spring Boot - Example Tutorial π [CASE-STUDY]
- medium.com/@hubian: 16 Best Practices in Spring Boot Production π π [ENTERPRISE-STABLE]
- javaguides.net: Event-Driven Microservices using Spring Boot and Kafka π [ARCHITECTURE-GUIDE]
- piotrminkowski.com: Microservices with Spring Boot 3 and Spring Cloud π π [ENTERPRISE-STABLE]
- javaguides.net: Spring Boot 3 REST API Documentation using SpringDoc OpenAPI π [ARCHITECTURE-GUIDE]
- javaguides.net: Spring Boot Microservices - Spring Cloud API Gateway π [ARCHITECTURE-GUIDE]
- Spring Boot Complete Guide π [ARCHITECTURE-GUIDE]
- spring.io: spring boot with docker π [ENTERPRISE-STABLE]
- spring.io: Creating Docker images with Spring Boot 2.3.0.M1 π [ENTERPRISE-STABLE]
- learnk8s.io: Developing and deploying Spring Boot microservices on Kubernetes π [ENTERPRISE-STABLE]
- youtube: Creating Docker Images With Spring Boot π₯ π [ENTERPRISE-STABLE]
- dev.to: The Simple Guide To Dockerizing Spring Boot π [ARCHITECTURE-GUIDE]
- infoq.com: Spring Boot 2.6 Improves Docker Images and Metrics, Version 2.4 Is EOL π [ENTERPRISE-STABLE]
- dev.to/francescoxx: Java CRUD Rest API using Spring Boot, Hibernate, Postgres, Docker and Docker Compose π [ENTERPRISE-STABLE]
- odo π [ENTERPRISE-STABLE]
- Dekorate π [ENTERPRISE-STABLE]
- JKube π [ENTERPRISE-STABLE]
- Skaffold --generate-manifests π [ENTERPRISE-STABLE]
- Spring Cloud Kubernetes π [ENTERPRISE-STABLE]
- testcontainers-spring-boot π π [ENTERPRISE-STABLE]
- github.com/piomin/spring-boot-logging π [ENTERPRISE-STABLE]
- github.com/spring-projects: springboot enables these probes automatically when running in k8s π [ENTERPRISE-STABLE]
- Salaboy/From Monolith to K8s π [ENTERPRISE-STABLE]
- dyser/kubernetes-intro π [ENTERPRISE-STABLE]
- Spring Cloud π [ENTERPRISE-STABLE]
- github: Spring Cloud Kubernetes π π [ENTERPRISE-STABLE]
- piotrminkowski.com: Microservices with spring cloud kubernetes π [ENTERPRISE-STABLE]
- Spring Cloud Config π [ENTERPRISE-STABLE]
- Spring Cloud Config Server: Git Backend π [ENTERPRISE-STABLE]
- developer.okta.com: Spring Cloud Config for Shared Microservice Configuration π [ENTERPRISE-STABLE]
- redhat.com: Spring Boot Microservices on Red Hat OpenShift Container Platform 3 - Software Stack - Externalized Configuration π [ENTERPRISE-STABLE]
- dzone: Spring Cloud Config Server on Kubernetes (Part 1) π [ENTERPRISE-STABLE]
- piotrminkowski.com: Spring Microservices Security Best Practices π π [ENTERPRISE-STABLE]
- baeldung.com: Using Spring Cloud Config Without Git π [ENTERPRISE-STABLE]
- cloud.spring.io: Spring Cloud Vault π π [ENTERPRISE-STABLE]
- developer.okta.com: Secure Secrets With Spring Cloud Config and Vault π π [ENTERPRISE-STABLE]
- quarkus.io π [ENTERPRISE-STABLE]
- Quarkus Images π [ENTERPRISE-STABLE]
- quarkus.io: Quarkus for Spring Developers π [ENTERPRISE-STABLE]
- redhat.com: Red Hat drives future of Java with cloud-native, container-first Quarkus π [ENTERPRISE-STABLE]
- developers.redhat.com: Quarkus: A quick-start guide to the Kubernetes-native Java stack π [ARCHITECTURE-GUIDE]
- quarkus.io: Quarkus support in IDE's π [ENTERPRISE-STABLE]
- dzone: quarkus refcard π [ENTERPRISE-STABLE]
- dzone: Build a Java REST API With Quarkus π [ENTERPRISE-STABLE]
- developers.redhat.com: Autowire MicroProfile into Spring with Quarkus π [ENTERPRISE-STABLE]
- dmcommunity.org: Who will win? Spring Boot or Quarkus π [ENTERPRISE-STABLE]
- developers.redhat.com: How Quarkus brings imperative and reactive programming together π [ENTERPRISE-STABLE]
- developers.redhat.com: Migrating a Spring Boot microservices application to Quarkus π [ENTERPRISE-STABLE]
- Quarkus, a Kubernetes-native Java runtime, now fully supported by Red Hat π [ENTERPRISE-STABLE]
- The road to Quarkus GA: Completing the first supported Kubernetes-native Java stack π [ENTERPRISE-STABLE]
- containerjournal.com: Red Hat Adds Java Runtime for Kubernetes to Subscription π [ENTERPRISE-STABLE]
- developers.redhat.com: Quarkus and Jakarta EE: Together, or not? π [ENTERPRISE-STABLE]
- youtube: CyberJUG-HH:Why is everybody talking about Quarkus? π₯ π [ENTERPRISE-STABLE]
- developers.redhat.com: Build an API using Quarkus from the ground up π π [ENTERPRISE-STABLE]
- developers.redhat.com: RESTEasy Reactive and more in Quarkus 2.0 π [ENTERPRISE-STABLE]
- opensource.com: 3 reasons Quarkus 2.0 improves developer productivity on Linux π π [ENTERPRISE-STABLE]
- developers.redhat.com: Deploy Quarkus everywhere with Red Hat Enterprise Linux (RHEL) π [ENTERPRISE-STABLE]
- infoq.com: Quarkus 2.0 Delivers Continuous Testing, CLI and Supports Minimal JDK 11 π [ENTERPRISE-STABLE]
- Quarkus - Dev UI π π [ENTERPRISE-STABLE]
- dzone: A Java developer's guide to Quarkus π [ARCHITECTURE-GUIDE]
- developers.redhat.com: Why should I choose Quarkus over Spring for my microservices? π [ENTERPRISE-STABLE]
- developers.redhat.com: Quarkus for Spring developers: Getting started π π [ENTERPRISE-STABLE]
- dzone refcard: Getting Started With Quarkus Serverless Functions π [ENTERPRISE-STABLE]
- piotrminkowski.com: Quarkus Tips, Tricks and Techniques π π [ENTERPRISE-STABLE]
- developers.redhat.com: Boost throughput with RESTEasy Reactive in Quarkus 2.2 π [ENTERPRISE-STABLE]
- javaadvent.com: You need more than containers. A short history of the mess we're in π [ENTERPRISE-STABLE]
- developers.redhat.com: Quarkus for Spring developers: Kubernetes-native design patterns π [ENTERPRISE-STABLE]
- infoq.com: Kubernetes Native Java with Quarkus π [ENTERPRISE-STABLE]
- auth0.com: Java Microservices with Spring Boot and Spring Cloud π [ENTERPRISE-STABLE]
- redhat.com: Cloud-native business automation with Kogito π [ENTERPRISE-STABLE]
- kie.org π [ENTERPRISE-STABLE]
- kogito.kie.org π [ENTERPRISE-STABLE]
- Red Hat Thorntail π [ENTERPRISE-STABLE]
- Dzone: Programming Styles Compared: Spring Framework vis-a-vis Eclipse MicroProfile ππ π [ENTERPRISE-STABLE]
- ibm.com: Java Microservices with MicroProfile β RESTful APIs and Dependency Injection. For microservices-based Java apps, knowing how to create REST APIs is an essential skill. Eclipse MicroProfile makes it easier π [CASE-STUDY]
- dzone: Microservices: Quarkus vs. Spring Boot π [ENTERPRISE-STABLE]
- JPA streamer π π [ENTERPRISE-STABLE]
- logbook π [ENTERPRISE-STABLE]
- medium.com/javarevisited: Logging in Java β Log4j vs Logback vs SLF4J π π [ENTERPRISE-STABLE]
- GoodforGod/java-logger-benchmark π [ENTERPRISE-STABLE]
- dzone: The Best Java Testing Frameworks to focus in 2021 π [ENTERPRISE-STABLE]
- jfrunit π [ENTERPRISE-STABLE]
- morling.dev: Introducing JfrUnit 1.0.0.Alpha1 π [ENTERPRISE-STABLE]
- java-success.com: 5 Ways to debug thread-safety issues in Java π [ENTERPRISE-STABLE]
- adictosaltrabajo.com: CΓ³mo reducir el cΓ³digo repetitivo con Lombok π [ENTERPRISE-STABLE]
- reflectoring.io: When Should I Use Project Lombok? π [ENTERPRISE-STABLE]
- Helidon.io π [ENTERPRISE-STABLE]
- developer.okta.com: Build REST APIs and Native Java Apps with Helidon π [ENTERPRISE-STABLE]
Api¶
-
microcks.io: Simulating CloudEvents with AsyncAPI and Microcks π [ENTERPRISE-STABLE]
- The rise of Event Driven Architecture (EDA) is a necessary evolution step towards cloud-native applications. Events are the ultimate weapon to decouple your microservices within your architecture. They are bringing great benefits like space and time decoupling, better resiliency and elasticity.
- But events come also with challenges! One of the first you are facing when starting up as a development team - aside the technology choice - is how to describe these events structure? Another challenge that comes very quickly after being: How can we efficiently work as a team without having to wait for someone elseβs events?
- Weβll explore those particular two challenges and see how to simulate events using CloudEvents, AsyncAPI and Microcks.
- AsyncAPI is an industry standard for defining asynchronous APIs. Our long-term goal is to make working with EDAs as easy as it is to work with REST APIs.
- Microcks is an Open source Kubernetes-native tool for mocking/simulating and testing APIs. One purpose of Microcks is to turn your API contract (OpenAPI, AsyncAPI, Postman Collection) into live mocks in seconds. It means that once it has imported your AsyncAPI contract, Microcks start producing mock events on a message broker at a defined frequency. Using Microcks you can then simulate CloudEvents in seconds, without writing a single line of code. Microcks will allow the team relying on input events to start working without waiting for the team coding the event publication.
- The rise of Event Driven Architecture (EDA) is a necessary evolution step towards cloud-native applications. Events are the ultimate weapon to decouple your microservices within your architecture. They are bringing great benefits like space and time decoupling, better resiliency and elasticity.
-
reply.com: Web Services: SOAP and REST - A Simple Introduction π [ENTERPRISE-STABLE]
- SOAP is a communications protocol while REST is a set of architectural principles for data transmission.
- REST was designed to be a more straightforward and easy to implement alternative to heavyweight SOAP for web service access. SOAP functions well in distributed environments where REST assumes a direct point to point communication. Also, SOAP allows for services to describe themselves to clients and in some languages allows for automation. On the other hand, REST is fast as less processing is required, uses less bandwidth and is closer to technologies used in web design.
- The choice on which to use is totally dependent on what the requirement. For example, SOAP is a better choice for applications that have complex API so as to describe the services and methods, where formal contracts are agreed for the exchange format, where a guaranteed level of security is required etc. REST will be preferred when limiting bandwidth and resources, when operations are can be stateless and the information can be cached.
- SOAP is a communications protocol while REST is a set of architectural principles for data transmission.
-
Mux: The API to Video π [ENTERPRISE-STABLE]
- wikipedia: API Application Programming Interface π [ENTERPRISE-STABLE]
- postman.com: What is an API? π [ENTERPRISE-STABLE]
- github.com/public-apis/public-apis: Try Public APIs for free π π [ENTERPRISE-STABLE]
- apifriends.com: What is an API? π [ENTERPRISE-STABLE]
- axway.com: What is API Management? π [ENTERPRISE-STABLE]
- mulesoft.com: APIs versus web services π [ENTERPRISE-STABLE]
- Youtube Playlist: Introduction to APIs π₯ π [ENTERPRISE-STABLE]
- Devdocs.io API Documentation π π [ENTERPRISE-STABLE]
- thenewstack.io: 5 Ways to Succeed with an API Gateway π [ENTERPRISE-STABLE]
- redhat.com: An Architect's guide to APIs: SOAP, REST, GraphQL, and gRPC π π [ARCHITECTURE-GUIDE]
- amazicworld.com: Why APIs canβt be missed when it comes to DevOps π [ENTERPRISE-STABLE]
- medium: API Gateway Part 1 π [ENTERPRISE-STABLE]
- medium: API Gateway Part 2 π [ENTERPRISE-STABLE]
- snipcart.com: API vs. Microservices: A Beginners Guide to Understand Them π π [ARCHITECTURE-GUIDE]
- youtube: Local CRUD API Express App with Docker in 5 min π₯ π [ENTERPRISE-STABLE]
- freecodecamp.org: REST API Best Practices β REST Endpoint Design Examples π π [ENTERPRISE-STABLE]
- dzone: API Throttling Strategies When Clients Exceed Their Limit π [ENTERPRISE-STABLE]
- abdulrwahab.medium.com: API Architecture β Design Best Practices for REST APIs π [ARCHITECTURE-GUIDE]
- blog.bitsrc.io: API vs Microservices β Are you using 2 terms for the same concept? π [ENTERPRISE-STABLE]
- blog.devgenius.io: Principles & Best practices of REST API Design π [ENTERPRISE-STABLE]
- troyhunt.com: Your API versioning is wrong, which is why I decided to do it 3 different wrong ways π [ENTERPRISE-STABLE]
- infoq.com: A Standardized, Specification-Driven API Lifecycle π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: Whatβs Wrong With Your CRUD APIsβ Besides Everything? π [ENTERPRISE-STABLE]
- dzone: Exploring the API-First Design Pattern π [ENTERPRISE-STABLE]
- genbeta.com: Hace 20 aΓ±os, este correo de Jeff Bezos en Amazon cambiΓ³ para siempre la forma en que programamos apps π [ENTERPRISE-STABLE]
- thenewstack.io: How to Achieve API Governance π [CASE-STUDY]
- jkebertz.medium.com: The Art of Writing Amazing REST APIs π [ENTERPRISE-STABLE]
- freecodecamp.org: REST API Design Best Practices Handbook β How to Build a REST API with JavaScript, Node.js, and Express.js π [CASE-STUDY]
- infoq.com: Modern API Development and Deployment, from API Gateways to Sidecars π [ENTERPRISE-STABLE]
- betterprogramming.pub: How To Deprecate APIs the Right Way π [CASE-STUDY]
- dzone.com: REST vs. Messaging for Microservices π π [ENTERPRISE-STABLE]
- medium.com/@ezinneanne: Best API documentation tools you need π [ENTERPRISE-STABLE]
- freecodecamp.org: Public APIs Developers Can Use in Their Projects π [ENTERPRISE-STABLE]
- blog.postman.com: How to choose between REST vs. GraphQL vs. gRPC vs. SOAP π [CASE-STUDY]
- postman.com: API versioning π [ENTERPRISE-STABLE]
- foojay.io: The Evolution of APIs: From RESTful to Event-Driven π [ENTERPRISE-STABLE]
- blog.hubspot.com: API Gateway vs. Load Balancer: What's The Difference? π [ENTERPRISE-STABLE]
- writersbyte.com: Introduction to APIs with Python FastAPI π [ENTERPRISE-STABLE]
- blog.devgenius.io: REST APIs with Python π π [ENTERPRISE-STABLE]
- APIs published, APIs consumed: mainstream enterprises increasingly behave like software vendors π [ENTERPRISE-STABLE]
- You Bet That APIs Power DevOps Tools π [ENTERPRISE-STABLE]
- postman.com: 2019 Postman State of the API Report π π [ENTERPRISE-STABLE]
- blog.postman.com: You Can Now Capture Responses Using the Postman Proxy π [ENTERPRISE-STABLE]
- smartbear.com: The State of API 2019 Report π π [ENTERPRISE-STABLE]
- apifriends.com: What are the different types of APIs? π π [ENTERPRISE-STABLE]
- vishnuch.tech: Interprocess Communication in Microservices π π [ENTERPRISE-STABLE]
- wikipedia: SOAP π [ENTERPRISE-STABLE]
- geeksforgeeks.org: Basics of SOAP β Simple Object Access Protocol π [ENTERPRISE-STABLE]
- guru99.com: SOAP Web Services Tutorial: Simple Object Access Protocol. What is SOAP? π [CASE-STUDY]
- jitendrazaa.com: Create SOAP message using Java π [ENTERPRISE-STABLE]
- dzone: Creating a SOAP Web Service With Spring Boot Starter Web Services π [ENTERPRISE-STABLE]
- wikipedia: REST π [ENTERPRISE-STABLE]
- geeksforgeeks.org: REST API (Introduction) π [ENTERPRISE-STABLE]
- geeksforgeeks.org: REST API Architectural Constraints π [ENTERPRISE-STABLE]
- mulesoft.com: What is a RESTful API? π [ENTERPRISE-STABLE]
- Dzone refcard: Foundations of RESTful Architecture π π [ARCHITECTURE-GUIDE]
- Dzone: REST API tutorials π [CASE-STUDY]
- dev.to: Make your own API under 30 lines of code π π [ENTERPRISE-STABLE]
- dzone: REST API Versioning Strategies π [ENTERPRISE-STABLE]
- freecodecamp.org: What is REST? Rest API Definition for Beginners π [ENTERPRISE-STABLE]
- blog.devgenius.io: Principles & Best practices of REST API Design π [ENTERPRISE-STABLE]
- javarevisited.blogspot.com: How to send POST Request with JSON Payload using Curl Command in Linux to Test RESTful Web Services? π [CASE-STUDY]
- medium.com/@shubhadeepchat: Best Practices for good REST API Design π [ENTERPRISE-STABLE]
- blog.bytebytego.com: EP94: REST API Cheatsheet π [ENTERPRISE-STABLE]
- freecodecamp.org: The REST API Handbook β How to Build, Test, Consume, and Document REST APIs π [CASE-STUDY]
- OpenAPI π [ENTERPRISE-STABLE]
- OpenAPI π [ENTERPRISE-STABLE]
- Wikipedia: OpenAPI Specification π π [ENTERPRISE-STABLE]
- OpenAPI FAQ. What is OpenAPI Specification (OAS)? OpenAPI Specification π [ENTERPRISE-STABLE]
- wikipedia: RPC Remote Procedure Call π [ENTERPRISE-STABLE]
- open-rpc.org lightweight RPC framework π π [ENTERPRISE-STABLE]
- gRPC π [ENTERPRISE-STABLE]
- wikipedia: gRPC π [ENTERPRISE-STABLE]
- developers.googleblog.com: Introducing gRPC, a new open source HTTP/2 RPC Framework π [ENTERPRISE-STABLE]
- nordicapis.com: Using gRPC to Connect a Microservices Ecosystem π [ENTERPRISE-STABLE]
- cncf.io: Think gRPC, when you are architecting modern microservices! π [ENTERPRISE-STABLE]
- itnext.io: A minimalist guide to gRPC π [ARCHITECTURE-GUIDE]
- medium.com/javarevisited: Microservices communication using gRPC Protocol π [ENTERPRISE-STABLE]
- blog.getambassador.io: Implementing gRPC-Web with Emissary-ingress π [ENTERPRISE-STABLE]
- WebSocket π [ENTERPRISE-STABLE]
- The State of Real-Time Web in 2016 π [ENTERPRISE-STABLE]
- SPDY and WebSocket Support at Akamai π [ENTERPRISE-STABLE]
- spring.io: YMNNALFT: Websockets π [ENTERPRISE-STABLE]
- blog.bitsrc.io: Deep Dive into WebSockets π [ENTERPRISE-STABLE]
- betterprogramming.pub: Lambda vs. Step Functions: The Battle of Cost and Performance π [ENTERPRISE-STABLE]
- grafana.com: How to use WebSockets to visualize real-time IoT data in Grafana π [CASE-STUDY]
- Socket.io π [ENTERPRISE-STABLE]
- itnext.io: Differences between WebSockets and Socket.IO π [ENTERPRISE-STABLE]
- AsyncAPI π [ENTERPRISE-STABLE]
- thenewstack.io: AsyncAPI Could Be the Default API Format for Event-Driven Architectures π [ARCHITECTURE-GUIDE]
- asyncapi.com: AsyncAPI and CloudEvents π [ENTERPRISE-STABLE]
- blog.bitsrc.io: Not All Microservices Need to Be REST β 3 Alternatives to the Classic π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: Truth About { SOAP vs REST vs GRPC vs GraphQL } Checklist π [ENTERPRISE-STABLE]
- medium: REST, RPC, GraphQLβ¦ What to choose? π [ENTERPRISE-STABLE]
- blog.logrocket.com: GraphQL vs. gRPC vs. REST: Choosing the right API π [ENTERPRISE-STABLE]
- medium.com/dlt-labs-publication: gRPC vs. REST β Performance Test using JMeter π [ENTERPRISE-STABLE]
- geeksforgeeks.org: Difference between REST API and SOAP API π [ENTERPRISE-STABLE]
- dzone: A Comprehensive Guide to REST vs. SOAP π [ARCHITECTURE-GUIDE]
- dzone: Comparing RESTful APIs and SOAP APIs Using MuleSoft as an Example π [ENTERPRISE-STABLE]
- baeldung.com: REST vs SOAP π [ENTERPRISE-STABLE]
- REST vs. gRPC: Battle of the APIs π [ENTERPRISE-STABLE]
- Comparing OpenAPI With gRPC π π [ENTERPRISE-STABLE]
- imaginarycloud.com: gRPC vs REST: Comparing APIs Architectural Styles π [ENTERPRISE-STABLE]
- danhacks.com: REST vs. GraphQL vs. gRPC π [ENTERPRISE-STABLE]
- APIDog π [ENTERPRISE-STABLE]
- OpenAPI Generator π π [ENTERPRISE-STABLE]
- dev.to: 7 API Tools for REST Developers and Testers π [ENTERPRISE-STABLE]
- softwaretestingportal.com: API Testing, Key Terminologies and more... π [ENTERPRISE-STABLE]
- dzone.com: 10 API Testing Tips for Beginners (SOAP and REST) π [ENTERPRISE-STABLE]
- blog.testproject.io: Top 10 API Testing Tools to Watch in 2020 π π [ENTERPRISE-STABLE]
- mockoon π π [ENTERPRISE-STABLE]
- mockapy π [ENTERPRISE-STABLE]
- thenewstack.io: 4 Essential Tools for Protecting APIs and Web Applications π [ENTERPRISE-STABLE]
- youtube: API Testing Part 1- API Core Concepts π₯ π [ENTERPRISE-STABLE]
- blog.testproject.io: API Testing 101 π π [ENTERPRISE-STABLE]
- microcks.io π π [ENTERPRISE-STABLE]
- tricentis.com: Getting started with automated continuous performance testing π [ENTERPRISE-STABLE]
- dev.to: Top 15 Automated API Testing Tools π [ENTERPRISE-STABLE]
- opensource.com: 3 ways to test your API with Python π [ENTERPRISE-STABLE]
- GraphQL π [ENTERPRISE-STABLE]
- How is the OpenAPI Specification different from GraphQL? π [ENTERPRISE-STABLE]
- Hasura Launches Beta of GraphQL-Based Remote Joins Tool π [ENTERPRISE-STABLE]
- thenewstack.io: Why Backend Developers Should Fall in Love with GraphQL too π [ENTERPRISE-STABLE]
- blog.dream11engineering.com: Lessons learned from running GraphQL at scale π [ENTERPRISE-STABLE]
- world.hey.com: Another REST vs GraphQL comparison π [ENTERPRISE-STABLE]
- medium.datadriveninvestor.com: Everything You Wanted to Know About GraphQL (But Were Afraid to Ask) π [ENTERPRISE-STABLE]
- betterprogramming.pub: Building GraphQL Server Using Schema-first Approach in Python π [ENTERPRISE-STABLE]
- Hasura π π [ENTERPRISE-STABLE]
- betterprogramming.pub: 4 Awesome Browser APIs You Might Not Be Using Yet π [FOUNDATIONAL]
- devops.com: Web Application Security is not API Security π π [ENTERPRISE-STABLE]
- biztechmagazine.com: 6 Steps to Improved API Security π [ENTERPRISE-STABLE]
- portswigger.net: Introducing vAPI β an open source lab environment to learn about API security π [ENTERPRISE-STABLE]
- thenewstack.io: Developer, Beware: The 3 API Security Risks You Canβt Overlook π [ENTERPRISE-STABLE]
- medium.com/@sajjadfazlani: How to protect your APIs and Microservices? π π [CASE-STUDY]
- Public APIs Directory π [ENTERPRISE-STABLE]
- free-web-services.com π [ENTERPRISE-STABLE]
- SwaggerHub: Free Web Service π [ENTERPRISE-STABLE]
- programmableweb.com π [ENTERPRISE-STABLE]
- any-api.com π [ENTERPRISE-STABLE]
- Rapid API π [ENTERPRISE-STABLE]
- Open Banking π [ENTERPRISE-STABLE]
- thenewstack.io: A Digital Transformation Journey in the Banking Sector π [ENTERPRISE-STABLE]
- thenewstack.io: True Success in Process Automation Requires Microservices π [ENTERPRISE-STABLE]
- thenewstack.io: How Platform Ops Teams Should Think About API Strategy π [ENTERPRISE-STABLE]
- Cerebras AI π [ENTERPRISE-STABLE]
- medium: Do I Need an API Gateway if I Use a Service Mesh? π π [ENTERPRISE-STABLE]
- Dzone: How to Create a REST API With Spring Boot π [CASE-STUDY]
- Dzone: Step-By-Step Spring Boot RESTful Web Service Complete Example π [ENTERPRISE-STABLE]
- Creando un API REST en Java (parte 1) π [ENTERPRISE-STABLE]
- dev.to: Rapid API Creation with AWS Amplify π [ENTERPRISE-STABLE]
- portal.dev π [ENTERPRISE-STABLE]
- openapi-comment-parser π [ENTERPRISE-STABLE]
- IBM creates an open source tool to simplify API documentation π [ENTERPRISE-STABLE]
- API Business Models. 20 Models in 20 Minutes π [ENTERPRISE-STABLE]
Devel-sites¶
-
refactoring.guru: Design Patterns π [ENTERPRISE-STABLE]
-
El camino del Frontend Developer π [ENTERPRISE-STABLE]
- python.plainenglish.io: 15 GitHub Repos That Every Developers Must Bookmark Right Now π [ENTERPRISE-STABLE]
- dev.to: Top 3 sites for programmers π [ENTERPRISE-STABLE]
- makeuseof.com: The 5 Best Open-Source Webinar Software π [ENTERPRISE-STABLE]
- dzone.com: Software Engineering Best Practices That High-Performing Teams Follow π [ENTERPRISE-STABLE]
- geeksforgeeks.org: 7 Most In-Demand and High Paying Programming Jobs π [ENTERPRISE-STABLE]
- analyticsinsight.net: Top 10 programming languages to learn for better job opportunities in 2022 π [ENTERPRISE-STABLE]
- dev.to: π10 Trending projects on GitHub for web developers - 3rd December 2021 π [ENTERPRISE-STABLE]
- infoworld.com: Complexity is killing software developers π [ENTERPRISE-STABLE]
- techrepublic.com: The best programming languages to learn in 2022 π [ENTERPRISE-STABLE]
- baeldung.com: Concurrency vs Parallelism π [ENTERPRISE-STABLE]
- readwrite.com: Tech for Programmers in 2022: The Good, The Bad, and The Ugly π [ENTERPRISE-STABLE]
- dev.to: 19 Valuable GitHub Repositories for Beginner Developers πβ¨ π [ENTERPRISE-STABLE]
- freecodecamp.org: Frontend VS Backend β What's the Difference? π [ENTERPRISE-STABLE]
- betterprogramming.pub: How to Refactor a Codebase? π [CASE-STUDY]
- freecodecamp.org: What is a Full Stack Developer? 2022 Full Stack Engineer Guide π [ARCHITECTURE-GUIDE]
- dev.to: 10 best GitHub repos for developers π [ENTERPRISE-STABLE]
- dev.to: 5 Books and Courses to Learn Object Oriented Programming in Depth π [ENTERPRISE-STABLE]
- trio.dev: Angular vs React: Is Angular Dead? π [ENTERPRISE-STABLE]
- freecodecamp.org: How to Start Learning to Code β Handbook for Beginners π [CASE-STUDY]
- medium: 7 Best Java Design Pattern Books for Beginners and Experienced Programmers π [ENTERPRISE-STABLE]
- shadman-jamil.medium.com: Most Useful Software Architecture Patterns π [ARCHITECTURE-GUIDE]
- medium.com/@victor.ronin: Design your code for readability vs. writability π [ENTERPRISE-STABLE]
- betterprogramming.pub: How SOLID Remains Solid β Software Principles vs. Patterns π [ENTERPRISE-STABLE]
- dev.to: A Better Way To Code: Documentation Driven Development π [ENTERPRISE-STABLE]
- Build Your Own X π [ENTERPRISE-STABLE]
- FreeLens π [ENTERPRISE-STABLE]
- IntelliJ vs. VSCode for Rust Development π [ENTERPRISE-STABLE]
- dev.to: 15 Developer Tools to Make You Super Productive π [ENTERPRISE-STABLE]
- dev.to: 7 API Tools for REST Developers and Testers π [ENTERPRISE-STABLE]
- firebase.google.com π [ENTERPRISE-STABLE]
- supabase.com π [ENTERPRISE-STABLE]
- blog.logrocket.com: Working with Supabase Studio π [ENTERPRISE-STABLE]
- infoq.com: Ballerina for Full-Stack Developers: A Guide to Creating Backend APIs π [ARCHITECTURE-GUIDE]
- softwarecollections.org π [ENTERPRISE-STABLE]
- developers.redhat.com: Red Hat Software Collections π [ENTERPRISE-STABLE]
- developers.redhat.com: Red Hat Developer Toolset π [ENTERPRISE-STABLE]
- developers.redhat.com: Red Hat Software Collections 3.8 and Red Hat Developer Toolset 11 now generally available π [ENTERPRISE-STABLE]
- dhall-lang.org: Dhall Configuration Language π [ENTERPRISE-STABLE]
- ddev.com π [ENTERPRISE-STABLE]
- opensource.com: 16 reasons DDEV will be your new favorite web development environment π [ENTERPRISE-STABLE]
- oclif.io π π [ENTERPRISE-STABLE]
- medium.com/@jdxcode: 12 Factor CLI Apps π [ENTERPRISE-STABLE]
- GitHub Copilot π [ENTERPRISE-STABLE]
- Amazon CodeGuru Reviewer π [ENTERPRISE-STABLE]
- Amazon CodeWhisperer π [ENTERPRISE-STABLE]
- hipertextual.com: AsΓ es Devin, la inteligencia artificial que programa software de principio a fin π [ENTERPRISE-STABLE]
Visual-studio¶
-
code.visualstudio.com: keyboard shortcuts for macOS π [ENTERPRISE-STABLE]
-
Markdown All in One π π [ENTERPRISE-STABLE]
- developers.redhat.com: Devfiles and Kubernetes cluster support in OpenShift Connector 0.2.0 extension for VS Code π π [ENTERPRISE-STABLE]
- hashicorp.com: Supporting the HashiCorp Terraform Extension for Visual Studio Code π [ENTERPRISE-STABLE]
- MongoDB for VS Code π [ENTERPRISE-STABLE]
- Gitpod Open Sources a βHolistic IDEβ π [ENTERPRISE-STABLE]
- gitpod.io: VS Code in the browser for everyone π [ENTERPRISE-STABLE]
-
vscode.dev π π [ENTERPRISE-STABLE]
-
(2026) Python Visual Studio Code β 4618 π [ENTERPRISE-STABLE]
-
code.visualstudio.com: Visual Studio Code π [ENTERPRISE-STABLE]
- vscode.github.com: GitHub and Visual Studio Code π π [ENTERPRISE-STABLE]
- Visual Studio Online π [ENTERPRISE-STABLE]
- Awesome Visual Studio Code π [FOUNDATIONAL]
- Using Version Control in VS Code π [ENTERPRISE-STABLE]
- VScode run from WSL in Linux: Cannot activate the 'Atlassian for VSCode (Official)' extension because 'git' extension is not loaded π [ENTERPRISE-STABLE]
- kite: Code Faster with AI Autocomplete π [ENTERPRISE-STABLE]
- With the Edge (Chromium) Tools for VS Code you can see the browser's Inspector and Dev Tools within VSCode, to debug your front-end code π [ENTERPRISE-STABLE]
- docker.com: How to Develop Inside a Container Using Visual Studio Code Remote Containers π π [CASE-STUDY]
- devblogs.microsoft.com: Need an Intro to VS Code? Let Tech with Tim Help! π [ENTERPRISE-STABLE]
- A multi-step tutorial that covers the basics of working with Docker with Visual Studio Code and deploy on Azure π [CASE-STUDY]
- thenewstack.io: This Week in Programming: All Hail Visual Studio Code π [ENTERPRISE-STABLE]
- blogs.windows.com: Bringing the browser developer tools to Visual Studio Code π [ENTERPRISE-STABLE]
- visualstudiomagazine.com: Code with Fire! Top VS Code Tips π [ENTERPRISE-STABLE]
- 39digits.com: How to sign your commits to GitHub using Visual Studio Code on Windows 10 and WSL2 π π [CASE-STUDY]
- youtube: Source Control Tip 9: Dealing with Merge Conflicts in VS Code π₯ π [ENTERPRISE-STABLE]
- dev.to: Video: Visualize the architecture of your Java app, in VS Code, in 2 ΒΉ/β minutes π [ARCHITECTURE-GUIDE]
- serverless-stack.com: How to debug Lambda functions with Visual Studio Code π [CASE-STUDY]
- github.blog: VS Code: Now creating pull requests π π [ENTERPRISE-STABLE]
- dev.to: Using VS Code to git rebase π [ENTERPRISE-STABLE]
- freecodecamp.org: 10 VS Code Extensions to Increase Your Productivity π [ENTERPRISE-STABLE]
- dev.to: How to configure VSCode Bracket Pair Colors Natively π [CASE-STUDY]
- realpython.com: Advanced Visual Studio Code for Python Developers π [ENTERPRISE-STABLE]
- blog.openreplay.com: 8 Cool VS Code tips to make your workspace more personal π [ENTERPRISE-STABLE]
- dev.to: Visual Studio Code - Tips & Tricks - Command Palette and its friends π [ENTERPRISE-STABLE]
- betterprogramming.pub: How To Update Your GitHub Repository in Visual Studio Code π [CASE-STUDY]
- dev.to/this-is-learning: Visual Studio Code - Tips & Tricks - Snippets π [ENTERPRISE-STABLE]
- dev.to/jcofman: Make VS Code better by editing and updating some settings π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: 12 Visual Studio Code Shortcuts That Every Developer Must Know π [ENTERPRISE-STABLE]
- betterprogramming.pub: Generating Class Diagrams for .Net Core π [ENTERPRISE-STABLE]
- freecodecamp.org: Best Colorful VSCode Extensions β How to Personalize Your Editor π [CASE-STUDY]
- dev.to: VSCode Extensions I'm in LOVE with | Tina Huynh π [ENTERPRISE-STABLE]
- betterprogramming.pub: Learn to Code Remotely With VS Code And SSH π [ENTERPRISE-STABLE]
- austingil.com: VS Code Timeline Restores Lost Work That Git Canβt π π [ENTERPRISE-STABLE]
- developers.redhat.com: Remote container development with VS Code and Podman π π [ENTERPRISE-STABLE]
- visualstudio.microsoft.com/services/live-share: Visual Studio Live Share π π [ENTERPRISE-STABLE]
- freecodecamp.org: How to Use Markdown in VSCode β Syntax and Examples π [CASE-STUDY]
- gijsreijn.medium.com: Optimizing Your DSC V3 Authoring Experience in VSCode π [ENTERPRISE-STABLE]
- VSCode Updates π [ENTERPRISE-STABLE]
- Flexible layout π π [ENTERPRISE-STABLE]
- code.visualstudio.com: keyboard shortcuts for Windows π [ENTERPRISE-STABLE]
- code.visualstudio.com: keyboard shortcuts for Linux π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com π [ENTERPRISE-STABLE]
- Microsoft π π [ENTERPRISE-STABLE]
- Red Hat π π [ENTERPRISE-STABLE]
- AmazonWebServices π [ENTERPRISE-STABLE]
- Google Cloud π [ENTERPRISE-STABLE]
- Oracle π [ENTERPRISE-STABLE]
- GitLens π π [ENTERPRISE-STABLE]
- GitLens interactive rebase π [ENTERPRISE-STABLE]
- Git Graph π [ENTERPRISE-STABLE]
- Better Comments π [ENTERPRISE-STABLE]
- Auto Markdown TOC By AX1 π [ENTERPRISE-STABLE]
- Prettier: π [ENTERPRISE-STABLE]
- Live Share: π [ENTERPRISE-STABLE]
- EditorConfig: π [ENTERPRISE-STABLE]
- Polacode π [ENTERPRISE-STABLE]
- ESLint: π [ENTERPRISE-STABLE]
- Indent-Rainbow: π [ENTERPRISE-STABLE]
- Live Server: π [ENTERPRISE-STABLE]
- SVG: π [ENTERPRISE-STABLE]
- betterprogramming.pub: The Best VS Code Extensions to Supercharge Your Git π [ENTERPRISE-STABLE]
- dzone.com: 10 VS Code Extensions to Fight Technical Debt π [ENTERPRISE-STABLE]
- dev.to: Superb VSCode extensions changing your coding life π [ENTERPRISE-STABLE]
- c-sharpcorner.com: The Best VS Code Extensions For Remote Working π [ENTERPRISE-STABLE]
- freecodecamp.org: VS Code Extensions to Increase Developer Productivity π [ENTERPRISE-STABLE]
- dev.to: My Top 5 Visual Studio Code extensions for Azure Developers π [ENTERPRISE-STABLE]
- hashicorp.com: Terraform extension for VS Code speeds up loading of large workspaces π [ENTERPRISE-STABLE]
- Prettier ESLint π [ENTERPRISE-STABLE]
- Rainbow Brackets π [ENTERPRISE-STABLE]
- TODO Highlight π [ENTERPRISE-STABLE]
- Todo+ π [ENTERPRISE-STABLE]
- Todo Tree π [ENTERPRISE-STABLE]
- Babel JavaScript π [ENTERPRISE-STABLE]
- Error Lens π [ENTERPRISE-STABLE]
- Docker π [ENTERPRISE-STABLE]
- DotENV π [ENTERPRISE-STABLE]
- Jest π [ENTERPRISE-STABLE]
- Live Server π [ENTERPRISE-STABLE]
- Draw.io Integration π [ENTERPRISE-STABLE]
- Turbo Console Log π [ENTERPRISE-STABLE]
- Path Intellisense π [ENTERPRISE-STABLE]
- GitHub Pull Requests and Issues π π [ENTERPRISE-STABLE]
- React Pure To Class π [ENTERPRISE-STABLE]
- Helm Intellisense π [ENTERPRISE-STABLE]
- Azure Resource Manager (ARM) Tools π π [ENTERPRISE-STABLE]
- gitlab.com: VS Code extension development with GitLab π [ENTERPRISE-STABLE]
- freecodecamp.org: VS Code Extensions That'll Boost Your Development Productivity π π [ENTERPRISE-STABLE]
- CloudFormation Snippets π π [ENTERPRISE-STABLE]
- dannys.cloud: Autocomplete your CloudFormation Resources in VS Code π [ENTERPRISE-STABLE]
- GitHub Actions π π [ENTERPRISE-STABLE]
- Local History π [ENTERPRISE-STABLE]
- Remote Repositories π π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: Bridge to Kubernetes (VSCode) π [ENTERPRISE-STABLE]
- Working with Kubernetes in VS Code π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: GitHub Repositories π π [ENTERPRISE-STABLE]
- Azure/vscode-kubernetes-tools π π [ENTERPRISE-STABLE]
- snyk.io: Securing your open source dependencies with the Snyk Visual Studio Code extension π [ENTERPRISE-STABLE]
- prisma.io: Improving the Prisma Visual Studio Code Extension with WebAssembly π π [ENTERPRISE-STABLE]
- IAM Legend π [ENTERPRISE-STABLE]
- GitLive π [ENTERPRISE-STABLE]
- dev.to/gitlive: GitLive now works with any Git repository in VS Code! π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: autoDocstring - Python Docstring Generator π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: Azure App Service for Visual Studio Code π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: CodeSnap π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: GitOps Tools for Flux π π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: Kubernetes Reference Highlighter π π [ENTERPRISE-STABLE]
- freecodecamp.org: Increase Your VS Code Productivity π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: Ruff extension for Visual Studio Code π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: Learn Cloud π π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: Kubernetes YAML Formatter π π [ENTERPRISE-STABLE]
- GitHub Copilot π π [ENTERPRISE-STABLE]
- code.visualstudio.com: GitHub Copilot in VS Code π [ENTERPRISE-STABLE]
- techcommunity.microsoft.com: Unleashing GitHub Copilot for Infrastructure as Code (powershell, terraform, etc) π [ENTERPRISE-STABLE]
- blog.logrocket.com: Top 10 VS Code extensions for 2021 π [ENTERPRISE-STABLE]
- dev.to: Thunder Client - Http Client Extension for VS Code π [ENTERPRISE-STABLE]
- c-sharpcorner.com: The Best VS Code Extensions To Supercharge Git π [ENTERPRISE-STABLE]
- dev.to: VS Code extensions to increase your Productivity π [ENTERPRISE-STABLE]
- dev.to: Top 5 Best Git Extensions For VS Code (You must have) π [ENTERPRISE-STABLE]
- Material Icon Theme π [ENTERPRISE-STABLE]
- Monokai Pro Theme π [ENTERPRISE-STABLE]
- Codey Midnight Theme π [ENTERPRISE-STABLE]
- 1984 Theme π [ENTERPRISE-STABLE]
- Dracula Official π [ENTERPRISE-STABLE]
- Dracula Pro Theme π π [ENTERPRISE-STABLE]
- Discord Presence Theme π [ENTERPRISE-STABLE]
- GitHub Theme π π [ENTERPRISE-STABLE]
- Jira and Bitbucket (Official) π [ENTERPRISE-STABLE]
- GitLab Workflow π [ENTERPRISE-STABLE]
- Kubernetes (by Microsoft) π [ENTERPRISE-STABLE]
- Kubernetes Kind (by Microsoft) π [ENTERPRISE-STABLE]
- Docker (by Microsoft) π [ENTERPRISE-STABLE]
- Terraform π [ENTERPRISE-STABLE]
- Azure DevOps π π [ENTERPRISE-STABLE]
- gitflow by vector-of-bool π [ENTERPRISE-STABLE]
- GitFlow 4 Code π [ENTERPRISE-STABLE]
- JirAux (Jira integration) π [ENTERPRISE-STABLE]
- BABA-Git Flow π [ENTERPRISE-STABLE]
- Jenkins JCasC-Plugin π [ENTERPRISE-STABLE]
- Jenkins Pipeline Linter Connector π [ENTERPRISE-STABLE]
- secanis.ch: Jenkinsfile Support π [ENTERPRISE-STABLE]
- ivory-lab: JenkinsFile Support π [ENTERPRISE-STABLE]
- JM Meessen: Declarative Jenkinsfile Support π [ENTERPRISE-STABLE]
- Alessandro Fragnani: Jenkins Status π [ENTERPRISE-STABLE]
- Integrated Terminal π [ENTERPRISE-STABLE]
- blog.getambassador.io: Debugging Go Microservices in Kubernetes with VScode π π [ENTERPRISE-STABLE]
- developers.redhat.com: Remote debugging on Kubernetes using VS Code π [ENTERPRISE-STABLE]
- metalbear-co/mirrord π [ENTERPRISE-STABLE]
- blog.stackademic.com: Debugging Microservices Locally with mirrord π [ENTERPRISE-STABLE]
- kenneth.io: Introducing remote debugging of Node.js apps on Azure App Service from VS Code π [ENTERPRISE-STABLE]
- Getting Started with Data Wrangler in VS Code π [ENTERPRISE-STABLE]
- Python in Visual Studio Code β September 2020 Release π [ENTERPRISE-STABLE]
- Python in Visual Studio Code β January 2021 Release π [ENTERPRISE-STABLE]
- realpython.com: Python Development in Visual Studio Code π [ENTERPRISE-STABLE]
- github.com/golang/vscode-go π π [ENTERPRISE-STABLE]
- blog.golang.org: Gopls on by default in the VS Code Go extension π [ENTERPRISE-STABLE]
- Bridge to Kubernetes π π [ENTERPRISE-STABLE]
- visualstudiomagazine.com: Bridge to Kubernetes Simplifies Microservice Development in Visual Studio/VS Code π [ENTERPRISE-STABLE]
- AWS Toolkits for Cloud9, JetBrains and VS Code now support interaction with over 200 new resource types π π [ENTERPRISE-STABLE]
- Cloud Code π π [ENTERPRISE-STABLE]
- Repl.it π [ENTERPRISE-STABLE]
- piotrminkowski.com: Development on Kubernetes: IDE & TOOLS π [ENTERPRISE-STABLE]
- openshift.com: Visual Web Terminal - A Turbocharged Command Line for Kubernetes and OpenShift π [ENTERPRISE-STABLE]
- Linux on Chrome OS, sometimes called Crostini π π [ENTERPRISE-STABLE]
- Fleet π [ENTERPRISE-STABLE]
- softzone.es: Conoce Fleet, el nuevo IDE ultraligero de la mano de JetBrains π [ENTERPRISE-STABLE]
- thenewstack.io: Are Cloud-Based IDEs the Future of Software Engineering? π [ENTERPRISE-STABLE]
- evaizik.medium.com: Setting up a remote debugging for Java microservices running inside Kubernetes pods π [ENTERPRISE-STABLE]
- betterprogramming.pub: My Top 7 Most Underrated IntelliJ IDEA Features π [ENTERPRISE-STABLE]
- github.dev π [ENTERPRISE-STABLE]
- gitpod.io ππ π [ENTERPRISE-STABLE]
- github1s.com π π [ENTERPRISE-STABLE]
- Visual Studio Code - Shorts π₯ π [ENTERPRISE-STABLE]
- VSCode Profiles π₯ π [ENTERPRISE-STABLE]
- Pin VS Code Tabs π₯ π [ENTERPRISE-STABLE]
- Markdown Header Magic π₯ π [ENTERPRISE-STABLE]
- Changing Font in VS Code the RIGHT WAY! π₯ π [ENTERPRISE-STABLE]
- ErrorLens! Catch Errors on the Fly! π₯ π [ENTERPRISE-STABLE]
- Try Maven (and Java) in VS Code! π₯ π [ENTERPRISE-STABLE]
- Extension of the Week: Prettier π₯ π [ENTERPRISE-STABLE]
- Copilot Unit Tessts Like a Boss π₯ π [ENTERPRISE-STABLE]
- STOP Creating New Files This! But Do THIS in VS Code!!! π₯ π [ENTERPRISE-STABLE]
- Take your extensions with you π₯ π [ENTERPRISE-STABLE]
- Java, Gradle, and VS Code π₯ π [ENTERPRISE-STABLE]
- VS Code February 2023 Release Highlights (v1.76) π₯ π [ENTERPRISE-STABLE]
- Extension of the week: Thunder Client π₯ π [ENTERPRISE-STABLE]
- Pin VS Code Tabs? π₯ π [ENTERPRISE-STABLE]
- Rainbox CSV π₯ π [ENTERPRISE-STABLE]
- ExtensiΓ³n de Visual Studio Code que genera tests y mejora tu cΓ³digo π₯ π [ENTERPRISE-STABLE]
- Create diagrams in vscode π₯ π [ENTERPRISE-STABLE]
- Copilot writing Markdown π₯ π [ENTERPRISE-STABLE]
- Change your Java versions in VS Code! π₯ π [ENTERPRISE-STABLE]
- April 2023 Release Highlights - Profile Templates π₯ π [ENTERPRISE-STABLE]
- How VS Code Makes Branches π₯ π [ENTERPRISE-STABLE]
- Write slides in VS Code π₯ π [ENTERPRISE-STABLE]
- Create guided walkthroughs of your code π₯ π [ARCHITECTURE-GUIDE]
- Minimap Makeover π₯ π [ENTERPRISE-STABLE]
- Navigate your code's history π₯ π [ENTERPRISE-STABLE]
- Vertical rulers π₯ π [ENTERPRISE-STABLE]
- Time Travel! π₯ π [ENTERPRISE-STABLE]
- Master Git with Git Graph π₯ π [ENTERPRISE-STABLE]
- New VS Code features π₯ π [ENTERPRISE-STABLE]
- Hacking GitHub? π₯ π [ENTERPRISE-STABLE]
- New VS Code Release Highlights v1.86 π₯ π [ENTERPRISE-STABLE]
- File Icon Theme π₯ π [ENTERPRISE-STABLE]
- Learn with Copilot π₯ π [ENTERPRISE-STABLE]
- Visualize your git repo in vscode with Git Graph extensions π₯ π [ENTERPRISE-STABLE]
- How to be a professional (un)wrapper #vscode #programmingtools #coding π₯ π [CASE-STUDY]
- Screencast mode π₯ π [ENTERPRISE-STABLE]
Javascript¶
- wikipedia: JavaScript π [ENTERPRISE-STABLE]
- v8.dev: π [ENTERPRISE-STABLE]
- dev.to: JavaScript Objects π [ENTERPRISE-STABLE]
- dev.to: JavaScript Arrays and its Methods π [ENTERPRISE-STABLE]
- dev.to: Getting Started with JavaScript Modules π [ENTERPRISE-STABLE]
- dev.to: Username Validator π [ENTERPRISE-STABLE]
- freecodecamp.org: HTTP Networking in JavaScript βHandbook for Beginners π [ENTERPRISE-STABLE]
- dev.to: How to add In-App notifications to any web app! π [CASE-STUDY]
- freecodecamp.org: Web Storage API β How to Store Data on the Browser π [CASE-STUDY]
- useHooks - React Hooks Library π [ENTERPRISE-STABLE]
- IntelliJ vs. VSCode for Rust Development π [ENTERPRISE-STABLE]
- canva.com π [ENTERPRISE-STABLE]
- mockuper.net π [ENTERPRISE-STABLE]
- cssnectar.com π [ENTERPRISE-STABLE]
- bgjar.com π [ENTERPRISE-STABLE]
- npkill.js.org π [ENTERPRISE-STABLE]
- Koa.js π [ENTERPRISE-STABLE]
- wikipedia: Node.js π [ENTERPRISE-STABLE]
- nodejs.org π [ENTERPRISE-STABLE]
- github.com/nodejs/node π [ENTERPRISE-STABLE]
- developers.redhat.com: Introduction to the Node.js reference architecture, Part 5: Building good containers π [ARCHITECTURE-GUIDE]
- dev.to: How to build 7,000+ REST APIs within 2 mins (Node.js + MySQL) !! π [CASE-STUDY]
- Npm π [ENTERPRISE-STABLE]
- npm has joined GitHub π [ENTERPRISE-STABLE]
- Clean Architecture on Frontend π [ARCHITECTURE-GUIDE]
- cult.honeypot.io: Best Frontend JavaScript Frameworks To Learn 2021 π [ENTERPRISE-STABLE]
- react js: mithi/react-philosophies π [ENTERPRISE-STABLE]
Lowcode-nocode¶
- dzone: Top 10 Low-Code Articles π [ENTERPRISE-STABLE]
- sdtimes.com: Low code cuts down on dev time, increases testing headaches π [ENTERPRISE-STABLE]
- thenewstack.io: Use Low Code to Reduce Friction for Cloud Operations Teams π [ENTERPRISE-STABLE]
- itnext.io: For Developers the Low-Code Winter Is Coming π [ENTERPRISE-STABLE]
- thenewstack.io: Why Businesses Want to Enable βNo-Codeβ and βLow-Codeβ Automation π [ENTERPRISE-STABLE]
- thenewstack.io: Low Code for Pro Coders π [ENTERPRISE-STABLE]
- acloudguru.com: AWS adds to the no-code pile: Is it the end of the engineer? π [ENTERPRISE-STABLE]
- techradar.com: Low-code could replace "traditional" coding within months π [ENTERPRISE-STABLE]
Dom¶
- Getting Started with the DOM π [ENTERPRISE-STABLE]
- digitalocean.com: Understanding the DOM β Document Object Model eBook π [ENTERPRISE-STABLE]
- freecodecamp.org: JavaScript DOM Tutorial β How to Build a Calculator App in JS π [CASE-STUDY]
- freecodecamp.org: How the Document Object Model Works in JavaScript β DOM Tutorial for Beginners π [CASE-STUDY]
Embedded-servlet-containers¶
- Apache Tomcat migration tool for Jakarta EE π [ENTERPRISE-STABLE]
- Comparing Embedded Servlet Containers in Spring Boot π [ENTERPRISE-STABLE]
- Tomcat vs. Jetty vs. Undertow: Comparison of Spring Boot Embedded Servlet Containers π [ENTERPRISE-STABLE]
- Undertow π [ENTERPRISE-STABLE]
Linux-dev-env¶
- docs.microsoft.com: WSL - Windows Subsystem for Linux π [ENTERPRISE-STABLE]
- Using WSL and MobaXterm to Create a Linux Dev Environment on Windows π [ENTERPRISE-STABLE]
- Setting Up Docker for Windows and WSL to Work Flawlessly π [ENTERPRISE-STABLE]
- Take your Linux development experience in Windows to the next level with WSL and Visual Studio Code Remote π [ENTERPRISE-STABLE]
- kubernetes.io: WSL+Docker: Kubernetes on the Windows Desktop π π [ENTERPRISE-STABLE]
- Ubuntu on WSL 2 Is Generally Available π π [ENTERPRISE-STABLE]
- Microsoft Makes it Easier to Install WSL on Windows 10 π π [ENTERPRISE-STABLE]
- kubernetes.io - WSL+Docker: Kubernetes on the Windows Desktop π π [ENTERPRISE-STABLE]
- 9elements.com: Developing on Windows with WSL2 π [ENTERPRISE-STABLE]
- Docker Desktop & WSL 2 β Backport Update π [ENTERPRISE-STABLE]
- itnext.io: WSL2 Tips: Limit CPU/Memory When using Docker π [ENTERPRISE-STABLE]
- Distro installation added to WSL --install in Windows 10 insiders preview build 20246 π [ENTERPRISE-STABLE]
- pandorafms.com: QuΓ© es, cΓ³mo instalar WSL2 y por quΓ© es una gran noticia para el sector TI π [ENTERPRISE-STABLE]
- dev.to: Install Docker on Windows (WSL) without Docker Desktop π π [ENTERPRISE-STABLE]
- techrepublic.com: Windows Subsystem for Linux 2: The GUI features developers have been asking for π [ENTERPRISE-STABLE]
- bleepingcomputer.com: Windows 11 can now install WSL from the Microsoft Store π π [ENTERPRISE-STABLE]
- klaushofrichter.medium.com: Using Windows Subsystem for Linux for Kubernetes π [ENTERPRISE-STABLE]
- Windows Terminal 1.0 π [ENTERPRISE-STABLE]
- Microsoft launches Windows Terminal 1.0, unveils GPU support and Linux GUI apps in WSL π [ENTERPRISE-STABLE]
- Windows Package Manager CLI (aka winget) π [ENTERPRISE-STABLE]
- Microsoft debuts Windows Package Manager for your dev environment π [ENTERPRISE-STABLE]
- asdf version manager (asdf-vm) π [ENTERPRISE-STABLE]
- cmder π π [ENTERPRISE-STABLE]
Angular¶
- angular.io π [ENTERPRISE-STABLE]
- angular.io: Building and serving Angular apps π [ENTERPRISE-STABLE]
- developers.redhat.com: Handling Angular environments in continuous delivery with Red Hat OpenShift π [ENTERPRISE-STABLE]
- javascript.plainenglish.io: Angular is Costing Companies Billions π [ENTERPRISE-STABLE]
Chromedevtools¶
- devtools.chrome.com π [ENTERPRISE-STABLE]
- Port of Firefox's JSON Viewer π [ENTERPRISE-STABLE]
- twitter.com/ChromeDevTools π [ENTERPRISE-STABLE]
- digitalocean.com: How To Debug Node.js with the Built-In Debugger and Chrome DevTools π [CASE-STUDY]
- dev.to: My 12 Favorite Chrome Extensions as a Web Developer π [ENTERPRISE-STABLE]
- blog.bitsrc.io: Google Chrome Hidden Features Every Developer Should Know π [ENTERPRISE-STABLE]
- Firefox DevTools π [ENTERPRISE-STABLE]
- jsontoolbox.com π [ENTERPRISE-STABLE]
Xamarin¶
- Wikipedia: Xamarin π [ENTERPRISE-STABLE]
- dotnet.microsoft.com: Xamarin π [ENTERPRISE-STABLE]
- dotnet.microsoft.com: What is Xamarin? π [ENTERPRISE-STABLE]
Dotnet¶
- wikipedia.org: .NET π [ENTERPRISE-STABLE]
- techcommunity.microsoft.com: Full-stack .NET 6 Apps with Blazor WebAssembly and Azure Static Web Apps π [ENTERPRISE-STABLE]
- developers.redhat.com: Three ways to containerize .NET applications on Red Hat OpenShift π [ENTERPRISE-STABLE]
- developers.redhat.com: .NET 6 now available for RHEL and OpenShift π [ENTERPRISE-STABLE]
- telerik.com: Your First Microservice in .NET 6 π [ENTERPRISE-STABLE]
- docs.microsoft.com: .NET Microservices: Architecture for Containerized .NET Applications π [ARCHITECTURE-GUIDE]
- stackify.com: Who will Dominate in the future: .Net or Java? π [ENTERPRISE-STABLE]
- devblogs.microsoft.com: Announcing Rate Limiting for .NET π [ENTERPRISE-STABLE]
- blog.jetbrains.com: Getting Started with ASP.NET Core and gRPC π [ENTERPRISE-STABLE]
- dzone: Building a RESTful Service Using ASP.NET Core and dotConnect for PostgreSQL π [ENTERPRISE-STABLE]
- enlear.academy: Repository Pattern and Unit of Work with ASP.NET Core Web API π [ENTERPRISE-STABLE]
- itnext.io: How to Build an Event-Driven ASP.NET Core Microservice Architecture π [ARCHITECTURE-GUIDE]
- NuGet/docs.microsoft.com-nuget: nuspec π [ENTERPRISE-STABLE]
- gist.github.com: Creating and Publishing NuGet Packages π [ENTERPRISE-STABLE]
- khalidabuhakmeh.com: A .NET 5.0 Guide: From Idea To NuGet Package π [ARCHITECTURE-GUIDE]
- syncfusion.com: 10 Best C# NuGet Packages to Improve Your Productivity in 2022 π [ENTERPRISE-STABLE]
- devblogs.microsoft.com: Introducing Compatible Packages on NuGet.org π [ENTERPRISE-STABLE]
- devblogs.microsoft.com: Getting Started with DevOps and .NET MAUI π [ENTERPRISE-STABLE]
- App-vNext/Polly π [ENTERPRISE-STABLE]
- medium: Microservices Resilience and Fault Tolerance with applying Retry and Circuit-Breaker patterns using Polly π [ENTERPRISE-STABLE]
- procodeguide.com: Build Resilient Microservices (Web API) using Polly in ASP.NET Core π [ARCHITECTURE-GUIDE]
- Paradigm framework π [ENTERPRISE-STABLE]
- Extend your coding agent with .NET Skills π [ENTERPRISE-STABLE]
- Oakton π [ENTERPRISE-STABLE]
- Lamar π [ENTERPRISE-STABLE]
- jeremydmiller.com: Self Diagnosing Deployments with Oakton and Lamar π [ENTERPRISE-STABLE]
- dotnetcurry.com: Kubernetes for ASP.NET Core Developers β Introduction, Architecture, Hands-On π [ARCHITECTURE-GUIDE]
- andrewlock.net: Series: Deploying ASP.NET Core applications to Kubernetes with Helm π π [ENTERPRISE-STABLE]
Swagger-code-generator-for-rest-apis¶
- https://swagger.io/ π [ENTERPRISE-STABLE]
- https://github.com/swagger-api/swagger-codegen π [ENTERPRISE-STABLE]
- youtube.com: SwaggerHub 101 An Introduction to Getting Started with SwaggerHub π₯ π [ENTERPRISE-STABLE]
- youtube.com: Building an API with Swagger π₯ π [ENTERPRISE-STABLE]
- jonnylangefeld.com: Kubernetes: How to View Swagger UI π [CASE-STUDY]
- baeldung.com: Using Swagger (OpenAPI) for a Spring REST API With Kotlin π [ENTERPRISE-STABLE]
React¶
- useHooks - React Hooks Library π [ENTERPRISE-STABLE]
- web.dev/explore/react π [ENTERPRISE-STABLE]
- freecodecamp.org: How to Get Started With React β A Beginner's Guide π [ARCHITECTURE-GUIDE]
Web3¶
- thenewstack.io: Web3 Architecture and How It Compares to Traditional Web Apps π [ARCHITECTURE-GUIDE]
- blog.suhailkakar.com: Web 3.0 Terms and Their Definitions in Plain English π [ENTERPRISE-STABLE]
- wired.com: The Father of Web3 Wants You to Trust Less π [ENTERPRISE-STABLE]
- elconfidencial.com: El futuro de internet ya estΓ‘ aquΓ y se llama Web3, pero casi nadie sabe de quΓ© se trata π [ENTERPRISE-STABLE]
Java_app_servers¶
- Install Java 23 in an Azure DevOps Pipeline π [ENTERPRISE-STABLE]
- wikipedia: Jakarta EE π [ENTERPRISE-STABLE]
- Wikipedia: Payara Server π [ENTERPRISE-STABLE]
- Payara π [ENTERPRISE-STABLE]
- Dzone: Getting Started With Java EE 8, Payara 5 and Eclipse Oxygen π [ENTERPRISE-STABLE]
- Payara π [ENTERPRISE-STABLE]
- Payara Micro π [ENTERPRISE-STABLE]
- Red Hat JBoss Enterprise Application Platform (JBoss EAP) π [ENTERPRISE-STABLE]
- developers.redhat.com: Red Hat JBoss Enterprise Application Platform expansion pack 1.0 (JBoss EAP XP) released π [ENTERPRISE-STABLE]
- WildFly π [ENTERPRISE-STABLE]
- Dzone: Jakarta EE & Wildfly Running on Kubernetes π [ENTERPRISE-STABLE]
- opensource.com: Get started with WildFly for Java web development π [ENTERPRISE-STABLE]
- WebSphere Liberty from IBM π [ENTERPRISE-STABLE]
- TomEE from Tomitribe π [ENTERPRISE-STABLE]
- KumuluzEE π [ENTERPRISE-STABLE]