SlideShare a Scribd company logo
Photos by

Get Hip with JHipster!
Matt Raible • http://raibledesigns.com
Blogger on raibledesigns.com
Founder of AppFuse
Father, Skier, Mountain
Biker, Whitewater Rafter
Web Framework Connoisseur
Who is Matt Raible?
Bus Lover
What about YOU?
Are you a Java Developer?

How long have you been doing web development?

Do you like JSF? Do you like GWT? 

Do you like JavaScript?
Do you want to be a hip Java Developer?
Java 8
Parallel Collections

JSR 310 Date and Time API

Functional Interfaces with default method

Lambda Expressions (a.k.a. Closures)

Nashorn JavaScript Engine
// sort a list by lastName
List<Person> persons = ...;
persons.sort((p1, p2) ->
p1.getLastName().compareTo(p2.getLastName()));
Hipster
n. noun

1. One who is exceptionally aware of or interested in the latest trends
and tastes.
Latest trends in JavaLand?
Annotations

Environments: dev, test, production

Microservices

Container-less Deployment

Monitoring
Spring Boot
Create stand-alone Spring applications

Embeds Tomcat, Jetty or Undertow directly 

Provides opinionated 'starter' POMs to simplify your Maven
configuration

Also supports/promotes using Gradle
Spring Boot
Automatically configures Spring whenever possible

Provides production-ready features such as metrics, health checks and
externalized configuration

Absolutely no code generation and no requirement for XML
configuration

Grails 3.0 is based on Spring Boot
SPRING INITIALIZR @ start.spring.io
Spring Boot Demo
Latest trends in Web Development?
JavaScript MVC Frameworks

CSS 3 with Animations

Mobile First

Front-End Optimization

REST APIs
Get Hip with JHipster - Colorado Springs OSS Meetup April 2016
Google Trends
Google Trends
Google Trends
The most starred projects on GitHub?
Get Hip with JHipster - Colorado Springs OSS Meetup April 2016
November 2015
Wouldn’t it be hip if…?
⚭
JHipster jhipster.github.io
JHipster
Spring Boot

Spring Security

AngularJS

Bootstrap

Metrics

Maven or Gradle

Authentication Type: cookie-based (with
Social), JWT or OAuth2

Type of Database: SQL or NoSQL

Caching: EhCache or Hazelcast

Elasticsearch

Gulp.js
Foundational Frameworks Project Options
JHipster Features
Authentication and Security

Spring Boot Metrics Dashboard

Bootstrap and AngularJS Integrated

REST API with Spring MVC

JPA Support and NoSQL Support

CRUD Generation

Internationalization
Yeoman
The web's scaffolding tool for modern webapps

Helps you kickstart new projects

Promotes the Yeoman workflow
http://jhipster.github.io/ yeoman.io
Browsersync www.browsersync.io
Demo Time!
Generate a basic blog application

Look at its configuration



Generate the CRUD entities

Limit blogs to current user, allow HTML

Deploy to
Demo Goals
… all in 20 minutes!
Demo Entity Diagram
Demo Entity Diagram
JHipster Tools
IntelliJ IDEA and Eclipse

Vagrant JHipster Development Box

Docker Installation

Docker Compose

JDL and JDL Studio

JHipster-UML
JDL Studio
JHipster UML
12 entities, 17 relationships:

JHipster: 1h 15 minutes

JHipster UML: 30 minutes www.ipponusa.com/blog/jhipster-uml
JHipster UML
Supported UML Editors

Modelio

UML Designer

GenMyModel (not free)

Visual Paradigm (not free, but proposes a community edition)

jhipster.github.io/jhipster_uml.html
High Performance

Scala, Akka and Netty

Nice HTML-based Reporting

Scenario Recorder
Load Testing with Gatling
val scn = scenario("Test the Blog entity")

.exec(http("First unauthenticated request")

.get("/api/account")

.headers(headers_http)

.check(status.is(401)))

.pause(10)

.exec(http("Authentication")

.post("/api/authenticate")

.headers(headers_http_authentication)

.formParam("username", "admin")

.formParam("password", "admin")

.check(jsonPath("$.token").saveAs("x_auth_token")))

.pause(1)

.exec(http("Authenticated request")

.get("/api/account")

.headers(headers_http_authenticated)

.check(status.is(200)))

.pause(10)

