Posts

Showing posts from October, 2019

ReactJs: Use react-avatar-editor to scale and crop image

Image
ReactJs: Use react-avatar-editor to scale and crop image. Its complete demo of how to use crop and scale features of react-avatar-editor package. Code can be found on github repository here : https://github.com/Usman-uzi/reactjsimagecrop Website: http://www.coderpie.com Blog: http://www.techintalk.com Github: https://github.com/Usman-uzi Facebook: https://www.facebook.com/techintalks Twitter: https://twitter.com/mohdusmanrafiq

TechInTalk: Programmer Advise # 2

Image
TechInTalk: Programmer Advise # 2 This is second advise, which is to make sure you create pull request before making your code part of product. In this way you will be inviting your team mates to take part and validate your code logic and this will give you chance to improve by their thinking.

TechInTalk: Programmer Advise # 1

Image
TechInTalk: Programmer Advise - 1 Some basic points to make your codebase clean and understandable are : - Split your big function into smaller reusable ones - Instead of nested multiple if statements use one single liner multi variable condition - Use recursion for minimizing your code size. - Add proper comments in your code to make it easy to understand and modify. Website: http://www.coderpie.com Blog: http://www.techintalk.com Github: https://github.com/Usman-uzi Facebook: https://www.facebook.com/techintalks Twitter: https://twitter.com/mohdusmanrafiq

csharp Image Gallery Application Part 2

Image

C# Windows Form Calculator Part 1

Image

Advanced C#: AppDomain Purpose and its use - Part 1

Image

C# Advanced: Global Exception Handler & Exception Handling

Image

C# Advanced: Return multiple values from single method

Image

Git - 03 - Key terms to understand

Image

Let's create a blog cms # 3 - Static Content and bulma.io

Image

Asp.net core 3.0 - Lets create a blog cms #1

Image