Skip to content

Commit f48b870

Browse files
authored
Apply suggestions from code review
1 parent eeedb84 commit f48b870

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

SCP_cohort_recap.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
publication_date: 2025-08-13T00:00:00Z
2+
publication_date: 2025-08-18T00:00:00Z
33
slug: scp-cohort4
44
tags: [gnoland, students, community, scp, internship]
55
authors: [michelleellen]
@@ -15,7 +15,7 @@ As part of their experience, the students participated in hands-on workshops wit
1515

1616
Each student began by creating their home realm and documenting their journey in the Hackerspace repo. At the end of the cohort, each student wrote a report to detail the internship experience, the learnings, engineering projects and takeaways. For the Gno engineering team and DevRels these reports are critical to gaining insights into how documentation is applied, challenges, voids and general areas to improve onboarding.
1717

18-
### Student advice to getting started
18+
## Student advice to getting started
1919

2020
- Always use `gnodev`: Develop with the same interface end-users will see to catch issues early and save both gas and time.
2121
- Start small: Build a simple home realm, blog, game, or voting app. A hands-on approach teaches more than just documentation reading.
@@ -26,31 +26,31 @@ Each student began by creating their home realm and documenting their journey in
2626
- Stick to determinism: Avoid relying on time, randomness, or anything non-deterministic; these are not practical on-chain.
2727
- Experiment safely: Push the VM to its limits, test edge cases, and learn from breakage. Bugs you find can become your first GitHub issues.
2828

29-
#### Student Contribution Highlights
29+
## Student Contribution Highlights
3030

3131
The cohort tackled a wide range of technical and creative projects, including applications, tools, and ecosystem enhancements. Here's a highlight of what they accomplished:
3232

33-
Applications & Demos
33+
#### Applications & Demos
3434

3535
- Reddit-style r/place on Gno.land
3636
- Pokémon Fight Simulator
3737
- Calculator Realm
3838
- Change.org-style petition realm
3939
- Friendly Organizer app using the CommonDAO implementation
4040

41-
Core Enhancements & Utilities
41+
#### Core Enhancements & Utilities
4242

4343
- Levenshtein Distance package - link/pkgpath
4444
- Profiling Support for GnoVM (70ipprof + Flamegraph)
4545
- SVG Extension
4646
- Improvements to the blog realm
4747

48-
Documentation
48+
#### Documentation
4949

5050
- CommonDAO Tutorial
5151
- Solidity Famous Patterns
5252

53-
#### Student Reflections
53+
## Student Reflections
5454

5555
[@louonezime](https://github.com/louonezime) ‘Over the course of this cohort, I had the opportunity to explore and build within the Gno.land ecosystem. I especially enjoyed working on rebuilding the blog package, which gave me the chance to be creative while learning Gno. The open-source environment made the experience smooth and collaborative. All in all, it was a great way to contribute to something meaningful in the blockchain space, especially since it was my first time getting into it.’
5656

@@ -64,7 +64,7 @@ Documentation
6464

6565
[@Chaegnal](https://github.com/Chaegnal) ‘During my time in the Epitech x Gno.land cohort I was able to deepen my understanding and improve my skill on blockchains. Using Gno allowed me to use my previous Go coding experience in a different setting. My work was mainly focused on dApps, I first focused on building an app to help groups organize themselves. This dApp used core blockchain principles like DAO, which I integrated by using a new package that acts as a DAO factory. By using this new package, I gained experience that I was able to share by documenting it. This focused on the open source aspect of the project, as the documentation is aimed to help new Gno builders. Overall, I want to thank every member of the Gno ecosystem, for making this experience fulfilling and a great learning experience for all of us. I enjoyed being part of this amazing project, carried out by passionate people!’
6666

67-
### That’s a wrap
67+
## That’s a wrap
6868

6969
This cohort brought energy, creativity, and fresh perspectives to Gno.land. Their contributions ranging from dApp experiments to infrastructure-level improvements, and testing demonstrated the potential and ease Gno enables. Thank you for your contributions and becoming part of the Gno.land community.
7070

0 commit comments

Comments
 (0)