Home / Companies / Replit / Blog / November 2022

November 2022 Summaries

6 posts from Replit

Filter
Month: Year:
Post Summaries Back to Blog
Replit is now accepting applications for its Spring 2023 cohort of community ambassadors, known as Replit Reps. These ambassadors are passionate about making programming fun and accessible, and they enjoy sharing their skills while being role models for their communities. As a Rep, one will connect with the Replit team, builders who use Replit, and other leaders outside of their own communities. They will also teach and share Replit through events and content creation, growing skills in various formats such as livestreaming or publishing repls to Community. In return, they will earn Cycles by positively contributing to the community, grow their online presence, connect with other leaders, get exclusive access to new features, and more. The application process has been described by previous Reps as a rewarding experience that allows them to share their interests, help others, and develop important skills such as communication, planning, teamwork, event planning, collaboration, time management, marketing, and more. Past Reps have shared their experiences of hosting events, creating communities, working with the Replit team, and growing in their roles, emphasizing the importance of applying to become a Rep if one is passionate about empowering others and making programming fun and accessible.
Nov 24, 2022 1,753 words in the original blog post.
The inaugural tutorial jam has come to an end, and the Replit community has shipped some fantastic learning experiences. The contest tasked contestants with building a learning Repl using the new .tutorial functionality, including the floating video pane. Third place went to MattDESTROYER's Intro to JS, which impressed judges with its graded exercises and web view feedback mechanism. Second place was awarded to hogesonline's Flappy Brick, which showcased fantastic use of both video and tutorial panes with engaging content. The gold award for first place went to ApolloCrew6's Sorting Algorithms - Bubble, Merge and Insertion, which innovatively used the floating video pane as a live website pane for interactive learning. Special mentions were given to tutorials that taught something innovative, exciting or fun, including a bash tutorial, a creative art project using Turtle Python, and a steganography tutorial. The Replit community also appreciated the work of TechPandaPro on their Socket.IO Tutorial, which made learning this skillset enjoyable and exciting.
Nov 16, 2022 715 words in the original blog post.
The Replit platform is introducing a new marketplace called Bounties, where users can describe their software ideas and get them built by top creators on the platform. This tool aims to help users with a backlog of potential million-dollar ideas that they don't have enough time to build and ship themselves. The Replit community has already seen great results with Bounties, including side project kickstarters, feature-specific Bounties, maintaining documentation, building tools for growth, and creating internal tools like Deel. Users can post their projects on the Bounties page and choose from a vetted network of developers to bring their ideas to life, while creators can apply to become Bounty Hunters and earn Cycles, Replit's virtual currency, by completing projects.
Nov 15, 2022 1,053 words in the original blog post.
Bounties is a marketplace on Replit where top creators can connect with developers to complete software development tasks, often with the goal of building internal tools or solutions for companies in growth mode. Companies like Deel need talented web developers who can build and host projects quickly and within budget, and Bounties provides an opportunity for them to find skilled developers through a platform that allows vetted "Bounty Hunters" to work on short-term projects. In this case, Owen from Deel's content team needed a developer to create an internal tool using the Algolia API, and they found Ray, a prolific Replit community member, who successfully completed the project using Replit's tools and services.
Nov 15, 2022 751 words in the original blog post.
The revamped filetree in the workspace introduces significant improvements aimed at enhancing user workflows and performance. Key updates include the ability to perform bulk actions through multiselect, improved visual hierarchy for easier navigation, and substantial performance optimizations achieved by refactoring the underlying implementation, such as changing state management from React context to jotai. The filetree now features its own search bar, increasing the accessibility and discoverability of files and phrases within the workspace. These enhancements are designed to make file management more seamless, with future updates promising additional features like keyboard navigation, advanced search, and further performance improvements.
Nov 13, 2022 738 words in the original blog post.
The text introduces the Repl Status Manager, a new feature designed to offer users greater visibility and control over their Repls on Replit. This tool allows users to see which of their Repls are currently running, serving traffic, or need to be restarted, by visiting the Status tab on the My Repls page. Users can view a list of all their Repls sorted by recent activity and expand entries to access the status history, including details on when Repls fell asleep and woke up, which is particularly relevant for those without an "Always On" power-up. The feature also enables users to stop Repls and prevent them from being reactivated by pingers, providing more comprehensive management options for their projects.
Nov 11, 2022 203 words in the original blog post.