Redactor upload images – .NET C# Handler

Redactor is an amazing text editor, super simple, highly customized with a clean design, you can implement in your website, with limited hussle.   Here is a simple Handler you can add to you ASP.NET website to handle image uploads.

Continue reading

Nillifying UITableView Delegates of VC on Dealloc

Best practice in iOS development, to prevent crashes of applications: When a delegate of a UITableView is a UIViewController that is just deallocated, the reference of the UITableView to the VC must be removed, as it might be accessed during the animation of the VC removal and lead to bad access error. Continue reading

Lets GO

שלום לכולם, הגיע הזמן שנעשה איזה פוסט על שפת go כשמחפשים בגוגל  לחפש ערך: golang קצת על go מויקיפדיה: “GO היא שפת תכנות התומכת במובהק בעיבוד מקבילי ובעלת תמיכה חלקית בתכנות מונחה-עצמים, בעלת טיפוסיות סטטית ובטוחה ותחביר הדומה לזה של שפת  C. השפה מעוצבת על ידי חברת Continue reading