Главная
Study mode:
on
You
History
Saved
In progress
0 courses
compleat
0 courses
#Art & Design
#Adobe
#ChatGPT
#GitHub
#Semantic Versioning
YouTube
education
Showing:
28
courses
Sort by Relevancy
Highest rated
Lowest rated
Most recently added
Devoxx
Top REST API Design Pitfalls
0
rewiews
Explore common API design mistakes and best practices for creating robust, secure, and efficient REST APIs. Learn to avoid pitfalls in domain modeling, data privacy, and performance.
Add to list
1
Lesons
52 minutes
On-Demand
Free-Video
Bogdan Stashchuk
Understanding NPM - Node.js Package Manager
0
rewiews
Comprehensive guide to NPM, covering package management, project initialization, versioning, dependencies, scripts, and best practices for Node.js development.
Add to list
28
Lesons
2 hours 30 minutes
On-Demand
Free-Video
Rust
How to Start a Solo Project That You'll Stick With - RustConf 2020
0
rewiews
Learn strategies for starting and maintaining solo projects, focusing on habit formation, realistic goal-setting, and effective planning techniques to ensure long-term success and fulfillment.
Add to list
22
Lesons
21 minutes
On-Demand
Free-Video
Devoxx
Future-Proofing Java: The Art of Crafting Resilient APIs
0
rewiews
Master the principles of designing resilient Java APIs through practical examples, exploring encapsulation, inheritance, and modern capabilities while learning to create flexible, maintainable, and future-proof solutions.
Add to list
1
Lesons
40 minutes
On-Demand
Free-Video
Dave Gray
NPM Node Package Manager Modules - NPM Tutorial for Beginners
0
rewiews
Learn to use NPM for managing Node.js packages. Covers installation, dependencies, scripts, versioning, and more. Ideal for beginners looking to enhance their Node.js projects with additional functionality.
Add to list
19
Lesons
23 minutes
On-Demand
Free-Video
OWASP Foundation
OWASP Juice Shop - Sustainable Development Practices for Web Applications
0
rewiews
Explore sustainable web app development with OWASP Juice Shop. Learn clean code, TDD, CI/CD, quality metrics, and mutation testing. Discover automation benefits and overcome challenges in JavaScript development.
Add to list
20
Lesons
41 minutes
On-Demand
Free-Video
Web Conferences Amsterdam
The Technical Side of Design Systems
0
rewiews
Explore the technical aspects of design systems, including architecture, implementation, and deployment, to create robust front-end components for powering user interfaces.
Add to list
12
Lesons
52 minutes
On-Demand
Free-Video
Rawkode Academy
Writing a Kubernetes Controller - Tutorial
0
rewiews
Learn to build a custom Kubernetes controller for managing container images with semantic versioning. Explore admission controllers, webhooks, and practical implementation techniques.
Add to list
14
Lesons
2 hours 8 minutes
On-Demand
Free-Video
Strange Loop Conference
Make the Back-End Team Jealous - Elm in Production
0
rewiews
Discover how Elm can revolutionize front-end development, offering reliability, performance, and clean code. Learn to integrate Elm into existing JS projects and explore its unique features and benefits.
Add to list
23
Lesons
31 minutes
On-Demand
Free-Video
React Conferences by GitNation
Introducing and Implementing React at Coolblue
0
rewiews
Discover how Coolblue implemented React to enhance employee productivity. Learn about their research, decision-making process, and the benefits of adopting this technology stack.
Add to list
7
Lesons
26 minutes
On-Demand
Free-Video
PHP UK Conference
Composer Best Practices
0
rewiews
Learn best practices for Composer, the PHP dependency manager. Master version constraints, semantic versioning, and packaging techniques to become a better open-source contributor and PHP developer.
Add to list
30
Lesons
46 minutes
On-Demand
Free-Video
Spring I/O
What's New in Spring Data
0
rewiews
Explore latest Spring Data features: Java 8 streams, DSL, projections, and store-specific improvements for JPA, MongoDB, Neo4j, and Solr.
Add to list
13
Lesons
51 minutes
On-Demand
Free-Video
ACCU Conference
C++ API & ABI Versioning
0
rewiews
Explore C++ API & ABI versioning techniques, focusing on compatibility, breaking changes, and versioning strategies to maintain libraries and adapt to client needs over time.
Add to list
34
Lesons
1 hour 29 minutes
On-Demand
Free-Video
CNCF [Cloud Native Computing Foundation]
Stop Breaking the Proto! Designing for Change in a Microservices World
0
rewiews
Explore techniques for evolving protobuf contracts in microservices without breaking downstream callers. Learn design patterns to minimize API contract breaks and ensure smooth deployments.
Add to list
17
Lesons
16 minutes
On-Demand
Free-Video
Scala Days Conferences
sbt 1 by Dale Wijnand and Eugene Yokota
0
rewiews
Learn about sbt 1, its ecosystem, and improvements in this talk by Dale Wijnand and Eugene Yokota. Explore semantic versioning, plugins, binary compatibility, and project management.
Add to list
25
Lesons
41 minutes
On-Demand
Free-Video
Ruby Central
How to Stop Breaking Other People's Things
0
rewiews
Learn strategies to identify and mitigate breaking changes in APIs, help consumers build resilient integrations, and safely release updates while minimizing disruptions to dependent software.
Add to list
17
Lesons
28 minutes
On-Demand
Free-Video
JSConf
Breaking Changes
0
rewiews
Explore the nuances of "breaking changes" in software versioning, focusing on JavaScript. Learn to identify, avoid, and manage unintended impacts on downstream applications.
Add to list
1
Lesons
29 minutes
On-Demand
Free-Video
JSConf
API Modernization - Building Bridges As You Cross Them
0
rewiews
Explore API modernization strategies in open-source projects, balancing innovation with maintenance while considering end-user needs. Learn about asynchronous JS, idiomatic patterns, and cross-language implementation challenges.
Add to list
18
Lesons
29 minutes
On-Demand
Free-Video
JSConf
We Fail to Follow SemVer and Why It Needn't Matter
0
rewiews
Explore automated package publishing to overcome SemVer challenges in npm ecosystem. Learn to create reliable modules and mitigate dependency issues in JavaScript development.
Add to list
1
Lesons
39 minutes
On-Demand
Free-Video
NDC Conferences
Versioning
0
rewiews
Explore the complexities of software versioning, its impact on users, and strategies to navigate challenges in library and framework updates.
Add to list
1
Lesons
1 hour
On-Demand
Free-Video
Conf42
Mapping the Minefield of Open Source Software Risks - DevOps 2024
0
rewiews
Explore open source software risks, vulnerabilities, and remediation strategies. Learn about software composition analysis, reachability, and semantic versioning for effective dependency management.
Add to list
18
Lesons
22 minutes
On-Demand
Free-Video
Devoxx Poland
Did Anyone Say SemVer? - Understanding Semantic Versioning
0
rewiews
Explore semantic versioning principles and best practices for effective software version management and dependency handling.
Add to list
1
Lesons
19 minutes
On-Demand
Free-Video
The Julia Programming Language
The Public Keyword and Public APIs in Julia
0
rewiews
Explore Julia's `public` keyword, its role in API design, and tooling support. Learn about declaring public APIs, existing conventions, and future developments in Julia's ecosystem.
Add to list
1
Lesons
28 minutes
On-Demand
Free-Video
GOTO Conferences
Adventures in Elm
0
rewiews
Explore Elm's functional programming for browsers, combining strict principles with user interaction. Learn challenges and freedoms in this innovative language that compiles to JavaScript.
Add to list
1
Lesons
51 minutes
On-Demand
Free-Video
Devoxx
Oops, I Broke My API
0
rewiews
Explore strategies for managing API changes, weighing arguments for and against modifications, and implementing effective transition methods to minimize user impact and maintain product loyalty.
Add to list
21
Lesons
51 minutes
On-Demand
Free-Video
GOTO Conferences
Adventures in Elm - Questioning Programming Principles with Functional Development
0
rewiews
Explore how Elm's purely functional approach challenges traditional programming principles while offering new perspectives on state management, error handling, and user interactions in browser applications.
Add to list
1
Lesons
49 minutes
On-Demand
Free-Video
Eclipse Foundation
Inside Tycho 4 - Building Eclipse Bundles with Maven
0
rewiews
Discover how to optimize Eclipse plugin builds with Tycho 4's new features, including BND support, mixed builds, and simplified configuration for more flexible and efficient development workflows.
Add to list
1
Lesons
33 minutes
On-Demand
Free-Video
CNCF [Cloud Native Computing Foundation]
The Path to Helm 4 - Understanding the Next Major Version of Kubernetes Package Manager
0
rewiews
Discover the evolution and future roadmap of Helm 4, exploring key features, stability measures, and upcoming changes to the Kubernetes package manager while learning how to participate in its development.
Add to list
1
Lesons
34 minutes
On-Demand
Free-Video
load more...