This thread is your place to share progress with your fellow App Platform Hackathon participants and encourage one another throughout the month!
Feel free to share...
- Positive encouragement for other participants
- Milestones you've achieved or things you've learned throughout the hackathon
- Links to DEV posts related to your official submission (especially if you've written multiple reflections/progress posts). Reminder to take advantage of the DEV article liquid tag when sharing a link!
Finally, if you need help throughout the DigitalOcean App Platform Hackathon on DEV, head over to the help thread
Top comments (62)
This is exciting.
Here is a post I wrote recently that describes some of the cool things you can do with App Platform:
DigitalOcean App Platform talks at the deploy conference
Raman Sharma ・ Nov 16 ・ 2 min read
That is an amazing post! Kamal's video is super awesome 🎉
Kamal is the real deal
I took my tentative first steps towards this hackathon and wrote it up here
Building GoGreen 1/n
simkimsia ・ Dec 12 '20 ・ 3 min read
Executive summary:
Amongst many other miscellaneous logistical steps
Wrote up the 2nd and 3rd posts in this series
Building GoGreen 2/n
simkimsia ・ Dec 12 ・ 3 min read
I'm calling it DjangoGreen 3/n
simkimsia ・ Dec 16 ・ 5 min read
Executive summary:
Wrote up the 4th and 5th posts in this series
More than 9 hours spent on dev work so far in this dohackathon
simkimsia ・ Dec 19 ・ 2 min read
I was fighting the platform and I lost. Now I'm better for it
simkimsia ・ Dec 26 ・ 4 min read
Executive summary:
DO Hackathon: DjangoGreen - Server Management - Submission
simkimsia ・ Jan 11 ・ 2 min read
Submission post
Wrote a quick post on how to deploy a FeathersJS app on Digital Ocean for realtime applications:
Deploying Realtime FeathersJS to DigitalOcean App Platform
Rachel ・ Dec 17 '20 ・ 3 min read
That is a great post! Thank you for sharing it 🙌
I have a question:
To make every post part of a series, the hint was
"use series: [“series name”] in the markdown heading of all your App Platform Hackathon posts to link all content in a series"
I've never made a post on dev.to before, so the heading is referring just to a normal markdown heading?
like this?:
series: ["series name"]
or is it something else?
Thanks!
Yea, I faced the same issue.
The answer is
And put this at the very top.
I wrote about this silly documentation as well in my first #dohackathon post of the series
Building GoGreen 1/n
simkimsia ・ Dec 12 ・ 3 min read
Hi, I have the same question, I couldn't find any answer yet. I guess we can name the series whatever we want and stick with it until the hackathon ends.
Yea, I faced the same issue.
The answer is
And put this at the very top.
in the "Basic Markdown" version of the post, it's super easy. There's a header between dash lines, just put the series there.
I still can't figure out how to do it on rich + markdown
Cool it seems like we are having another hackathon.
Good luck, and have fun building!
How many entries are allowed? 😂 I'm almost finished with my new portfolio and it's on the app platform already ✌🏼
Unlimited entries! That's awesome about your portfolio! Got a link?
Cool!
yeah here dev-studio.icvn.tech
love the look. the animations add such a good touch!
Thank God for Lottie's!
Am building a tool to help slow the COViD-19 spread down. Secure but simple contact Diary.
Have just written my second post about it here:
Covtact: Autosuggest for contact diary [DO-Hackathon]
C.B.W. ・ Dec 21 '20 ・ 1 min read
Looks great so far! Good luck and have fun building 🙌
Thanks ✌️
Hi everyone, I'm a product designer and have basic knowledge about coding. I'll be building a digital postcard customization platform where users can customize a postcard, write their message and send to their loved ones through email. They can also download it as PDF if they want to print it!
When the DotNetCore support is launching on App Platform?
You can try using Dockerfile like this sample
creativefisher / aspnetcoresample
ASP.NET Core Docker Container Sample for DigitalOcean App Platform
ASP.NET Core Docker Container Sample for DigitalOcean App Platform
This sample demonstrates how to run a Dockerized ASP.NET Core application on DigitalOcean App Platform. Since App Platform doesn't yet support dotnet core, this sample shows how to accomplish this using Dockerfile.
This sample has been adapted from official dotnet docker sample - github.com/dotnet/dotnet-docker/tr...
Getting Started
These steps will get this sample application running for you using DigitalOcean.
Note: Following these steps will result in charges for the use of DigitalOcean services
Requirements
Forking the Sample App Source Code
To use all the features of App Platform, you need to be running against your own copy of this application. To make a copy, click the Fork button above and follow the on-screen instructions. In this case, you'll be forking this repo as a starting…
Hi, I can see App Platform has free pan, So Can i deploy Commercial static websites and
.NET Core API
with 0 $ plan ?digitalocean.com/products/app-plat...
Static sites can be done on free tier.
.NET Core API will have to run on the paid tier.
digitalocean.com/pricing/#app-plat...
There is no official ETA for this yet.
As of the time being, you can accomplish this with a Dockerfile in your repo.
This is an example: github.com/snormore/aspnetcoresample
Source
Godaddy
windows hosting only supports.NET Core 2.0
andAzure
is Costly, So Consider cheaper pricing of.NET Core
hosting once its released inApp Platform
..NET
Developers will like it. 😄Sad to hear that .... :(
I am trying to deploy my gridsome app with Digital Ocean Static Site, but failing with
build
process, any idea ?