ProfOnestone Profile
ProfOnestone

@ProfOnestone_

Followers
1
Following
47
Media
1
Statuses
44

Do you even C#?

Joined March 2022
Don't wanna be here? Send us removal request.
@ProfOnestone_
ProfOnestone
3 years
Just finished my second blogpost on the amazing git-integration of @VisualStudio. Do you use this feature?. Visual Studio x Github / git-integration part 2.{ by @ProfOnestone_ } from @hashnode. #visualstudio @github #git #versioncontrol
0
0
0
@ProfOnestone_
ProfOnestone
3 years
Falling more and more in love with javascript.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
Be sure to check browser compatibility for all your website elements. Final boss is definetly safari on iOS.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
Even if you already an intermediate. It's always great to quickly recap the basics like dates in js. Just solved Day 6: JavaScript Dates on @HackerRank. Can you complete the challenge? #programming.
Tweet card summary image
hackerrank.com
Write a JavaScript function that retrieves the day of the week from a given date.
0
1
1
@ProfOnestone_
ProfOnestone
3 years
HTML:.<input type=“number“ step=“1“/>. CSS:.input:invalid{color:red}. :invalid selector is applied if the validation of the input fails. Because of the step a decimal number would be invalid in this case. Just a neat way to highlight wrong values in the UI. #CSS #HTML #web.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
With all the modern tools and frameworks I‘m fascinated like almost everything comes down to a simple „SELECT * FROM … WHERE …“. Stay strong #sql. There is only one #backend.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
If you start to comment sections within a function, it‘s probably doing more than one task. Let‘s rewrite then!.#cleancode #coding #programming.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
Simple rule: A function should only do one task! #cleancode #function #developement.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
<span class=“glyphicon glyphicon-***NameOfIcon*** “></span>. Using @getbootstrap glyphicons is as easy as this. #HTML #bootstrap #icon.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
Before commenting a code section try to rename variables and functions in a way that your comment will be unnecessary!. #cleancode #codingtips #programming #clean.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
Started working on the master and want to transfer your changes to a new branch?.Just use .„git switch NameOfNewBranch“. Then commit your changes. Switch back to master and clean it up with „git clean -f“. #git #switch #master #branch #coding #versioncontrol.
0
1
0
@ProfOnestone_
ProfOnestone
3 years
Instead of creating multiple classes which inherit each other just use the concept of partial classes. public partial class CodingTips. #csharp #classes #coding #development #inheritance.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
The shorter the function the cleaner the code! Do you agree? #cleancode #coding #development #code #programming.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
Just added a custom styling to my blog on hashnode to make it look like a real notepad. Go check it out.{ by @ProfOnestone_ } from @hashnode. #css #hashnode #hashnodecommunity #blogging #blog
0
0
0
@ProfOnestone_
ProfOnestone
3 years
When I need a gradient background or I want to play around with colors for my css files, I like to visit . Nice little tool from @MyColorSpaces 🔥.No ads, no fees just amazing work! . #css #CSS #webdevelopment #webdev #webdeveloper #webdesigner.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
RT @MyColorSpaces: +++UPDATE+++.You can now generate a CSS color gradient out of 3 Colors! Try it out at: Our next….
0
12
0
@ProfOnestone_
ProfOnestone
3 years
Visual Studio 2022 x Github - Two superheros finally best friends.{ by @ProfOnestone_ } from @hashnode. #visualstudio #git #github #integration
0
0
0
@ProfOnestone_
ProfOnestone
3 years
Just merged the updated master into my feature branch. Git-Extension vor Visual Studio is absolutely amazing!. #git #merge #feature #visualstudio #easy.
0
0
0
@ProfOnestone_
ProfOnestone
3 years
cd hashnode - git init.{ by @ProfOnestone_ } from @hashnode. #helloworld #motivation #csharp #aspnet
0
0
0
@ProfOnestone_
ProfOnestone
3 years
Finally got my SqlCommand to update multiple rows at once with parameters. UPDATE…SET…WHERE…;.UPDATE…SET…WHERE…;.UPDATE…SET…WHERE…;. #SQL #csharp #sqlcommand #sql #raw.
0
0
0