#Coding Best Practices
Explore tagged Tumblr posts
Text
Why Rushing into Coding Can Doom Your Software Project
Jumping straight into writing code without proper planning can lead to costly mistakes, rework, and project failure. Learn why a strategic approach, including requirements gathering and design, is essential for successful software development.
#Software Development#Coding Best Practices#Project Management#Software Engineering#Agile Development#Code Quality
0 notes
Text
Top 10 ChatGPT Prompts For Software Developers

ChatGPT can do a lot more than just code creation and this blog post is going to be all about that. We have curated a list of ChatGPT prompts that will help software developers with their everyday tasks. ChatGPT can respond to questions and can compose codes making it a very helpful tool for software engineers.
While this AI tool can help developers with the entire SDLC (Software Development Lifecycle), it is important to understand how to use the prompts effectively for different needs.
Prompt engineering gives users accurate results. Since ChatGPT accepts prompts, we receive more precise answers. But a lot depends on how these prompts are formulated.
To Get The Best Out Of ChatGPT, Your Prompts Should Be:
Clear and well-defined. The more detailed your prompts, the better suggestions you will receive from ChatGPT.
Specify the functionality and programming language. Not specifying what you exactly need might not give you the desired results.
Phrase your prompts in a natural language, as if asking someone for help. This will make ChatGPT understand your problem better and give more relevant outputs.
Avoid unnecessary information and ambiguity. Keep it not only to the point but also inclusive of all important details.
Top ChatGPT Prompts For Software Developers
Let’s quickly have a look at some of the best ChatGPT prompts to assist you with various stages of your Software development lifecycle.
1. For Practicing SQL Commands;
2. For Becoming A Programming Language Interpreter;
3. For Creating Regular Expressions Since They Help In Managing, Locating, And Matching Text.
4. For Generating Architectural Diagrams For Your Software Requirements.
Prompt Examples: I want you to act as a Graphviz DOT generator, an expert to create meaningful diagrams. The diagram should have at least n nodes (I specify n in my input by writing [n], 10 being the default value) and to be an accurate and complex representation of the given input. Each node is indexed by a number to reduce the size of the output, should not include any styling, and with layout=neato, overlap=false, node [shape=rectangle] as parameters. The code should be valid, bugless and returned on a single line, without any explanation. Provide a clear and organized diagram, the relationships between the nodes have to make sense for an expert of that input. My first diagram is: “The water cycle [8]”.
5. For Solving Git Problems And Getting Guidance On Overcoming Them.
Prompt Examples: “Explain how to resolve this Git merge conflict: [conflict details].” 6. For Code generation- ChatGPT can help generate a code based on descriptions given by you. It can write pieces of codes based on the requirements given in the input. Prompt Examples: -Write a program/function to {explain functionality} in {programming language} -Create a code snippet for checking if a file exists in Python. -Create a function that merges two lists into a dictionary in JavaScript.
7. For Code Review And Debugging: ChatGPT Can Review Your Code Snippet And Also Share Bugs.
Prompt Examples: -Here’s a C# code snippet. The function is supposed to return the maximum value from the given list, but it’s not returning the expected output. Can you identify the problem? [Enter your code here] -Can you help me debug this error message from my C# program: [error message] -Help me debug this Python script that processes a list of objects and suggests possible fixes. [Enter your code here]
8. For Knowing The Coding Best Practices And Principles: It Is Very Important To Be Updated With Industry’s Best Practices In Coding. This Helps To Maintain The Codebase When The Organization Grows.
Prompt Examples: -What are some common mistakes to avoid when writing code? -What are the best practices for security testing? -Show me best practices for writing {concept or function} in {programming language}.
9. For Code Optimization: ChatGPT Can Help Optimize The Code And Enhance Its Readability And Performance To Make It Look More Efficient.
Prompt Examples: -Optimize the following {programming language} code which {explain the functioning}: {code snippet} -Suggest improvements to optimize this C# function: [code snippet] -What are some strategies for reducing memory usage and optimizing data structures?
10. For Creating Boilerplate Code: ChatGPT Can Help In Boilerplate Code Generation.
Prompt Examples: -Create a basic Java Spring Boot application boilerplate code. -Create a basic Python class boilerplate code
11. For Bug Fixes: Using ChatGPT Helps Fixing The Bugs Thus Saving A Large Chunk Of Time In Software Development And Also Increasing Productivity.
Prompt Examples: -How do I fix the following {programming language} code which {explain the functioning}? {code snippet} -Can you generate a bug report? -Find bugs in the following JavaScript code: (enter code)
12. Code Refactoring- ChatGPt Can Refactor The Code And Reduce Errors To Enhance Code Efficiency, Thus Making It Easier To Modify In The Future.
Prompt Examples –What are some techniques for refactoring code to improve code reuse and promote the use of design patterns? -I have duplicate code in my project. How can I refactor it to eliminate redundancy?
13. For Choosing Deployment Strategies- ChatGPT Can Suggest Deployment Strategies Best Suited For A Particular Project And To Ensure That It Runs Smoothly.
Prompt Examples -What are the best deployment strategies for this software project? {explain the project} -What are the best practices for version control and release management?
14. For Creating Unit Tests- ChatGPT Can Write Test Cases For You
Prompt Examples: -How does test-driven development help improve code quality? -What are some best practices for implementing test-driven development in a project? These were some prompt examples for you that we sourced on the basis of different requirements a developer can have. So whether you have to generate a code or understand a concept, ChatGPT can really make a developer’s life by doing a lot of tasks. However, it certainly comes with its own set of challenges and cannot always be completely correct. So it is advisable to cross-check the responses. Hope this helps. Visit us- Intelliatech
#ChatGPT prompts#Developers#Terminal commands#JavaScript console#API integration#SQL commands#Programming language interpreter#Regular expressions#Code debugging#Architectural diagrams#Performance optimization#Git merge conflicts#Prompt engineering#Code generation#Code refactoring#Debugging#Coding best practices#Code optimization#Code commenting#Boilerplate code#Software developers#Programming challenges#Software documentation#Workflow automation#SDLC (Software Development Lifecycle)#Project planning#Software requirements#Design patterns#Deployment strategies#Security testing
0 notes
Text
Top 10 Node.js Tips for Beginners
Introduction Node.js has become a popular choice for developers due to its asynchronous, event-driven architecture and its ability to handle multiple concurrent connections with high efficiency. For beginners, diving into Node.js can be both exciting and challenging. Here are the top 10 tips to help you navigate and master Node.js effectively. Overview These tips cover essential aspects of…
View On WordPress
#Beginner Tips#Coding Best Practices#Error Handling#JavaScript#Node.js#Performance Optimization#Security#Tutorial#web development
0 notes
Text
Mastering Python Development: Top Tips for Efficient Coding.

