Activity
Mon
Wed
Fri
Sun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
What is this?
Less
More

Memberships

The Code Zone Skool

495 members • Free

EngineeringTech

37 members • Free

Hills & Heart Hiking Club

32 members • Free

71 contributions to The Code Zone Skool
Testimonial
I just wanna say again thank you all for helping me from freeCodeCamp the code Zone skool
Testimonial
2 likes • 25d
Glad to see you are liking your journey! I have been programming since 2016/17; however, I am starting classes in 3 days at Northern Michigan University to get a formal degree in Mobile & Web Application Development with a minor in Information Assurance and Cyber Defense. My goal for a degree is just for formal education, as with todays market, having just a portfolio is proving to be hard. However, that is not to say I have not had positions that used my skills, I have done programming professionally for a couple companies, but some of it were contracted and others were freelance. So, I think having a degree, granted not required, is still beneficial as it helps sharpen my already known skills (and some things I may have skipped along the way), and gives a checkbox to check for the AI algorithms that check over resumes nowadays. Anywho, glad you enjoy the journey, I look forward to seeing where it takes you.
Simple layout design what tools do we have available with CSS
What tools are available to us as web designers that could help with this layout? If somebody gave you this wireframe, what would you use in CSS in order to accomplish this? Would you use a table? Would you use flexbox? Would you use grid? Would you use floats?
Simple layout design what tools do we have available with CSS
3 likes • May 1
HTML: <div class="container"> <div class="top-left">div</div> <div class="bottom-left">div</div> <div class="right">div</div> </div> CSS .container { display: grid; grid-template-columns: 250px 1fr; grid-template-rows: 150px 1fr; gap: 16px; height: 100vh; } .top-left { grid-column: 1; grid-row: 1; border: 1px solid red; } .bottom-left { grid-column: 1; grid-row: 2; border: 1px solid red; } .right { grid-column: 2; grid-row: 1 / 3; border: 1px solid red; }
[For-Hire] Ready for work | Senior Full Stack & AI Engineer
Hello. I am a full-stack developer specializing in AI automation, agent development, and model development. I am proficient in voice AI, various LLMs, and TTS development. In particular, I can handle the entire software development process, including Web3 integration, third-party API integration, AWS, and product launches. I possess significant experience in various specialized fields, such as internal API testing using SwaggerUI, web or mobile app version management via GitHub, and DNS. If my expertise aligns with your project, please feel free to contact me at any time. Please send a DM on Skool or Telegram: @devstarfive
3 likes • Apr 22
You should showcase what you can do, not just say it, if you want customers. All this, for 99% of people, is just words that mean nothing. Even for professional developers, this post doesn't give them any use in knowing what you are capable of. You do not mention any impactful things other than tech jargon that does not really matter to a customer. Customers do not care about your AI, LLM, TTS, third-party API, and AWS experience; they want to *SEE* what you can do.
2 likes • Apr 23
@Morimura Din Awesome! I will look into it.
Midweek checkin: What are you learning this week?
Share what you are working on this week in your studies. Share links to projects or photos... Let's help encourage everyone. For me, I'm working on some UX/UI updates on the Army Flight Logbook mobile app.
6 likes • Apr 22
Working on an app called Lumora. There is placeholder text and also some "pick something at random to look like you are saying something" put in, but overall, it is about 80% done. About the app: This app is designed to help people keep track of their moods and feelings throughout the week. Each day, users can log how they feel, add notes, and select tags that describe what influenced their mood. At the end of the week, the app creates a simple, easy-to-read report that shows which days were the happiest or most challenging, what activities or situations had the biggest impact, and how quickly users bounced back from tough moments. The weekly report is presented in a friendly, swipeable format, making it easy for anyone to see their mood patterns and get helpful advice for the next week. The app does all the analysis automatically, so users don’t need to be tech experts to understand their emotional trends or get practical tips for feeling better.
Do you like Single Sign On?
So interesting thing here is we’re thinking about creating a sign-up page and you’re wanting to create the least friction possible. And this is where you see login through Google or login through Facebook or you don’t have to supply a password in order to receive an account with that web service. Can you spot the pattern from the photo? What are your thoughts on single sign on usage for a website? Do you trust it more? Or do you just create your own password?
Do you like Single Sign On?
2 likes • Apr 20
@Timothy Batchelder I would imagine the same people who use only SSO are also using the same email/username and password on every service as well. Given that most use SSO for convenience, which is also the same reason most use the same logins across everything. Which leads to the same risk you are mentioning. Also, what are you trying to ask or insinuate with "But sure, some are turning to 2 factor authentication now ... but, that only really works if it stores your IP address and doesn't recognize the device you're on (which I'm not sure all do). But, if it's got your IP address, does that make it worse?" I do not think I know exactly where you were going with that.
1-10 of 71
Tyler Michl
5
120points to level up
@tyler-michl-4415
Currently pursuing a degree in Mobile & Web App Development at Northern Michigan University. Owner of Satyrn Studios LLC.

Active 9h ago
Joined Feb 10, 2026
Powered by