eclipse-archived / ceylon-lang.org

Awestruct built static website for ceylon-lang.org
http://ceylon-lang.org/
52 stars 57 forks source link

Blog schedule #353

Open FroMage opened 8 years ago

FroMage commented 8 years ago

This issue lists the blog posts we plan for the web site. One blog per week, this allows us to spread it and get regular visits.

Planned:

Done:

gavinking commented 8 years ago

What we need are more short, simple blogs explaining one small thing, for example: "Creating a module and uploading it to Herd", or "Using autocompletion in Ceylon IDE". And, where possible, they should be accompanied by video. I have signed up to vimeo for this.

So write a little blog, and then use it basically as a script for recording a video.

FroMage commented 8 years ago

I had done videos in the past, but rapidly concluded I could not dedicate the time required to it.

lucaswerkmeister commented 8 years ago

This is quite the opposite of what @gavinking wants :/ but I’d like to write a post about writing a small, but nontrivial Firefox OS app in Ceylon, if I may.

FroMage commented 8 years ago

Done mine from last week (late…)

bjansen commented 8 years ago

I think I'll blog about ceylon.interop.browser, once https://github.com/ceylon/ceylon-sdk/issues/453 is fixed.

FroMage commented 8 years ago

We all derailed!!!

@thradec you should do a blog post on the new ceylon.test features, there's lots of them!

FroMage commented 8 years ago

@bjansen it's now fixed ;)

bjansen commented 8 years ago

I'll have to check if ceylon.interop.browser works correctly now that @chochos fixed https://github.com/ceylon/ceylon/issues/5959

lucaswerkmeister commented 8 years ago

Blog suggestion: Ceylon minor version compatibility and module overrides. Potential question by the imaginary interlocutor:

How come Ceylon lets you use 1.2.0 modules in 1.2.1, but for all other modules you require exact version matches? Double standard much?

The release notes don’t even mention --link-with-current-distribution.

thradec commented 8 years ago

@thradec you should do a blog post on the new ceylon.test features, there's lots of them!

@FroMage here you go 7bcf5e3, but please do proofreading and corrections

thradec commented 8 years ago

tip: article about ceylon application using spring-boot (@DiegoCoronel @renatoathaydes ?)

renatoathaydes commented 8 years ago

I just wrote the demo to actually test the gradle plugin and make sure it can run even apps with the craziest classpath... never used spring boot for real :)

renatoathaydes commented 8 years ago

BTW I'm hoping this weekend to use Ceylon's Main to see if I can get Ceylon introduced into an existing Java app as easily as other JVM languages like Groovy and Kotlin where you just add the dependency and a Maven/Gradle plugin, and you're done... if this goes successfully, I will blog about it.

chochos commented 8 years ago

I posted a couple of months ago about a simple web service in Ceylon with Spring JAX (in Spanish, for javaMexico). I guess I can translate it and post it on the Ceylon blog as well.

DiegoCoronel commented 8 years ago

Im working with springboot in my current project, i would love to make a demo using gateway, discovery, etc.. but until the end of march I really have no time... after that i can do something.

Em sex, 4 de mar de 2016 às 14:14, Enrique Zamudio notifications@github.com escreveu:

I posted a couple of months ago about a simple web service in Ceylon with Spring JAX (in Spanish, for javaMexico). I guess I can translate it and post it on the Ceylon blog as well.

— Reply to this email directly or view it on GitHub https://github.com/ceylon/ceylon-lang.org/issues/353#issuecomment-192389161 .

chochos commented 8 years ago

So perhaps my article can serve as an intro to Spring-Ceylon integration, and then @DiegoCoronel can blog about spring boot, which is a lot more stuff than the simple web service I wrote.