The Versatility and Importance of Python
Because of its adaptability and simplicity, Python has grown to be among the most widely used programming languages. Applications for it include everything from machine learning and scientific computing to web development and data analysis. It's essential to write code that is not only functional but also organized and effective as a Python developer.briefly describe the popularity of Python and some of its uses in different fields. Mention how crucial it is to create maintainable, effective, and clear Python code.
1.Create a Developmental Environment That Is Productive:
Picking the Best IDE
Python development cannot be successful without an Integrated Development Environment (IDE). IDEs include tools for debugging as well as code completion and syntax highlighting. PyCharm, Visual Studio Code, and Jupyter Notebook are popular options. Depending on your personal preferences,
.
2. Follow Python Coding Standards:
PEP 8 and Consistent Formatting
PEP 8, the Python Enhancement Proposal for code formatting, outlines conventions that improve code readability and maintainability. Following PEP 8 ensures consistent style across projects. Additionally, use descriptive variable and function names and include comments to make your code self-explanatory.
3. Make Your Python Code Better:
Knowledge of Code Optimization
Making your code run more quickly without sacrificing clarity is known as code optimization. Performance is improved by using methods like list comprehensions that decrease the amount of loops. Global variables should not be used as they may cause unexpected behavior. Use built-in functions to speed up execution and make code simpler. The performance bottlenecks in your code can be found using profiling tools.
4. Leverage Python Libraries:
Expediting Development with Libraries
Python's extensive ecosystem offers numerous third-party libraries that provide pre-built solutions for common tasks. Libraries like NumPy are designed for numerical computations, Pandas for data manipulation, and Requests for making HTTP requests. Installing libraries using package managers like pip ensures easy integration into your projects
.
5. Efficient Project Organization:
Scalable and Maintainable Projects
Virtual environments are essential for isolating project-specific dependencies, preventing conflicts between packages. Organize your projects by creating a well-defined directory structure. Use the "src" directory to separate source code from other resources. This organization promotes maintainability and makes it easier for collaborators to understand your project's structure.
6. Effective Debugging Techniques:
Identifying and Fixing Bugs
Debugging is a critical skill for any developer. Common sources of bugs include syntax errors, logical mistakes, and unexpected input. Print statements and logging are simple yet effective debugging tools. Integrated IDE debuggers enable setting breakpoints, inspecting variables, and stepping through code. Handle exceptions gracefully with try-except blocks to prevent crashes.
7. Stay Updated with Python Trends:
Continuous Learning and Growth
Python is a dynamic language with a rapidly evolving ecosystem. To stay ahead, regularly explore new features and developments. Follow blogs, forums, and online courses to keep up with the latest advancements. Engaging with the Python community helps you learn from others' experiences and discover innovative solutions.
Mastering Python Development for Success
In conclusion, becoming proficient in Python development involves a combination of adhering to coding standards, optimizing code, leveraging libraries, and adopting effective practices for project organization and debugging. By investing time in learning and applying these best practices, you'll enhance your ability to create efficient, maintainable, and successful Python projects. Whether you're a beginner or an experienced developer, these tips will undoubtedly contribute to your growth in the Python development landscape.
0 notes
Note
(Nsfw) ok but do u have a hc at all on who’s better at going down on a lady, Steve Harrington or Eddie Munson?
Okay but I absolutely do for sure and I have thought this for the longest time.
(Cw: 18+)
Steve I think didn’t even know that was a thing at first, back in his king Steve days. He was all about missionary, or blowjobs, or other more common stuff he’d hear about, not that he was a selfish lover or anything. Sure he’d touch girls down there, of course he would, but the clit? Who knows where that is, he’d trust they’ll say/moan something if he finds it. Not to say he doesn’t learn though.
Absolutely not. As Steve becomes a better person, but also gains more experience, he hears about this for the first time and he wants the girls he’s with to feel happy and enjoy it and make sure they cum as well (not faking it which he’s trying to distinguish for sure now) but at least feeling safe and enjoying it. It is important to him that his partners are enjoying everything just as much as he is, even very early on before he’d learned more. As long as they’re happy, satisfied, and safe, Steve can end it happy as well.
But Steve’s knowledge comes in at a pretty normal time for a guy in Hawkins in the 80’s, and he’s definitely a lot a lot more willing to try it. Firstly asking a girl he trusts how to do it, then he found a book he could get without anyone recognising him, to read and keep hidden deep under his bed. As well as as time goes on, checking out some more tapes from the back adults only section of Family Video, so he can check what it’s ‘supposed’ to be like from other angles, not just when he’s looking up buried between thighs.
So at first, probably until he gets a long term partner who will work him though it, rather than a quick hookup, which they at least leave highly satisfied from and will tell other girls considering a date with the previous king of Hawkins High that it’s definitely worth a shot, at first Steve’s techniques are more just that; techniques. Things he’s read about and heard, like tongue here there diagonal short then fast, or the alphabet method, or following step by step something from his book that could be misconstrued as a ddr pattern or something.
Mostly Steve’s very focused on doing it right, and that is for the pleasure of his partners. But he does have to be taught by a girl he trusts where the clit exactly is at first, or more so, how to know if he’s touching it correctly. Shocked that it ranges from about 60-80% of sex without using the clitoris doesn’t end in orgasm for girls (although in Steve’s defence, that stat is much much lower with him, again, an unselfish lover even in the beginning, and also, he’s still Steve Harrington). He’s still a bit flustered trying to figure things out without being gentlemanly vague, but Steve really does care about your experience a lot.
And if you’re his partner, damn. Steve becomes such a good boy trying to ask you every single time he’s down there if what he’s doing is right, if you’re still okay, if he should change up, if he’s hurting you, if you finished, if you can handle round four - because holy shit girls can handle a lot more than even big boy Steve Harrington thought. He’s genuinely very considerate and sweet, caring a lot about your experience, and he will shut up and just get on with it and try and listen to your body, because he doesn’t want to stop if you’re feeling good; you go through some ideas with him, like thigh tapping signals.
But Steve will totter to you and ask you with his hand out if you two can go practice again, pretty please?
Steve may not have been the best student in high school, but he definitely wants to do some research in this field, and he is more than happy to perform some experiments. It’s called growing <3. He won’t ask you too much, and he won’t bother you with it, but he will come ask you in very sweet ways, like laying his head on your lap, or getting on his knees, or sucking into your neck just the same way he does your cunt. Or if you two are beginning to have sex, he’ll ask if you’d like him to do that first. And then he might want to do it afterwards as well. Especially if you would like to go for another round (Steve is not a one and done guy). Again, he’s learning all about the female body and experience so much :)
Steve is also... big. So it definitely does help, if he’s getting on his knees or tummy before you two make love <3. Although to be honest, not that you need it much anyway considering Steve gets you wet so easily. You remember Steve playing with your hair and whispering sweet nothings to you, before making out for a while, when you two decided to go to the bedroom. And when Steve undressed you, like a gentleman, and went to add more foreplay, and saw how soaked you were, he actually fucking laughed, like an adorable loving dork, and said out loud “Wow.” To be honest, it only helped you want him more.
Then again Steve eating you out after he’s cum in you slightly works against his breeding kink, although it’s not too much of an issue because Steve still throughly enjoys it. He also likes being able to be a little messy and dirty and free with you, and he also likes cleaning you up and helping you out once again, it works in so many ways to be honest. Not to mention the obvious, Steve likes going down on you, he wants to do it again, and also doing so after you two had made love was kinda hot. One time he had tears in his sweet brown eyes while licking out his cum, which took a minute to get to because Steve had fucked it deep in you, but when you promised he could fill you up again after he finished cleaning you up here, because he’d been so lovely today, you swear you saw his heart burst, just from the sparkles in his caramel eyes.
You’re definitely expanding Steve to lots of new intimate and interesting things to do with sex. Not that he was boring beforehand, but he didn’t want to risk going with something he wasn’t sure if he wasn’t good at, and he didn’t really get into another relationship until you, or really trust the other enough to be vulnerable and think within himself about his own explorations. He didn’t really think or get to physically explore about himself too much until you really. And you definitely helped him feel more open to do some introspection on himself, even at some surface level stuff to do with vulnerabilities and sex/love making things.
Steve does however figure this out very early days, probably with Nancy because he did love her, but it’s not something he really let himself indulge in or mind wonder about, until you. And that’s the fact he loves sucking on some boobies <3. Actually makes him feel incredibly calm and happy and like he can just shut down from being big protector Harrington, and just be Stevie in love and being taken care of, by taking care of.
Absolutely loves just settling his head down and softly holding you and mouthing around your boobs with the comfort of knowing that’s all he’s got to do right now, and it’s making you happy too. So to realise he can suck on something else of yours? That tastes of you even more, and makes you extremely happy too? Steve can bob those lovely cheeks around three different things and not accidentally overstimulate you, and really let his mind soften into loving and affectionate time with you, his love <333
Steve is a good guy and he is learning a lot. Happily doing so, he wants to be a good enough person for you, but also, hell yeah Steve Harrington is loving this too! Why don’t all guys like eating out their girlfriends?
Eddie is bouncing off all four walls if he doesn’t eat pussy soon.
Actually one of the first things he wants to do sexually. Yeah the first time he has sex he’s trying not to cream his pants but he’s also so desperate to please. But also to taste... to experience all that loveliness. The first time he does it it’s not only to please, but to try and prove he’s good, he likes them, to try and make himself good enough so they don’t leave, but he very quickly realises they all will. Well until you that is. Although Eddie Munson does go through a little bit of a slutty era before that - I mean, he was doomed by having that slutty, slutty waist.
After the first girl or two it’s mostly about pleasing his lovely lady acquaintances. But also a little bit of pride knowing their jock boy toys will never be as good as him, and those girls will know it, and never be able to feel the same with them after. He hopes it frees his good old friends, get them some real partners. And yeah, to give them one hell of a lifetime ride.
The all encompassing warmth and smell and taste and sounds and feel of you is something Eddie craves constantly. It’s like his safe place. That and it really helps with his oral fixation. And the man is obsessed. He will not be leaving you for hours. He’s biting all up your arm, big chomps over and over, beforehand, licking at you randomly, pretending he’s so sweet to kiss your cheek but actually poking it with the tip of his tongue. These aren’t even always precursors to Eddie’s meal of the day, he is just like that.
He wants to bury himself there and breathe you only. Why should Eddie care about o2 or whatever that bitches name is, they didn’t help him pass chemistry. The only chemistry Eddie cares about is between you and him... You push his face away in retaliation at that awful flirting. But Eddie is pouncing right back, laugh roaring, and biting down over your pelvis, which gets you to push him away again, this time with a laughing shriek. He’s just eager, he won’t bite where it hurts, but like, if you’re gonna be running your hands through his hair as you’re calling his name, he’s going to surprise lick your fingers occasionally. Or bite. Maybe suck on something a little. Your thighs and boobs are constantly getting apology smooches for Eddie being very bad and biting down on them.
He wants to live smothered in your love for him, the physical show all around him that you love him right now and are not leaving and he’s making you feel good in this moment, but also it’s you, encompassing him. Everything about you is safety and security and love for him. It’s another reason Eddie will absolutely bury his face in your boobies too </3
And when you finally let him indulge his oral fixation down there, three hours later - with breaks and water and checking in on you in between - his arms are wrapped around your thighs and he’s scooching forwards as you pull your legs, and therefore him, up the bed, with the biggest and ‘wettest’ pout on his face, begging you he just needs to be in there for a little more time. Please say you can go another round? He’s desperate. He’ll do anything baby, he just wants to worship you some more.
Eddie sometimes headbutts face first into your boobs and swears he will starve without tasting your pretty pussy. You’re more worried he’s going to fucking drown.
Eddie will happily get smothered to death though if it means drinking everything up. One of the only times you saw Eddie frown in bed (or anywhere you two were fucking) was when you were sitting on his face, and kept pulling back because you were worried you would hurt him. Eddie was stubbornly telling you that he could take it, you were fine, and you were wrong; and you swear he was going to use your body as an unwilling weapon to kill himself, because he was pulling you back down on his face so determinedly, you weren’t sure you could move from his grip pulling you down if you even wanted - you definitely did not want. Not when it was Eddie fucking Munson whose face you were riding.
Another excellent point in his favour, Eddie is wild. Very passionate. Extremely intuitive and very well versed/knowledgable. So he’s a god at eating out.
Changes up nearly every single time because he knows how to go with the flow and read you so well. It’s not just experience or anything Eddie is very well tuned to what you like and don’t, and he can pick up on you easily. Eating out just comes so so naturally to him it’s insane. And the fact he just goes ballistic down on you, absolutely feral for you, makes things even more sensational. He’ll eat you out in every which way possible. Staring up at you with those big fucking dark brown eyes. Those pretty thick lips glistening and swollen.
And when looking into his deep doe eyes is what makes you finally cum over his tongue, Eddie is chuckling breathily in that sweet voice into your cunt, and you’re cumming harder. The noises he makes too, little hums he doesn’t even know he’s sounding, he’s just enjoying himself that much, the sloppy eager sounds as he laps and sucks and kisses and eats at you, and then the fucking moans and swears and whines and groans and whimpers, and all the sweet suave words he tells you each time. When they’re sounded while his mouth is around you, the vibrations make you go crazy, something Eddie absolutely knows.
One time he winked to you after his laugh into your crotch made your eyes roll into your skull, and when he sweetly batted his eyelashes into your sensitive nipped thighs, just to make you feel even more, he really got his hair knotted into, and tugged further into your ‘embrace’.
Eddie will use any part of his face, ride his nose, or he’ll nuzzle it, tickling your thighs or belly with his eyelashes, scraping his teeth down them, using his lips to kiss and suck and mouth and vibrate on you, not to mention whatever ungodly power was given to Eddie’s tongue. Holy fuck Eddie’s tongue must have been blessed or something. His whole face is rubbing against you, he’s utilising it all, and Eddie wants his face covered in your cum, to the point it’s streaming down his neck and dripping onto his chest tattoo <3
And he’ll leave sessions having not had you take care of him once, all he wanted to do was go down on you. Get that taste, and make you feel so good. It makes him feel good too, even if not in that way, it just really does. Sometimes eating you out for a while is really all Eddie wants. Either for as long as he can get, or even a quick session before one of you has to go. He once joked that even with his life, it was the only addiction he has. Although you swear you watch him go through withdrawal. You’d say kinda regularly actually, but you two are going at it enough it doesn’t get to be too much of a problem <3.
It surprised you a little when you first dated him, that sometimes Eddie would ask you if you two could do that, and then that’s all that’d happen, unless you initiated further. When Eddie said that that shouldn’t be surprising, goddamn he did make you fall for him even more. You tell him he has a blessed tongue in many ways, although Eddie is very aware of that.
Sometimes sure he’ll rub one or multiple out under you, or buck against his mattress as he does so. One time even using your leg, because you were stood at the bathroom sink and he just had to have a taste of you before he could sleep. Trust me, eating you out is well more than enough to get Eddie Munson off. Sometimes all Eddie is focused on is pussy and he’s absolutely enjoying himself extremely, being touched himself or not. After all, he is getting to do one of his favourite all time things with you.
#Steve Harrington/reader#Eddie Munson/reader#citrussy#Steve Harrington#Eddie Munson#Steve Harrington hears about the Konami code and goes is the cllit the b button or a?#so in conclusion eddie is not only a natural but a god of this but Steve is trying his best and genuinely learning each and each time which#just means you’ve gotta practice even more :)) and he is very on target abt making sure you’re well looked after <33#but I could actually go on forever with thoughts abt these two and this I will never stop having thoughts on this#Steve Harrington thoughts#Steve Harrington drabble#Eddie Munson drabble#Eddie Munson thoughts#Steve Harrington x reader#Eddie Munson x reader#eddie munson hcs#Steve Harrington hcs#stranger things#anon#ask
199 notes
·
View notes
Text
So I’m sadly a little rusty on my art skills and I don’t feel too confident right now. But I figure maybe some small little doodles might help me get back in the groove.
So I came up with a fun little activity. I thought of doing a doodle request/challenge for myself.
It involves my latest art I did of Yuma.
Here’s the rules:
You guys suggest or offer something in my inbox to help him feel better or be more comfortable. (And I’ll try to draw it out) But you can only give him ONE offering or gesture. Think of something that helps you feel better on your own sick days. Or you can offer simple typical things. (note: medicine won’t have an instant cure effect)
Now there’s 3 different Yumas in the art. All suffering a different ailment. (multiverse sick yumas? yes.) Let’s just call them by the emoji.
In your ask, include which emoji you want to offer to.
You can only pick one yuma and give one thing.
(One ask per user!)
Each one has a different ailment:
🤧- A cold- (🌡️37.8) 🟡
😷- A cough/loss of voice (🌡️38.4) 🟠
🤒- A high fever/aches + chills (🌡️39.2) 🔴
(the color sphere show how sick they are)
Also: I’m NOT an RP blog, so don’t get any ideas okay? This is just for fun. (plus I’m sure we all want to take care of him in our own way.)
I’ll leave this open up until July 8th (5 days)
I’ll do my best to draw out as many as I can but I’ll take my time if I must and they won’t be perfect ;w; (so try to stick to simple non-complex stuff please)
Have fun :3
#rain code#yuma kokohead#3 byoki yumas#ask game#just a little activity I wanna try#hopefully each one will get some help~ c:#may as well practice by drawing my favorite lil guy#and this will give me some art ideas for my artblock#but they will likely still be very simple doodles#just remember to be nice okay?#the poor thing(s) don't feel well ;w;#hl lowkey got me interested in multiverse stuff… xD#tho this is just for fun its not a real au#I’ll do my best to draw as much as I can~#lowkey always wanted to try a draw ask game like this#buuuut it has to cater to my niche… x'D
10 notes
·
View notes
Text
friends tell me lore about a tattoo of yours
#my 3rd tattoo was a very very big one#like from my armpit to my upper thigh big#it was meant to be done over 2-3 sessions bc it also has lots of shading#we did it in 1 over the course of ~10 hours#because i ‘sat like a champ’#which is code for 'dissociated while lying down for the entire time'#the artist is the (now) husband of a friend of mine and he says they still talk about me (ten years later) at the shop lol#no numbing cream two small breaks looking bored the entire time#i still pride myself in it and wish i’d still have the same pain tolerance like i did back then man#best i can do now is 2h before i get whiny#anyway. it’s a giant jellyfish with no deeper meaning i just thought it looked sick af (still does)#another one is on my thigh were i let someone practice on me bc i had a crush on this person back then#halfway through i was like ‘you’re kinda really bad at this’#so they were like ‘you do it better then’ so i ended up finishing it myself lol (i dare to say i did a better job)#i bought a tattoo machine and ink and needles and stuff after this#sitting in a box under my bed still#moots be honest would you let me tattoo you yes or no#i’m really gentle i swear#anyway. gimme tattoo lore bc i need some distraction omwh#-`♡´- tulip mail
21 notes
·
View notes
Text
im almost certainly reading too deep into this but mk losing the fight to his shadow self in the amazing mirror has Implications to me. especially since im pretty sure shadow mk is possessed by Something. idk im just squinting at it
#keys kirbyposting#also i cannot figure out the layout of this game at All this is insane in the best way possible#and why did smk do that to him at all. i know its standard narrative practice for shadow clones to fucking hate their counterparts#but like im pretty sure mk has just been chillin since the end of mkr. what the fuck did he do to you bro (shadow meta knight)#of course this could be a 'you are weak and i will punish you for being weak' thing which has Way More Implications#especially considering that meta knight has a whole Thing about his pride and honor and fairness which i assume come from a strict#code of honor that hes internalized over the years#and we can see in mkr that hes got Some emotions about his plans being thwarted considering he literally tried to kill kirby#so. idk. at this point im just spitballing really
8 notes
·
View notes
Text
A quick mini comic I made based on @pixelatedraindrops post!
Go check it out!!
I too, love Yuma x Kurumi ! They’re so CUTE! I gotta draw it out
#rain code#master detective archives: rain code#master detectives#yuma kokohead#practice sketch#desuhiko thunderbolt#kurumi wendy#Desuhiko being the best bro#Yumas so awkward:3#Kurumi would totally think Yumas so cute#HES DOING HIS BEST!!
72 notes
·
View notes
Text
#not as good as my last tina edit imo but it's the middle of the night so give me a break#i keep telling myself “it's all practice” so maybe I'll actually be able to keep at it#haha who are we kidding i never see things through#bäckström#tina bonde#helen sjöholm#chess the musical#<- because of the song choice#tina bonde swedens best pr woman my beloved blorbo of all time she's sooooo chess-coded
6 notes
·
View notes
Text
🔧 Behind the Scenes: Why Developers Love the Folder Structure in This SaaS Boilerplate
A clean and predictable folder structure might seem like a small detail — until you’re weeks deep into development, adding new features, fixing bugs, and onboarding new team members.
That’s where EasyLaunchpad stands out.
It’s not just another .NET Core boilerplate — it’s engineered for real teams building real SaaS products. Its modular, layered, and scalable layout helps you navigate fast, debug smarter, and extend your app without friction.
Let’s go behind the scenes and explore why developers feel instantly at home inside this boilerplate.
�� Why Folder Structure Matters in Real Projects
Before jumping into the structure, here’s what a bad layout leads to:
Spaghetti code with no boundaries
Massive Services/ or Controllers/ folders with hundreds of files
Coupled logic that breaks when you add features
New devs who get lost just reading the codebase
EasyLaunchpad is the opposite. It's clean folder layout reflects best practices in domain-driven design, modular development, and clean architecture.
📁 Root-Level Overview
Here’s a quick look at the root folders of EasyLaunchpad:
/Core/
/Modules/
/Infrastructure/
/Web/
/Services/
/Tests/
Each has a clear role in the overall architecture:
🔹 /Core/ — Contracts, Interfaces, and Shared Logic
This is where you’ll find:
IEmailService, IPaymentProvider, IUserContext
Base entity classes and DTOs
Common enums and validators
No business logic lives here — just contracts that help the rest of the system communicate cleanly.
🔹 /Modules/ — Plug-and-Play Features
Each domain (Auth, Payments, Email, Logging, etc.) lives in its own folder here:
/Modules/Auth/
/Modules/Payments/
/Modules/Email/
/Modules/Logs/
Inside each module:
/Entities/ → EF Core models
/Services/ → Core logic
/Data/ → DB Context, migrations
/Events/ → Domain events or handlers
/Validators/ → Input validation rules
This separation makes it easy to isolate features, maintain boundaries, and even package features separately if needed.
🔹 /Infrastructure/ — Third-Party Implementations
Think of this as the wiring layer. You’ll find:
Email sender logic (SMTP, SendGrid, etc.)
Stripe and Paddle integrations
Hangfire background job configs
Serilog logging setup
Google OAuth login setup
Each implementation hooks into an interface defined in /Core/.
This means you can switch providers without changing your services.
🔹 /Web/ — Razor UI + Controllers
This contains:
Razor-based admin dashboard views
Controller logic for admin/user sections
Static files, layouts, and UI utilities
It’s structured using Areas:
/Web/Areas/Admin/Controllers/
/Web/Areas/Public/Views/
This makes the UI portion of your SaaS just as organized as the backend.
🔹 /Services/ — Cross-Cutting Business Logic
Some logic doesn’t belong to a specific module — like:
NotificationService
LicenseManager
Background task orchestrators
This folder is where such orchestrations live, typically interacting with multiple modules at once.
🔹 /Tests/ — Automated Tests
Split into:
/Tests/Unit/
/Tests/Integration/
/Tests/Modules/Auth.Tests/
Having testing follow the same structure as the main app makes it easier to maintain high coverage as your product grows.
🧠 How This Helps in Real Life
For solo devs:
No time wasted figuring out where to put code
Easy to duplicate a module as a starting point for new features
For growing teams:
Junior devs can work inside a specific module without touching shared logic
Easier to enforce clean code reviews and CI rules
For scaling products:
Add/remove features without breaking global routing
Package-specific access with license enforcement becomes simple
🧱 Built for Extensibility
Need to add a new feature like a CRM module?
Just create:
/Modules/CRM/Entities/Customer.cs
/Modules/CRM/Services/CustomerService.cs
/Web/Areas/Admin/Controllers/CRMController.cs
Hook it into the menu, DI container, and routes — and you’re done. This modular structure means you’re building on a system, not hacking in new logic.
🧩 Best Practices Followed
EasyLaunchpad is built on solid architecture principles:
✅ Clean architecture (layered and decoupled)
✅ Domain-driven modularity
✅ SOLID-compliant service logic
✅ Minimal shared state across modules
✅ Test-driven layout support
It’s not just “organized” It’s built for long-term success.
🔚 Conclusion: A Codebase You’ll Want to Work In
If you’ve ever inherited a messy codebase, you know the pain of poor structure. EasyLaunchpad solves that with a battle-tested layout that:
Makes sense at first glance
Helps you scale without chaos
Supports onboarding, testing, and extensibility
Whether you’re a solo SaaS founder or managing a small dev team — this structure gives you confidence, clarity, and a clean path forward.
✅ Build smarter. ✅ Grow faster. ✅ Enjoy working in your codebase again.
👉 Start building smarter. Visit https://easylaunchpad.com and get your boilerplate license today.
#.net boilerplate#Dotnet Structure#Project Best Practices#Clean Code Dotnet Core#Scalable Layout#Boilerplate Layout#.net development#easylaunchpad
3 notes
·
View notes
Text
I keep seeing software developers with my same degree, who get payed (presumably) the same as me, bragging that they copy-paste code from chatgpt, and like... Do you not have dignity? Aren't you ashamed of yourselves? The average quality of code is already abysmal, what is there to be proud in making it worse?
#software development#computer science#CS is a branch of mathematics#we could be writing code that is provably correct#instead the best practices want us to write code that is 'maybe' correct#and now we've started copy-pasting code that is provably wrong#i think we should start from scratch#back from the top#back to the turing machine and the lambda calculus#maybe we can get something better this time around
99 notes
·
View notes
Text
been telling my siblings 'you would NOT make it in vulcan academy' when they do smth goofy recently and nobody's been able to refute lol
#just me hi#listen here you little idiot... [<- fond]#anyway i've been doing this for months and it brings me much joy hbfhsvh#to me it's just an academy. with vulcans. and they are NOT getting enrolled loll#//so speaking of siblings i've been off and about with my dad more often#which is cool but that means spending a lot more time away from my siblings and ouhhrhrhrhrhrhrhhghhhhhhhhh#[tears in eyes]#my buddies :( Where Are My Buddies :( lmaoo#staring out car windows yearnily bc i want my brother's opinion + dumb joke combo on some random thought i had but he's miles AWAYYYYYYYYYY#i'm home rn but like. Man hfbhsfbvh#//oh man but here was one time one of them used the academy thing on me and i could only sputter. touche motherfunker lolllll#//anyway i am exploding all of them with my mind [<- endearing]#my youngest siblings do art (because they saw me doing it [funkin dies and explodes and cries and stares at a wall forever] lol <3) and#they're ! ! ! ! ? ? ? ?#leo does humanoids + has a more geometric style atm and it's really cool!! he keeps asking me to help him draw hands but he asks me at like#1 a.m. when my brain isn't working practically anymore so it's just me going 'yea and the thumb bone connects to the hip bone. +~Somehow~+#[mystery chimes]' and then he goes off on some sort of random thought and we are derailed forever hgbbfhsh#and ruff is so good at drawing animals it's insane. like have you seen this kid's cats they are Sick ! ! ! i genuinely did a double-take#when i saw her stuff a couple months ago loll#/and then my older siblings are v into video games#which is cool bc if i am ever bored they have like 5000 things that i can suffer on while we all laugh hfbhsfhv#i think i'm still helping test one of apollo's games that he's working on -#he's learning code and all kinds of cool stuff - also he's insanely good at blender like Woauhghsgh. wizard shizz hbfhsvb#+ reed helps him w/ that bc i believe he's the architecture guy lol :) - also it turns out reed n i share a lot of opinions on media and#stuff so that's awesome :D he didn't know what whump was but he liked all the points of it so i tried explaining that to him the best i#could hbshfv o7#+ chess has been trying to convince me to give him + leo a ~mystery~ story to play and i finally caved lmjfhsjf#he's real good at the clues it's going well :3 i am scared for my life HFBVhsfvh#also trying to convince him to play kartrider w/ me again cuz i have leo on it now and we need a 3rd okay-to-decent player in our soon-to-b#posse Loll :33 //i ran out of tag space... ouhhh..... okay then.. ciao ciao toodles :D
7 notes
·
View notes
Text

