Improving SQL Server Performance

في التدوينة دي تكلم عن تعديلات بسيطة لتحسين أداء ال SQL Server، لو كان عندك مشكلة و الاداء برضه متحسنش ساعتها لازم تشوف ال bottleneck جاية منين و ده هتكلم عنه ف الاخر. بس دي مجرد نصائح عامة ممكن تتطبق في حالات كتير امسح ال indexes اللي مش بتستعملها، في كل عملية insert لازم ال… Continue reading Improving SQL Server Performance

Windows Subsystem For Linux

الطريقة التليقيدية لأي حد كان بيحب يشغل اي Linux Binary او اي شيء لو علاقة بعالم Linux و هو شغال على Windows بصورة أساسية كانت انه يشتغل على Virtual Machine و جوة ال Virtual Machine دي كان بيشتغل على توزيعته المفضلة. لحد النهردة ناس كتير بتشتغل بالطريقة دي (و انا لحد فترة قصيرة كنت بعمل… Continue reading Windows Subsystem For Linux

عن متلازمة المحتال

ال Imposter Syndrome او متلازمة المحتال، تعريفها حسب Wikipedia هو متلازمة المحتال (تُعرَف أيضًا بظاهرة المحتال، أو الاحتيالية، أو متلازمة المحتال، أو تجربة المحتال) هي نمط نفسي يشك فيه المرء بإنجازاته ولديه خوف داخلي دائم من أن يعتبره الآخرون «محتالًا». اعتقد ان من المعروف في مجالنا ان فيه كتير بيعانوا من المتلازمة دي، معظم الوقت هيكون اللي بيعاني منها… Continue reading عن متلازمة المحتال

How To TOR

In this video I’m talking about How Tor Works Build your first .onion Hidden Service. Secure your service. Test Service Configurations :Resources :Hidden Service Documentation https://www.torproject.org/docs/onion-services.html.en :Hidden Service Descriptors https://stem.torproject.org/api/descriptor/hidden_service_descriptor.html?fbclid=IwAR27V5RUNkuskv-ZRkyeMwYIyRrugg1zFuuObegG15xYh6Ked3ywHlaKCfE :How Tor Connects to hidden service https://tor.stackexchange.com/questions/672/how-do-onion-addresses-exactly-work/674?fbclid=IwAR17wtJZIlAswE94Izmi0f6uk40K7Glwq69AfGiWWR50zvCQp2tjtgjDcQM#674 :Best practices https://riseup.net/en/security/network-security/tor/onionservices-best-practices?fbclid=IwAR3YJlchLmxW9hCbGJp_ICY2bahXFz-Wr0FBz6AvOoflK-0pPeVmzzqijxE :Scanner https://onionscan.org/

Meta Programming with Roslyn

Meta Programming with Roslyn a video in Arabic explaining the #.Net Compiler Platform SDK aka. #Roslyn and how to use it to analyze and refactor code.

How to design your bot to handle commands commands like cancel and help

How to design your bot to handle commands commands like cancel and help The Sample’s Repo: https://github.com/ShawkyZ/MsBotFrameworkSample Principles of design.. BotFramework Documentation: https://docs.microsoft.com/en-us/bot-framework/bot-service-design-navigation Global Message Handling Sample Repo from Microsoft: https://github.com/Microsoft/BotBuilder-Samples/tree/master/CSharp/core-GlobalMessageHandlers

ASP.Net Web Application Security

في التدوينة دي هتكلم بصورة عامة عن بعض الخطوات اللي ممكن تعملها عشان تحمي ال Web App بتاعك. في العادي ممكن تطبقها على اي Web App بس هقترح Libraries او tools او Best Practices ممكن تستعملها لو شغال بال ASP.Net. Cross Site Scripting فيه طرق كتير معروفة عشان تـPrevent ال XSS بانواعها ، هتعتمد يا… Continue reading ASP.Net Web Application Security