Well its been a while since I did any kind of blogging on technology, architecture, management, project management or agile process/frameworks and methodologies…
So I guess it is time to start once again, over my career I seem to have run into the same technical issues over and over again, a few examples from the top of my mind would be:
- Utilization/Creation of rule engines and application.
- Utilization/Creation of Workflow systems and application.
- Scanning/Parsing of data from one or more data sources.
- Interpreter construction normally used in the prior items.
- Distributed data processing and the issues involved.
- Distributed application Syncing (web/phone/desktop/mobile)
- Finding related data (Duplicate Checking/Matching/Syncing) across multiple tables/data sources at the same time.
- Embedding custom application processing inside SQL Server for use in SQL Functions and Stored Procedures.
So I have decided to use this blog for now to document various ways of solving the above items with initially simplistic solutions of the above items. (there will of course as usual be my normal ranting on anything that annoys me or grabs my interest…)
These discussions/code samples/solutions will also include my re-learning of couple key areas architecture as I have been hands off for a little while (at least publically… ^^)
Finally, I plan to implement all of the above using F#. However, I may do some initial samples in C# as I am only just starting to pick up F# and I am loving it!
No comments:
Post a Comment