Skip to main content

Posts

Tutorial: How to Setup Flutter in Windows and to be ready for building awesome mobile apps in easy 4 steps.

Every day we see frameworks born to just make our life easier, faster and more efficient. I was always looking for a framework to build a native-like mobile application using just one code, it makes things go faster and easier and cost effective for business owners & entrepreneurs who develop new ideas, I have found many cross-platform frameworks and I have used many of them like Xamarin  and lately Ionic after I have found that it works with my favorite scripting languages (JS/TypeScript). To be honest, I have never found any native-like performance in any of those. Yesterday I have read that Google's Flutter is now Beta, which means for me it is a market-ready framework, Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. [Flutter's Website] After I have tried the samples and f
Recent posts

Tutorial: How to configure Xampp / Apache to serve Ring language files

Ring Language is a new programming language that brings good new features to the table. Simple, Very easy to read, Object Oriented, Smart garbage collector that puts the memory under the programmer control. you can use it for mobile or web or software development... See "Hello, World!" know more about ring from here -> Why Ring? Now lets go back to our tutorial..... How to configure  Xampp / Apache to serve Ring language files -Download Ring from here: Ring 1.0 for Windows -Download Ring's Web Library form here: WebLib 1.0 (CGI Library) -Download Xampp from here: Xampp -After installing, go to the installation directory then open this folder> xampp\apache\conf\ -Open this file with your favorite editor " httpd.conf " -Search for the lines: (CTRL+F) <Directory /> AllowOverride none Require all denied  </Directory> Change it to this : <Directory /> Options FollowSymLinks Option