Happy one-year anniversary to this! I can't believe there's still a month to go, but I am so excited to see bestie @wavesoutbeingtossed again after 11.5 (?!!!) years.
#how is it that we've known each other for twelve years wavesss 😭#I remember practicing ~tricks~ to see if I got into a good queue spot with other random UK nights (edinburgh comes to mind)#mistakes were made like. I originally meant to get N2 in June but kept trying to get better seats and got kicked out#(would've been so jealous about the shenanigans on n3 lbr. plus June was A Month so it was for the best)#and waves told me about a stockholm code post but I didn't get it wasn't really tied to your account then so I passed (this was before)#iirc waves and I practically had 2-3 convos going at the same time in different mediums lol#I love the insta story was hopeful about getting codes for my hometown… lol. yeah. nah. but I got to go! I'm nothing if not stubborn#anyway. I need to get my plane tix. So excited.#personal#tbd#tag novels are so old school tumblr of me I'm sorry
8 notes
·
View notes
Text
*sighs wistfully* one day I will make a visual novel ...
#luka.txt#so many of my paracosms would work best in that format i think#ESP IM NOT THE ONE BC. THEN U CAN FOLLOW EACH PLAYER ....#idk fooling around w renpy rn tryna figure out how it works lol#the adhd is kicking in and im rapid hobby switching 😔#but it looks like its got some coding involved so. if anything more coding practice! lord knows imma need it !
6 notes
·
View notes
Text
;; i will find a random one line in an event and just apply that to my worldview.
;; (cough) minori. (cough)

#not to mention she absolutely learned coding on idol forums#ahe would either do great or absolutely shite in a computing class#she would be the best at practical work and the wordes questions related to practicals.#the theory on the other hand...
5 notes
·
View notes