.repeat(2) {

exec(http("Get all blogs")

.get("/api/blogs")

.headers(headers_http_authenticated)

.check(status.is(200)))

.pause(10 seconds, 20 seconds)

.exec(http("Create new blog")

.put("/api/blogs")

.headers(headers_http_authenticated)

.body(StringBody("""{"id":null, "name":"SAMPLE_TEXT", "handle"
www.jhipster-book.com/#!/news/entry/adding-protractor-tests
What about UI Testing?
JHipster Modules
jhipster.github.io/modules/marketplace 

Entity Audit

Swagger2Markup

Bootstrap Material Designs + many more!

jhipster.github.io/modules/creating-a-module
JHipster 3.0
Microservices based on Spring Cloud and Netflix Stack

JJWT instead of XAuth

Docker image to hub.docker.com

Pluralization of generated entities

Remove the "fast" profile

Restructuring based on John Papa’s Style Guide
Released March 23, 2016
JHipster 3.0 Microservices
1. Generate Gateway for web traffic
and Angular UI

2. Install JHipster Registry

3. Generate microservice apps

4. Install JHipster Console for
monitoring
jhipster.github.io/microservices-architecture
JHipster as Knowledge
How sweet is JHipster?!
AngularJS, Java 8, Microservices - what more could you want?
Angular 2.0
<input type="text" [value]="firstName">
<button (click)="addPerson()">Add</button>
<input type="checkbox" [checked]="someProperty">
Concepts Eliminated in Angular 2.0
Controllers

Directive Definition Object

$scope

angular.module

jqLite
Angular 2: Template Syntax
egghead.io/lessons/angularjs-angular-2-template-syntax
Getting Started with Angular 2
raibledesigns.com/rd/entry/getting_started_with_angular_2
The JHipster Mini-Book
Written with Asciidoctor

Quick and to the point, 130 pages

Developed a Real World App:

www.21-points.com 

Free Download from 

www.infoq.com/minibooks/jhipster-mini-book
Lines of Code in 21-Points
0
3500
7000
10500
14000
Project Created Entities Generated Business Logic and UI
13,888
12,736
8,556
Project Creation
Entities Generated
Biz Logic and UI
0 3500 7000 10500 14000
2,323
2,214
1,465
4,044
3,776
2,595
6,087
5,505
3,752
Java JavaScript HTML
Lines of Code by Language
Learn More
twitter.com/java_hipster

jhipster.github.io

github.com/jhipster/generator-jhipster

angularjs.org

youtube.com/watch?v=baVOGuFIe9M
Getting Help
stackoverflow.com/tags/jhipster

gitter.im/jhipster/generator-jhipster

github.com/jhipster/.../CONTRIBUTING.md 

groups.google.com/.../jhipster-dev
The JHipster Mini-Book
1.0 Release on October 30

jhipster-book.com 

21-points.com 

@jhipster_book

Write your own InfoQ mini-book! github.com/mraible/infoq-mini-book
Stay hip by following me!

raibledesigns.com

@mraible

Presentations

slideshare.net/mraible

Code

github.com/mraible
Questions?

More Related Content

PDF
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - Devoxx 2015
Matt Raible
 
PDF
Get Hip with JHipster - Denver JUG 2015
Matt Raible
 
PDF
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - Devoxx UK 2016
Matt Raible
 
PDF
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - Angular Summit 2015
Matt Raible
 
PDF
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - Rich Web Experie...
Matt Raible
 
PDF
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - GeekOut 2016
Matt Raible
 
PDF
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - Devoxx France 2016
Matt Raible
 
PDF
The Art of Angular in 2016 - vJUG24
Matt Raible
 
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - Devoxx 2015
Matt Raible
 
Get Hip with JHipster - Denver JUG 2015
Matt Raible
 
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - Devoxx UK 2016
Matt Raible
 
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - Angular Summit 2015
Matt Raible
 
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - Rich Web Experie...
Matt Raible
 
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - GeekOut 2016
Matt Raible
 
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - Devoxx France 2016
Matt Raible
 
The Art of Angular in 2016 - vJUG24
Matt Raible
 

What's hot (20)

PDF
The Art of Angular in 2016 - Devoxx UK 2016
Matt Raible
 
PDF
The Art of Angular in 2016 - Devoxx France 2016
Matt Raible
 
PDF
Testing Angular 2 Applications - HTML5 Denver 2016
Matt Raible
 
PDF
Play Framework vs Grails Smackdown - JavaOne 2013
Matt Raible
 
PDF
Getting Started with Angular - Stormpath Webinar, January 2017
Matt Raible
 
PDF
Testing Mobile JavaScript
jeresig
 
PDF
Java Web Application Security with Java EE, Spring Security and Apache Shiro ...
Matt Raible
 
PDF
The Modern Java Web Developer - JavaOne 2013
Matt Raible
 
PDF
Web Frameworks of the Future: Flex, GWT, Grails and Rails
Matt Raible
 
PDF
Avoiding Common Pitfalls in Ember.js
Alex Speller
 
PDF
Learning from the Best jQuery Plugins
Marc Grabanski
 
PDF
Refreshing Your UI with HTML5, Bootstrap and CSS3
Matt Raible
 
PDF
Java Web Application Security - Denver JUG 2013
Matt Raible
 
PDF
What's New in Spring 3.1
Matt Raible
 
PDF
Microservices with Spring Boot
Joshua Long
 
PDF
Java Web Application Security - Utah JUG 2011
Matt Raible
 
PPT
Javascript Frameworks
Mitesh Gandhi
 
PDF
Comparing JVM Web Frameworks - Devoxx 2010
Matt Raible
 
PDF
jQuery Conference San Diego 2014 - Web Performance
dmethvin
 
PDF
The Future Of Web Frameworks
Matt Raible
 
The Art of Angular in 2016 - Devoxx UK 2016
Matt Raible
 
The Art of Angular in 2016 - Devoxx France 2016
Matt Raible
 
Testing Angular 2 Applications - HTML5 Denver 2016
Matt Raible
 
Play Framework vs Grails Smackdown - JavaOne 2013
Matt Raible
 
Getting Started with Angular - Stormpath Webinar, January 2017
Matt Raible
 
Testing Mobile JavaScript
jeresig
 
Java Web Application Security with Java EE, Spring Security and Apache Shiro ...
Matt Raible
 
The Modern Java Web Developer - JavaOne 2013
Matt Raible
 
Web Frameworks of the Future: Flex, GWT, Grails and Rails
Matt Raible
 
Avoiding Common Pitfalls in Ember.js
Alex Speller
 
Learning from the Best jQuery Plugins
Marc Grabanski
 
Refreshing Your UI with HTML5, Bootstrap and CSS3
Matt Raible
 
Java Web Application Security - Denver JUG 2013
Matt Raible
 
What's New in Spring 3.1
Matt Raible
 
Microservices with Spring Boot
Joshua Long
 
Java Web Application Security - Utah JUG 2011
Matt Raible
 
Javascript Frameworks
Mitesh Gandhi
 
Comparing JVM Web Frameworks - Devoxx 2010
Matt Raible
 
jQuery Conference San Diego 2014 - Web Performance
dmethvin
 
The Future Of Web Frameworks
Matt Raible
 
Ad

Viewers also liked (19)

PDF
Microservices for the Masses with Spring Boot, JHipster, and JWT - Rich Web 2016
Matt Raible
 
PDF
Testing Angular Applications - Jfokus 2017
Matt Raible
 
PDF
Cloud Native PWAs (progressive web apps with Spring Boot and Angular) - DevNe...
Matt Raible
 
PDF
Building a PWA with Ionic, Angular and Spring Boot - Jfokus 2017
Matt Raible
 
PDF
What's New in JHipsterLand - DevNexus 2017
Matt Raible
 
PDF
Microservice With Spring Boot and Spring Cloud
Eberhard Wolff
 
PPTX
Spring Cloud and Netflix Components
Dharshan Sastry B N
 
PDF
Cloud Native Progressive Web Applications - Denver JUG 2016
Matt Raible
 
PPTX
AngularJS roadmap.
Dmitriy Korol
 
PDF
Hands-on Hystrix - Best Practices und Stolperfallen
inovex GmbH
 
PPTX
LT資料
Kazuma Kadomae
 
PDF
Testing Angular 2 Applications - Rich Web 2016
Matt Raible
 
PPTX
Rethinking Cloud Proxies
Mikey Cohen - Hiring Amazing Engineers
 
PDF
Microservices - java ee vs spring boot and spring cloud
Ben Wilcock
 
PDF
Comparing JVM Web Frameworks - February 2014
Matt Raible
 
PDF
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - DOSUG February 2016
Matt Raible
 
PDF
経験ゼロのWeb企業が機械学習に取り組んだ話
Yoshihiko Shiraki
 
PDF
Riot.jsに触れてみた話
エンジニア勉強会 エスキュービズム
 
PPTX
Riot.jsを用いたweb開発 takusuta tech conf #1
Keisuke Imai
 
Microservices for the Masses with Spring Boot, JHipster, and JWT - Rich Web 2016
Matt Raible
 
Testing Angular Applications - Jfokus 2017
Matt Raible
 
Cloud Native PWAs (progressive web apps with Spring Boot and Angular) - DevNe...
Matt Raible
 
Building a PWA with Ionic, Angular and Spring Boot - Jfokus 2017
Matt Raible
 
What's New in JHipsterLand - DevNexus 2017
Matt Raible
 
Microservice With Spring Boot and Spring Cloud
Eberhard Wolff
 
Spring Cloud and Netflix Components
Dharshan Sastry B N
 
Cloud Native Progressive Web Applications - Denver JUG 2016
Matt Raible
 
AngularJS roadmap.
Dmitriy Korol
 
Hands-on Hystrix - Best Practices und Stolperfallen
inovex GmbH
 
LT資料
Kazuma Kadomae
 
Testing Angular 2 Applications - Rich Web 2016
Matt Raible
 
Rethinking Cloud Proxies
Mikey Cohen - Hiring Amazing Engineers
 
Microservices - java ee vs spring boot and spring cloud
Ben Wilcock
 
Comparing JVM Web Frameworks - February 2014
Matt Raible
 
Get Hip with JHipster: Spring Boot + AngularJS + Bootstrap - DOSUG February 2016
Matt Raible
 
経験ゼロのWeb企業が機械学習に取り組んだ話
Yoshihiko Shiraki
 
Riot.jsを用いたweb開発 takusuta tech conf #1
Keisuke Imai
 
Ad

Similar to Get Hip with JHipster - Colorado Springs OSS Meetup April 2016 (20)

PPT
Developing Java Web Applications
hchen1
 
PPTX
Scala Italy 2015 - Hands On ScalaJS
Alberto Paro
 
PPTX
Alberto Paro - Hands on Scala.js
Scala Italy
 
PDF
CraftCamp for Students - Introduction to JHipster
craftworkz
 
PDF
Alexander Mostovenko "'Devide at impera' with GraphQL and SSR"
Fwdays
 
PDF
#NoXML: Eliminating XML in Spring Projects - SpringOne 2GX 2015
Matt Raible
 
PPTX
Confoo - Javascript Server Side : How to start
Quentin Adam
 
PDF
Google App Engine for Java v0.0.2
Matthew McCullough
 
PPT
JavaScript 2.0 in Dreamweaver CS4
alexsaves
 
PDF
Survive JavaScript - Strategies and Tricks
Juho Vepsäläinen
 
PPT
Jdk Tools For Performance Diagnostics
Dror Bereznitsky
 
PDF
JavaScript Libraries: The Big Picture
Simon Willison
 
PPT
Robotlegs on Top of Gaia
Jesse Warden
 
PPTX
Advanced JavaScript
Mahmoud Tolba
 
PDF
How to make Ajax Libraries work for you
Simon Willison
 
PPTX
Teaching old java script new tricks
Simon Sturmer
 
PDF
Why Nodejs Guilin Shanghai
Jackson Tian
 
PDF
Why Node.js
guileen
 
PPT
Ajax toolkit framework
Sunil Kumar
 
PPT
Writing and Testing JavaScript-heavy Web 2.0 apps with JSUnit
Alex Chaffee
 
Developing Java Web Applications
hchen1
 
Scala Italy 2015 - Hands On ScalaJS
Alberto Paro
 
Alberto Paro - Hands on Scala.js
Scala Italy
 
CraftCamp for Students - Introduction to JHipster
craftworkz
 
Alexander Mostovenko "'Devide at impera' with GraphQL and SSR"
Fwdays
 
#NoXML: Eliminating XML in Spring Projects - SpringOne 2GX 2015
Matt Raible
 
Confoo - Javascript Server Side : How to start
Quentin Adam
 
Google App Engine for Java v0.0.2
Matthew McCullough
 
JavaScript 2.0 in Dreamweaver CS4
alexsaves
 
Survive JavaScript - Strategies and Tricks
Juho Vepsäläinen
 
Jdk Tools For Performance Diagnostics
Dror Bereznitsky
 
JavaScript Libraries: The Big Picture
Simon Willison
 
Robotlegs on Top of Gaia
Jesse Warden
 
Advanced JavaScript
Mahmoud Tolba
 
How to make Ajax Libraries work for you
Simon Willison
 
Teaching old java script new tricks
Simon Sturmer
 
Why Nodejs Guilin Shanghai
Jackson Tian
 
Why Node.js
guileen
 
Ajax toolkit framework
Sunil Kumar
 
Writing and Testing JavaScript-heavy Web 2.0 apps with JSUnit
Alex Chaffee
 

More from Matt Raible (20)

PDF
Keep Identities in Sync the SCIMple Way - ApacheCon NA 2022
Matt Raible
 
PDF
Micro Frontends for Java Microservices - Belfast JUG 2022
Matt Raible
 
PDF
Micro Frontends for Java Microservices - Dublin JUG 2022
Matt Raible
 
PDF
Micro Frontends for Java Microservices - Cork JUG 2022
Matt Raible
 
PDF
Comparing Native Java REST API Frameworks - Seattle JUG 2022
Matt Raible
 
PDF
Reactive Java Microservices with Spring Boot and JHipster - Spring I/O 2022
Matt Raible
 
PDF
Comparing Native Java REST API Frameworks - Devoxx France 2022
Matt Raible
 
PDF
Lock That Sh*t Down! Auth Security Patterns for Apps, APIs, and Infra - Devne...
Matt Raible
 
PDF
Native Java with Spring Boot and JHipster - Garden State JUG 2021
Matt Raible
 
PDF
Java REST API Framework Comparison - PWX 2021
Matt Raible
 
PDF
Web App Security for Java Developers - PWX 2021
Matt Raible
 
PDF
Mobile App Development with Ionic, React Native, and JHipster - Connect.Tech ...
Matt Raible
 
PDF
Lock That Shit Down! Auth Security Patterns for Apps, APIs, and Infra - Joker...
Matt Raible
 
PDF
Web App Security for Java Developers - UberConf 2021
Matt Raible
 
PDF
Java REST API Framework Comparison - UberConf 2021
Matt Raible
 
PDF
Native Java with Spring Boot and JHipster - SF JUG 2021
Matt Raible
 
PDF
Lock That Shit Down! Auth Security Patterns for Apps, APIs, and Infra - Sprin...
Matt Raible
 
PDF
Reactive Java Microservices with Spring Boot and JHipster - Denver JUG 2021
Matt Raible
 
PDF
Get Hip with JHipster - Colorado Springs Open Source User Group 2021
Matt Raible
 
PDF
JHipster and Okta - JHipster Virtual Meetup December 2020
Matt Raible
 
Keep Identities in Sync the SCIMple Way - ApacheCon NA 2022
Matt Raible
 
Micro Frontends for Java Microservices - Belfast JUG 2022
Matt Raible
 
Micro Frontends for Java Microservices - Dublin JUG 2022
Matt Raible
 
Micro Frontends for Java Microservices - Cork JUG 2022
Matt Raible
 
Comparing Native Java REST API Frameworks - Seattle JUG 2022
Matt Raible
 
Reactive Java Microservices with Spring Boot and JHipster - Spring I/O 2022
Matt Raible
 
Comparing Native Java REST API Frameworks - Devoxx France 2022
Matt Raible
 
Lock That Sh*t Down! Auth Security Patterns for Apps, APIs, and Infra - Devne...
Matt Raible
 
Native Java with Spring Boot and JHipster - Garden State JUG 2021
Matt Raible
 
Java REST API Framework Comparison - PWX 2021
Matt Raible
 
Web App Security for Java Developers - PWX 2021
Matt Raible
 
Mobile App Development with Ionic, React Native, and JHipster - Connect.Tech ...
Matt Raible
 
Lock That Shit Down! Auth Security Patterns for Apps, APIs, and Infra - Joker...
Matt Raible
 
Web App Security for Java Developers - UberConf 2021
Matt Raible
 
Java REST API Framework Comparison - UberConf 2021
Matt Raible
 
Native Java with Spring Boot and JHipster - SF JUG 2021
Matt Raible
 
Lock That Shit Down! Auth Security Patterns for Apps, APIs, and Infra - Sprin...
Matt Raible
 
Reactive Java Microservices with Spring Boot and JHipster - Denver JUG 2021
Matt Raible
 
Get Hip with JHipster - Colorado Springs Open Source User Group 2021
Matt Raible
 
JHipster and Okta - JHipster Virtual Meetup December 2020
Matt Raible
 

Recently uploaded (20)

PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
Doc9.....................................
SofiaCollazos
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 

Get Hip with JHipster - Colorado Springs OSS Meetup April 2016