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

Memberships

The Code Zone Skool

458 members • Free

EngineeringTech

33 members • Free

Hills & Heart Hiking Club

26 members • Free

70 contributions to The Code Zone Skool
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 • 8d
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 • 17d
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 • 17d
@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 • 17d
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 • 19d
@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.
How do you stop a client that is having scope creep?
So you agreed to work on this project for a client, and it seems like every time you go back to that client, they just keep adding more and more things to the original design and concept. How do you politely tell them that it is creeping out of scope for what the project was originally bid for? Has this happened to anyone? What did you do?
1 like • 25d
@Waie Wazir that sounds very evil lol.
1-10 of 70
Tyler Michl
5
125points 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 3d ago
Joined Feb 10, 2026
Powered by