You are browsing as a guest. Sign up (or log in) to start making projects!

yankobzarenko

@yankobzarenko

Joined June 15th, 2026

  • 4Devlogs
  • 2Projects
  • 1Ships
  • 5Votes
Open comments for this post

4h 59m 10s logged

Devlog #2:

This took so much longer than I could have ever imagined. This time I started off by organizing some of my code and cleaning it up as best I could. Then, I got started on making my first app, which was a calculator. However, I think I bit off more than I could chew because there was a lot of trial and error involved. Even in its current state, it’s not perfect, as it has a couple of bugs here and there and it lacks many of the functions that I had originally planned. I also need to redesign the UI and make it a lot nicer.

Hopefully, next time, I can work on another app after I finish cleaning up this one.

0
0
1
Open comments for this post

3h 14m 26s logged

Devlog #1:

I’ve created the basic components of the WebOS, such as the desktop, menu bar, and draggable windows. A lot of this stuff is probably subject to change, and it’s going to get a lot better from here. Hopefully, it won’t take me as long to get to adding more features because I feel like I’m starting to get the hang of HTML.

Next time, I’m hoping to finish up the tutorial linked to this mission and get to adding more features of my own.

0
0
3
Open comments for this post

1h 35m 48s logged

Devlog #2:

So this time, I decided to add a new command based on the suggestion someone left me: a command that allows you to convert your current time to another time zone of your choosing. It took me a while to get it working, which was mainly due to the fact that I had very little idea how to do it. However, I did get it after some time.

The next issue came when it was time to update Bingo!, and I spent a good 30 to 45 minutes just trying to figure that out, but this was mostly me not reading the guide properly.

Also, I decided to revamp my color palette command because the original command looked very basic to me. However, I was not prepared for how difficult it would be to update. Originally, I just tried using Slack’s Block Kit Builder, which worked okay, but it didn’t quite give me what I was looking for. All of the color swatches were tiny, and what I wanted was to have those images with all of the colors neatly arranged. So, after searching for a while, I ended up using QuickChart to generate a custom bar chart using the hex codes for the colors. Even then, I encountered a lot of bugs that took me a while to fix, and most of the time, it was usually me forgetting to add some syntax to the code.

What do you think I should add next?

0
0
4
Ship

I made a simple Slack Bot that has a couple of useful commands. It is called Bingo!, and there are currently six unique commands that you can use. I found it creating the command for a weather forecast the most difficult because it was far more complex to create compared to any of the other commands. To test Bingo!, you can take a look at the channel I made in Hack Club's Slack.

Try project → See source code →
Open comments for this post

2h 11m 12s logged

Starting Out:

Okay, so I think this is the first dev log I have ever made and also the first time I’m using JavaScript, so forgive me if my code looks very messy. So far in my slack bot, I have six commands currently available: help, ping, catfact, forecast, colorpallete, and joke.

Forecast took me an absurdly long time to make because I had no idea what I was doing. It took me like halfway through making it to realize that I could just use console.log() to help debug, which made it a whole lot easier to see what went wrong. An example of the command is attached to this post.

I’m not sure what else to add or work on for the slack bot, so it would be great if I could get some suggestions. Also, some advice in regard to JavaScript would be amazing because I still know very little about the language.

1
0
23

Followers

Loading…