en
Feedback
The Chill Coding Lounge

The Chill Coding Lounge

Open in Telegram

Welcome to the Coding Lounge, chill and relax as we talk about programming, memes, and the pain of errors.

Show more
882
Subscribers
No data24 hours
+57 days
+5530 days
Posts Archive
F it, imma just build the most random stuff and ball. @thechillcodinglounge

Are you a hot, warm, or cold shower type of person?
Anonymous voting

It's over πŸ˜” @thechillcodinglounge
It's over πŸ˜” @thechillcodinglounge

Hows everyone doing? @thechillcodinglounge

G'morning 🫑 @thechillcodinglounge

I be so professional, people think I use chatGPT. This is like saying a pro COD player is using hacks. A huge compliment @thechillcodinglounge

This rain really activated peak productivity within me @thechillcodinglounge

Proud😎 @thechillcodinglounge
Proud😎 @thechillcodinglounge

Mid day check in @thechillcodinglounge

I'm going to do something that has never been done before: Roast me peeps. Go crazy! @thechillcodinglounge

If you have a Telegram channel and want to save hours of your day, try out this bot @PostTagBot to set your signature on your every post, proudly built by The Ninja Girl πŸ™ŒπŸ™ŒπŸ™Œ (Taken from @dot_ruth but I wanted to experiment with the signatureπŸ˜‚πŸ˜‚πŸ˜‚) @thechillcodinglounge

> Went to Abyssinia Bank to register for a new ATM card > No worries give us your account and we'll open one up for you > sayless.wav > The operator looks up and says to me that they'll have to cut 115 birr from my account for the ATM card > wtf.mp4 > Say okay then leave the premises Why the hell are these greedy aah bastards getting more greedier

Good morning gang, its a Friday πŸ™πŸ½πŸ™πŸ½

Committed the most devious prank of my life (harmless ofc).😎😎

12πŸ™πŸΎπŸ™πŸΎ

Good Morning gang!

What's your superpower? The ability to look like a diaspora man when I am notπŸ’€πŸ’€ May this level of richness be blessed upon me soonπŸ™πŸ½

Repost from DOT_RUTH
So I was going through the Mason bricks section of this tutorial,for context mason is a code generator on top of dart where y
+1
So I was going through the Mason bricks section of this tutorial,for context mason is a code generator on top of dart where you get to define reusable code templates called bricks that can be generated through a CLI, which made me think, what if I did some thing similar for angular. So Ladies and gentleman, Introducing ng-scaf (dramatic ik ) a CLI tool that scaffolds your Angular project. It doesn't go nearly as far as Mason bricks but it does offer a well-organized starting point. The intention was to implement a directory structure that aligns with Angular best practice, something that is maintainable, and scalable as the application grows. Usage
npm i -g ng-scaf

ng-scaf <project-name> [options] 

# To create a project in your current directory

ng-scaf . [options] 
> Github repo > npm package #my_projects @dot_ruth