<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marc Beacom, Author at DawaBI</title>
	<atom:link href="https://www.dawabi.com/author/marcbeacom/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Harnessing the Power Inside Your Data</description>
	<lastBuildDate>Wed, 04 May 2022 14:00:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.1</generator>
	<item>
		<title>Common Data Warehouse and Business Intelligence Reference Architectures</title>
		<link>https://www.dawabi.com/common-data-warehouse-and-business-intelligence-reference-architectures/</link>
		
		<dc:creator><![CDATA[Marc Beacom]]></dc:creator>
		<pubDate>Tue, 08 Feb 2022 13:32:29 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[data lake]]></category>
		<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[modern business intelligence]]></category>
		<category><![CDATA[modern data warehouse]]></category>
		<guid isPermaLink="false">https://www.dawabi.com/?p=5724</guid>

					<description><![CDATA[<p>This is a high-level summary that provides a few options of data warehousing and business intelligence solutions used by organizations and is not a recommendation for any one solution. There are many variables that must go into the decision and selection of an architecture that fits your organizational needs. You must not only consider your  [...]</p>
<p>The post <a href="https://www.dawabi.com/common-data-warehouse-and-business-intelligence-reference-architectures/">Common Data Warehouse and Business Intelligence Reference Architectures</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is a high-level summary that provides a few options of data warehousing and business intelligence solutions used by organizations and is <strong><em>not</em></strong> a recommendation for any one solution. There are many variables that <strong><em>must</em></strong> go into the decision and selection of an architecture that fits your organizational needs. You <strong><em>must</em></strong> not only consider your current needs but anticipate future needs, so please be sure to understand all aspects of a solution prior to committing to it. Data solutions can be very expensive and take a long time to develop, but can be an invaluable asset in driving data-driven decisions for your organization.</p>
<p>&nbsp;</p>
<p>This article outlines common data warehousing and business intelligence reference architectures. There are many variations to these that I will not cover, but I hope this will provide you with a general understanding of the different architectures and their pros and cons.</p>
<p>&nbsp;</p>
<h2>Data Vault Architecture</h2>
<p>The Data Vault Architecture is a methodology that makes it easy to store structured data. Performance to load a data vault can reach near real time loads, as there are mostly inserts rather than updates or deletes. This architecture is largely used where auditing of the data is needed – what source systems changed what data. This is a flexible architecture that allows the addition of additional data sources to be integrated easily. To accomplish the speed of inserts and auditing of data, a large number of tables are needed when compared to a dimensional model. This can add additional complexity if trying to report from or get data out of a data vault. Therefore, the data vault is often between source systems and a data warehouse (dimensional model).</p>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/Data-Vault-Reference-Architecture.png"><img fetchpriority="high" decoding="async" class="alignnone size-fusion-600 wp-image-5725" src="https://www.dawabi.com/wp-content/uploads/2021/12/Data-Vault-Reference-Architecture-600x283.png" alt="Data Vault Reference Architecture" width="600" height="283" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/Data-Vault-Reference-Architecture-200x94.png 200w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Vault-Reference-Architecture-300x142.png 300w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Vault-Reference-Architecture-400x189.png 400w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Vault-Reference-Architecture-600x283.png 600w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Vault-Reference-Architecture-768x363.png 768w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Vault-Reference-Architecture-800x378.png 800w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Vault-Reference-Architecture.png 936w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 1: Data Vault Reference Architecture</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table>
<tbody>
<tr>
<td width="312">Pros</td>
<td width="312">Cons</td>
</tr>
<tr>
<td width="312">·         Agile architecture makes it easy to integrate new data sources or make changes to existing load procedures</p>
<p>·         Strong audit history that logs each change</p>
<p>·         Pattern based loads allow for code generation to create load packages</p>
<p>·         Faster load times as most data are inserts rather than updates</td>
<td width="312">·         Selecting data can be slow because of the number of joins required</p>
<p>·         Contains many tables, which complicates ad hoc reporting</p>
<p>·         Unable to load non-structured data</td>
</tr>
</tbody>
</table>
<p>Table 1: Data Vault Pros and Cons</p>
<p>&nbsp;</p>
<h2>Data Warehouse Architecture</h2>
<p>The Data Warehouse or Dimensional Model follows the <a href="https://www.kimballgroup.com/category/articles-design-tips/" target="_blank" rel="noopener">Kimball Methodology</a>, which is a denormalized architecture that is designed for reporting. The denormalized architecture reduces the number of tables and complex table joins to improve performance on getting data out. A staging environment which could be a data vault, or a data lake is used to land data without transformations from each of the source systems. The data integration and interoperability layer handles the complex transformation logic to shape the data into a dimensional model.</p>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/Data-Warehouse-Reference-Architecture.png"><img decoding="async" class="alignnone size-fusion-600 wp-image-5726" src="https://www.dawabi.com/wp-content/uploads/2021/12/Data-Warehouse-Reference-Architecture-600x355.png" alt="Data Warehouse Reference Architecture" width="600" height="355" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/Data-Warehouse-Reference-Architecture-200x118.png 200w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Warehouse-Reference-Architecture-300x178.png 300w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Warehouse-Reference-Architecture-400x237.png 400w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Warehouse-Reference-Architecture-600x355.png 600w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Warehouse-Reference-Architecture-768x455.png 768w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Warehouse-Reference-Architecture-800x474.png 800w, https://www.dawabi.com/wp-content/uploads/2021/12/Data-Warehouse-Reference-Architecture.png 936w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 2: Data Warehouse Reference Architecture</p>
<p>&nbsp;</p>
<table>
<tbody>
<tr>
<td width="312">Pros</td>
<td width="312">Cons</td>
</tr>
<tr>
<td width="312">·         Transformed and structured, making it easier to report from</p>
<p>·         Uses business names and definitions</p>
<p>·         Conforms data from disparate systems</td>
<td width="312">·         Requires upfront architecture and development</p>
<p>·         Not flexible with changing business needs</td>
</tr>
</tbody>
</table>
<p>Table 2: Data Warehouse Pros and Cons</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>Modern Data Warehouse Architecture</h2>
<p>&nbsp;</p>
<p>With cloud offerings, such as those offered by Microsoft Azure, Amazon Web Services (AWS) or Google Cloud Platform (GCP), organizations have even more options to implement their data strategies. One newer data option is an IaaS (Infrastructure as a Service) offering called a Data Lake. Data Lakes allow you to store data, both structured and unstructured data, in a single location. This centralized data store can be a good option for organizations that have both structured and unstructured data that they plan to use, now or in the future. There is minimal design or architecture needed up front to plan how you will store the data. Think of a file system where you store your text documents, images, videos, PDFs, etc. and how you create directories and folders and then store files within. You will need to think through how you will setup this structure before loading. Once you have designed the structure and made a few other technical decisions, you can then load data. The data is loaded incrementally regularly.</p>
<p>&nbsp;</p>
<p>With more companies looking at and implementing a data science solution, a data lake can be a key place for your business analytic or data scientist to access data from the entire organization. One enormous struggle faced by data scientists is accessing the data from multiple systems and bring that data into a centralized data store. With the data already loaded to the data lake, data scientists can focus more on building value from the data rather than gathering the data.</p>
<p>&nbsp;</p>
<p>A data lake is not a data store that non-technical users would have access to, as there is still an effort in transforming the data in the data lake into a usable format.</p>
<p>&nbsp;</p>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/Modern-Data-Warehouse-Reference-Architecture.png"><img decoding="async" class="alignnone size-fusion-600 wp-image-5728" src="https://www.dawabi.com/wp-content/uploads/2021/12/Modern-Data-Warehouse-Reference-Architecture-600x362.png" alt="Modern Data Warehouse Reference Architecture" width="600" height="362" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/Modern-Data-Warehouse-Reference-Architecture-200x121.png 200w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-Data-Warehouse-Reference-Architecture-300x181.png 300w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-Data-Warehouse-Reference-Architecture-400x241.png 400w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-Data-Warehouse-Reference-Architecture-600x362.png 600w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-Data-Warehouse-Reference-Architecture-768x464.png 768w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-Data-Warehouse-Reference-Architecture-800x483.png 800w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-Data-Warehouse-Reference-Architecture.png 936w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 3: Modern Data Warehouse Reference Architecture</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table>
<tbody>
<tr>
<td width="312">Pros</td>
<td width="312">Cons</td>
</tr>
<tr>
<td width="312">·         Can contain structured and non-structured data</p>
<p>·         Easy to load data</p>
<p>·         Flexible and change adjust to new data</p>
<p>·         Utilizing cloud offerings, there is no upfront cost to license or build out servers</p>
<p>·         Storage costs are lower</td>
<td width="312">·         Getting data out can be more difficult</p>
<p>·         Newer or different toolset, which requires a learning curve to get your team acclimated</td>
</tr>
</tbody>
</table>
<p>Table 3: Modern Data Warehouse Pros and Cons</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>Modern Business Intelligence Architecture</h2>
<p>The Modern Business Intelligence (BI) Architecture came about with the release of reporting tools with functionality to connect and report from multiple sources. Take Power BI as an example. Power BI is an growing reporting tool with functionality being added regularly that allows one to build interactive reports and dashboards from data sourced from multiple different systems. This approach can be a brilliant solution for smaller and less complex data to drive business decisions.</p>
<p>&nbsp;</p>
<p>Power BI and other related tools can connect to different sources and transform that data into a reportable shape. Contrast this with other solutions that have a layer of ETL or Extract, Transform, and Load that does this transformation. This ETL layer does a lot of heavy lifting to transform the data into a usable shape and loads that data into a data model that makes reporting easier. The ETL processes can take a very long time to run due to complex transformations. By having a layer of ETL built into your reports, the time needed to run those reports and time to insights can be far longer reducing the value. If a business user must wait 15 minutes or longer for the insights to return, it is tough to drive decisions. Higher data volumes or more complex transformations will dampen the benefits of Modern BI Architecture.</p>
<p>&nbsp;</p>
<p>A Modern BI Architecture can also be a great solution for building out POCs (Proof of Concept) against multiple systems to relay the ideas and possibilities to business users to get feedback. While this may not be the ultimate solution, it could require additional work based on the complexity and performance. I have found this approach to be less risky, less expense in the long run, and allows for quicker value to be added.</p>
<p>&nbsp;</p>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/Modern-BI-Reference-Architecture.png"><img decoding="async" class="alignnone size-fusion-600 wp-image-5727" src="https://www.dawabi.com/wp-content/uploads/2021/12/Modern-BI-Reference-Architecture-600x364.png" alt="Modern BI Reference Architecture" width="600" height="364" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/Modern-BI-Reference-Architecture-200x121.png 200w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-BI-Reference-Architecture-300x182.png 300w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-BI-Reference-Architecture-400x243.png 400w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-BI-Reference-Architecture-600x364.png 600w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-BI-Reference-Architecture-768x466.png 768w, https://www.dawabi.com/wp-content/uploads/2021/12/Modern-BI-Reference-Architecture.png 786w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 4: Modern BI Reference Architecture</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table>
<tbody>
<tr>
<td width="312">Pros</td>
<td width="312">Cons</td>
</tr>
<tr>
<td width="312">·         Simplified tool-set, just reporting tool(s</p>
<p>·         Low cost when compared to building out a data structure</td>
<td width="312">·         Does not scale well with larger data sets or more complex transformations</td>
</tr>
</tbody>
</table>
<p>Table 4: Modern BI Pros and Cons</p>
<p>&nbsp;</p>
<p>As mentioned, there are variations in these reference architectures and many considerations that should be considered when selecting the best path for your organization. Reach out with questions or if I can be of assistance in helping you select a path forward for your organization.</p>
<p>The post <a href="https://www.dawabi.com/common-data-warehouse-and-business-intelligence-reference-architectures/">Common Data Warehouse and Business Intelligence Reference Architectures</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Framework Laptop and Setup</title>
		<link>https://www.dawabi.com/framework-laptop-and-setup/</link>
		
		<dc:creator><![CDATA[Marc Beacom]]></dc:creator>
		<pubDate>Tue, 04 Jan 2022 15:32:35 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[tools]]></category>
		<guid isPermaLink="false">https://www.dawabi.com/?p=5713</guid>

					<description><![CDATA[<p>It’s been a while since I’ve refreshed my work laptop and monitor. After some searching, I found https://frame.work/ with a new take on laptops; the ability to upgrade, replace, or repair them yourself. I pre-ordered the DIY Edition and put it together with my two boys which was a fun learning experience for them, and me.  [...]</p>
<p>The post <a href="https://www.dawabi.com/framework-laptop-and-setup/">Framework Laptop and Setup</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It’s been a while since I’ve refreshed my work laptop and monitor. After some searching, I found <a href="https://frame.work/">https://frame.work</a>/ with a new take on laptops; the ability to upgrade, replace, or repair them yourself. I pre-ordered the DIY Edition and put it together with my two boys which was a fun learning experience for them, and me.</p>
<p>Total cost of the laptop was $1,780 &#8211; I paid a $100 deposit when I submitted the order and the balance when it shipped.</p>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-laptop-configuration-and-pricing-summary.jpg"><img decoding="async" class="alignnone wp-image-5714 size-fusion-600" src="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-laptop-configuration-and-pricing-summary-600x503.jpg" alt="Framework laptop configuration and pricing summary" width="600" height="503" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-laptop-configuration-and-pricing-summary-200x168.jpg 200w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-laptop-configuration-and-pricing-summary-300x251.jpg 300w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-laptop-configuration-and-pricing-summary-400x335.jpg 400w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-laptop-configuration-and-pricing-summary-600x503.jpg 600w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-laptop-configuration-and-pricing-summary.jpg 624w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 1: Framework laptop configuration and pricing summary</p>
<p>&nbsp;</p>
<p>Given the supply chain issues we had during 2021, Framework shifted to a batching process for their orders. When I ordered, it was monthly.  When you order on their website, they will show different configurations and what batches they are in.</p>
<p>Here is the timeline for my order. The process, start to finish, was smooth and issue free.</p>
<table>
<tbody>
<tr>
<td width="312">Ordered</td>
<td width="312">Thu, Sep 23 @ 12:22 pm</td>
</tr>
<tr>
<td width="312">We’re preparing to ship Batch 4!</td>
<td width="312">Mon, Oct 4 @ 11:55 am</td>
</tr>
<tr>
<td width="312">We’re preparing to ship your order!</td>
<td width="312">Fri, Oct 15 @ 7:13 pm</td>
</tr>
<tr>
<td width="312">Your order is shipping soon!</p>
<p>Remaining balance charged to CC</td>
<td width="312">Tue, Oct 19 @ 5:20 am</td>
</tr>
<tr>
<td width="312">Laptop Shipped</td>
<td width="312">Fri, Oct 22 @ 3:50 pm</td>
</tr>
<tr>
<td width="312">Laptop Received</td>
<td width="312">Tue Oct 26 @ 11:49 am</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2><strong>Configuration</strong></h2>
<p>There were three CPU options to choose from and I selected the Intel® Core<img src="https://s.w.org/images/core/emoji/15.0.3/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /> i7-1165G7 because of the performance to price ratings. The next higher CPU was the ® Core<img src="https://s.w.org/images/core/emoji/15.0.3/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /> i7-1185G7 which had marginal improvements in performance but was $400 more.</p>
<p>The storage I selected was 1TB &#8211; WD_BLACK<img src="https://s.w.org/images/core/emoji/15.0.3/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /> SN850 NVMe<img src="https://s.w.org/images/core/emoji/15.0.3/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />. 1 GB as most of what I do these days is in the cloud and my storage solutions of <a href="https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage">Microsoft OneDrive</a> and <a href="https://partner.pcloud.com/r/58997">pCloud</a> have files on demand which means you have access to the files but they are stored in the cloud where they don’t take up space on your drive. Also, most of my technical work consists of cloud-based products such as data lakes and databases where I no longer have to have copies on my laptop. So higher capacity wasn’t as important.</p>
<p>However, I do work with visualization tools such as Power BI and messaging apps such as Slack, Teams, and Chat, which consume a lot of memory and wanted to have enough capacity to run these. I therefore opted to get 64 GB (2 x 32GB) DDR4-3200 RAM.</p>
<h2><strong>Expansion Cards</strong></h2>
<p>One of the unique aspects of the Framework laptops is the expansion cards. These are removable cards with different cable interfaces, such as for HDMI, USB A, USB C, and others. I selected 1 HDMI, 1 USB-A, and 4 USB-C. While working at home, which is 98% of my work, I have the 4 USB-C cards in but wanted HDMI, and USB-A for when I travel or am out doing presentations.</p>
<h2><strong>Unboxing</strong></h2>
<p>The packaging was simple, with the laptop arriving in a box and expansion cards in a padded package.</p>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging.jpg"><img decoding="async" class="alignnone size-fusion-600 wp-image-5717" src="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-600x450.jpg" alt="Framework packaging" width="600" height="450" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-200x150.jpg 200w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-300x225.jpg 300w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-400x300.jpg 400w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-600x450.jpg 600w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging.jpg 624w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 2: Framework packaging</p>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-open-packaging.jpg"><img decoding="async" class="alignnone size-fusion-600 wp-image-5715" src="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-open-packaging-600x450.jpg" alt="Framework open packaging" width="600" height="450" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-open-packaging-200x150.jpg 200w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-open-packaging-300x225.jpg 300w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-open-packaging-400x300.jpg 400w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-open-packaging-600x450.jpg 600w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-open-packaging.jpg 624w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 3: Framework open packaging</p>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-showing-the-Framework-tool-which-is-the-only-tool-needed-to-work-on-the-laptop.jpg"><img decoding="async" class="alignnone size-fusion-600 wp-image-5716" src="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-showing-the-Framework-tool-which-is-the-only-tool-needed-to-work-on-the-laptop-600x450.jpg" alt="Framework packaging showing the Framework tool which is the only tool needed to work on the laptop" width="600" height="450" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-showing-the-Framework-tool-which-is-the-only-tool-needed-to-work-on-the-laptop-200x150.jpg 200w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-showing-the-Framework-tool-which-is-the-only-tool-needed-to-work-on-the-laptop-300x225.jpg 300w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-showing-the-Framework-tool-which-is-the-only-tool-needed-to-work-on-the-laptop-400x300.jpg 400w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-showing-the-Framework-tool-which-is-the-only-tool-needed-to-work-on-the-laptop-600x450.jpg 600w, https://www.dawabi.com/wp-content/uploads/2021/12/Framework-packaging-showing-the-Framework-tool-which-is-the-only-tool-needed-to-work-on-the-laptop.jpg 624w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 4: Framework packaging showing the Framework tool, which is the only tool needed to work on the laptop.</p>
<p>&nbsp;</p>
<h2><strong>The Build</strong></h2>
<p>The Build was rather straightforward and simple. The only issue I had was with the network adapter and connecting wires which were rather small. My old eyes and hands took a while to connect. It was helpful to have my sons helping with much better eyes and smaller fingers.</p>
<p>Framework’s goal is to make the laptop upgrades or modifications assessable; they have a simple screwdriver tool that is used to perform all needed modifications. It has a fixed slotted screwdriver on one end and a removable T5 star bit.</p>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/Removing-the-screws-with-the-Framework-Screwdriver.jpg"><img decoding="async" class="alignnone size-fusion-600 wp-image-5719" src="https://www.dawabi.com/wp-content/uploads/2021/12/Removing-the-screws-with-the-Framework-Screwdriver-600x450.jpg" alt="Removing the screws with the Framework Screwdriver" width="600" height="450" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/Removing-the-screws-with-the-Framework-Screwdriver-200x150.jpg 200w, https://www.dawabi.com/wp-content/uploads/2021/12/Removing-the-screws-with-the-Framework-Screwdriver-300x225.jpg 300w, https://www.dawabi.com/wp-content/uploads/2021/12/Removing-the-screws-with-the-Framework-Screwdriver-400x300.jpg 400w, https://www.dawabi.com/wp-content/uploads/2021/12/Removing-the-screws-with-the-Framework-Screwdriver-600x450.jpg 600w, https://www.dawabi.com/wp-content/uploads/2021/12/Removing-the-screws-with-the-Framework-Screwdriver.jpg 624w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 5: Removing the screws with the Framework Screwdriver</p>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/Opened-Framework-laptop.jpg"><img decoding="async" class="alignnone size-fusion-600 wp-image-5718" src="https://www.dawabi.com/wp-content/uploads/2021/12/Opened-Framework-laptop-600x450.jpg" alt="Opened Framework laptop" width="600" height="450" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/Opened-Framework-laptop-200x150.jpg 200w, https://www.dawabi.com/wp-content/uploads/2021/12/Opened-Framework-laptop-300x225.jpg 300w, https://www.dawabi.com/wp-content/uploads/2021/12/Opened-Framework-laptop-400x300.jpg 400w, https://www.dawabi.com/wp-content/uploads/2021/12/Opened-Framework-laptop-600x450.jpg 600w, https://www.dawabi.com/wp-content/uploads/2021/12/Opened-Framework-laptop.jpg 624w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 6: Opened Framework laptop</p>
<p>&nbsp;</p>
<p>For the operating system, I installed Windows 11 which was recently released. About one month in, I had an issue where the laptop crashed and after restarting it; it was incredibly slow. I tried several things but couldn’t get it back to normal. I therefore had to reinstall the operating system and eventually got it back to normal working condition. There were several non-windows software and firmware updates that I installed after reinstalling the operating system, which may have caused the crash.</p>
<p>&nbsp;</p>
<h2><strong>Monitor</strong></h2>
<p>With this upgrade, I also wanted a wide screen monitor as I felt this would provide me a more efficient workspace. After much research, I went with the Samsung Odyssey g9 monitor. This monitor is 49 inches and had a 1000R curve. The width I felt was wide enough to be my main working monitor that provided plenty of screen real estate for development tools. The 1000r radius I felt was best for me and the distance I would work from the screen. It has a tighter curve than many other monitors I looked at that were 1800R. I felt the 1800R curve flattened out on the edges.</p>
<h2><strong>Docking Station</strong></h2>
<p>Having a good docking station has served me well over the years and wanted something that would connect the new monitor, besides my existing monitor and other peripherals as well. Another new release, I selected the Anker Apex 12-in-1 Thunderbolt 4 Dock with Max 90W Charging for Laptop, 20W Power Delivery, Single 8K, Triple 4K Display, 2 USB-A 3.1 Gen 2, 2 USB 2.0, Ethernet, Audio, SD 4.0, for Thunderbolt 4 Laptops. I did debate on getting an eGPU with a higher end graphics card, but opted not to for now. I am not a gamer and the refresh rate (120 Hz) I receive through the docking station is more than sufficient for now. If later I or my two boys&#8217; game, I’ll look at an eGPU at that point if needed.</p>
<p>&nbsp;</p>
<h2>Overall Setup</h2>
<p><a href="https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-scaled.jpg"><img decoding="async" class="alignnone size-fusion-600 wp-image-5720" src="https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-600x450.jpg" alt="Framework laptop final setup" width="600" height="450" srcset="https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-200x150.jpg 200w, https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-300x225.jpg 300w, https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-400x300.jpg 400w, https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-600x450.jpg 600w, https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-768x576.jpg 768w, https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-800x600.jpg 800w, https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-1024x768.jpg 1024w, https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-1200x900.jpg 1200w, https://www.dawabi.com/wp-content/uploads/2021/12/FinalSetup-1536x1152.jpg 1536w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Figure 7: Final setup with the Framework laptop and multiple monitors</p>
<p>&nbsp;</p>
<p>The overall setup has been working well. I’m using the 49 inch monitor as my main screen. I have my old 28 inch 4k monitor mounted above and my laptop to the right. The 28 inch monitor I used as a home for messing apps such as slack, google chat and teams along with a reference/research browser. I use my laptop monitor for screen sharing (need to figure out another method though) and email.</p>
<p>Overall, I’m thrilled with the setup.</p>
<p>The post <a href="https://www.dawabi.com/framework-laptop-and-setup/">Framework Laptop and Setup</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PASS SQL Saturday Events: December 2014</title>
		<link>https://www.dawabi.com/pass-sql-saturday-events-december-2014/</link>
		
		<dc:creator><![CDATA[Marc Beacom]]></dc:creator>
		<pubDate>Sat, 15 Nov 2014 23:52:13 +0000</pubDate>
				<category><![CDATA[PASS]]></category>
		<category><![CDATA[SQLSaturday]]></category>
		<category><![CDATA[PASS Events]]></category>
		<guid isPermaLink="false">http://www.dawabi.com/?p=5241</guid>

					<description><![CDATA[<p>  Date|Event December 6 | SQLSaturday #359 - Istanbul 2014 December 6 | SQLSaturday #351 - Lima 2014 December 6| SQLSaturday #347 - Washington DC 2014 December 13 | SQLSaturday #356 - Slovenia 2014 December 13 | SQLSaturday #354 - Charleston 2014</p>
<p>The post <a href="https://www.dawabi.com/pass-sql-saturday-events-december-2014/">PASS SQL Saturday Events: December 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="table-responsive"><table  style="width:100%; "  class="easy-table easy-table-default " >
<thead>
<tr><th >Date</th>
<th >Event</th>
</tr>
</thead>
<tbody>
<tr><td >December 6 </td>
<td > SQLSaturday #359 &#8211; Istanbul 2014</td>
</tr>

<tr><td >December 6 </td>
<td > SQLSaturday #351 &#8211; Lima 2014</td>
</tr>

<tr><td >December 6</td>
<td > SQLSaturday #347 &#8211; Washington DC 2014</td>
</tr>

<tr><td >December 13 </td>
<td > SQLSaturday #356 &#8211; Slovenia 2014</td>
</tr>

<tr><td >December 13 </td>
<td > SQLSaturday #354 &#8211; Charleston 2014</td>
</tr>
</tbody></table></div>
<p>The post <a href="https://www.dawabi.com/pass-sql-saturday-events-december-2014/">PASS SQL Saturday Events: December 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PASS SQL Saturday Events: November 2014</title>
		<link>https://www.dawabi.com/pass-sql-saturday-events-november-2014/</link>
		
		<dc:creator><![CDATA[Marc Beacom]]></dc:creator>
		<pubDate>Wed, 15 Oct 2014 22:48:01 +0000</pubDate>
				<category><![CDATA[PASS]]></category>
		<category><![CDATA[SQLSaturday]]></category>
		<category><![CDATA[PASS Events]]></category>
		<guid isPermaLink="false">http://www.dawabi.com/?p=5239</guid>

					<description><![CDATA[<p>  Date|Event November 1 | SQLSaturday #339 - Shanghai 2014 November 1 | SQLSaturday #337 - Oregon 2014 November 22 | SQLSaturday #355 - Parma, Italy 2014 November 22 | SQLSaturday #353 - London - BA Edition 2014 November 22 | SQLSaturday #350 - Winnipeg 2014   </p>
<p>The post <a href="https://www.dawabi.com/pass-sql-saturday-events-november-2014/">PASS SQL Saturday Events: November 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="table-responsive"><table  style="width:100%; "  class="easy-table easy-table-default " >
<thead>
<tr><th >Date</th>
<th >Event</th>
</tr>
</thead>
<tbody>
<tr><td >November 1 </td>
<td > SQLSaturday #339 &#8211; Shanghai 2014</td>
</tr>

<tr><td >November 1 </td>
<td > SQLSaturday #337 &#8211; Oregon 2014</td>
</tr>

<tr><td >November 22 </td>
<td > SQLSaturday #355 &#8211; Parma, Italy 2014</td>
</tr>

<tr><td >November 22 </td>
<td > SQLSaturday #353 &#8211; London &#8211; BA Edition 2014</td>
</tr>

<tr><td >November 22 </td>
<td > SQLSaturday #350 &#8211; Winnipeg 2014</td>
</tr>
</tbody></table></div>
<p>&nbsp;</p>
<p>The post <a href="https://www.dawabi.com/pass-sql-saturday-events-november-2014/">PASS SQL Saturday Events: November 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PASS SQL Saturday Events: October 2014</title>
		<link>https://www.dawabi.com/pass-sql-saturday-events-october-2014/</link>
		
		<dc:creator><![CDATA[Marc Beacom]]></dc:creator>
		<pubDate>Mon, 15 Sep 2014 22:43:34 +0000</pubDate>
				<category><![CDATA[PASS]]></category>
		<category><![CDATA[SQLSaturday]]></category>
		<category><![CDATA[PASS Events]]></category>
		<guid isPermaLink="false">http://www.dawabi.com/?p=5237</guid>

					<description><![CDATA[<p>  Date|Event October 4 | SQLSaturday #335 - Athens 2014 October 4 | SQLSaturday #336 - Holland 2014 October 4  | SQLSaturday #344 - Tirana 2014 October 4 | SQLSaturday #315 - Pittsburgh 2014 October 4 | SQLSaturday #330 - Charlotte - BI Edition 2014 October 11 | SQLSaturday #319 - Panama 2014 October 11  [...]</p>
<p>The post <a href="https://www.dawabi.com/pass-sql-saturday-events-october-2014/">PASS SQL Saturday Events: October 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="table-responsive"><table  style="width:100%; "  class="easy-table easy-table-default " >
<thead>
<tr><th >Date</th>
<th >Event</th>
</tr>
</thead>
<tbody>
<tr><td >October 4 </td>
<td > SQLSaturday #335 &#8211; Athens 2014</td>
</tr>

<tr><td >October 4 </td>
<td > SQLSaturday #336 &#8211; Holland 2014</td>
</tr>

<tr><td >October 4  </td>
<td > SQLSaturday #344 &#8211; Tirana 2014</td>
</tr>

<tr><td >October 4 </td>
<td > SQLSaturday #315 &#8211; Pittsburgh 2014</td>
</tr>

<tr><td >October 4 </td>
<td > SQLSaturday #330 &#8211; Charlotte &#8211; BI Edition 2014</td>
</tr>

<tr><td >October 11 </td>
<td > SQLSaturday #319 &#8211; Panama 2014</td>
</tr>

<tr><td >October 11 </td>
<td > SQLSaturday #333 &#8211; St. Louis 2014</td>
</tr>

<tr><td >October 11 </td>
<td > SQLSaturday #311 &#8211; Bulgaria 2014</td>
</tr>

<tr><td >October 18 </td>
<td > SQLSaturday #345 &#8211; Riyadh 2014</td>
</tr>

<tr><td >October 18</td>
<td > SQLSaturday #341 &#8211; Porto 2014</td>
</tr>

<tr><td >October 18 </td>
<td > SQLSaturday #314 &#8211; Providence 2014</td>
</tr>

<tr><td >October 25 </td>
<td > SQLSaturday #352 &#8211; Sydney 2014</td>
</tr>

<tr><td >October 25 </td>
<td > SQLSaturday #338 &#8211; Barcelona 2014</td>
</tr>

<tr><td >October 25 </td>
<td > SQLSaturday #329 &#8211; Rio de Janeiro 2014</td>
</tr>

<tr><td >October 25 </td>
<td > SQLSaturday #348 &#8211; Ica, Peru 2014</td>
</tr>

<tr><td >October 25 </td>
<td > SQLSaturday #326 &#8211; Tampa &#8211; BA Edition 2014</td>
</tr>

<tr><td >October 25 </td>
<td > SQLSaturday #332 &#8211; Minnesota 2014</td>
</tr>

<tr><td >October 25 </td>
<td > SQLSaturday #349 &#8211; Salt Lake City 2014</td>
</tr>
</tbody></table></div>
<p>The post <a href="https://www.dawabi.com/pass-sql-saturday-events-october-2014/">PASS SQL Saturday Events: October 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PASS Virtual Chapter Events: September &#038; October 2014</title>
		<link>https://www.dawabi.com/pass-virtual-chapter-events-september-october-2014/</link>
		
		<dc:creator><![CDATA[Marc Beacom]]></dc:creator>
		<pubDate>Thu, 11 Sep 2014 22:31:28 +0000</pubDate>
				<category><![CDATA[PASS]]></category>
		<category><![CDATA[Virtual Chapters]]></category>
		<category><![CDATA[PASS Virtual Chapters]]></category>
		<guid isPermaLink="false">http://www.dawabi.com/?p=5234</guid>

					<description><![CDATA[<p>PASS Virtual Chapter Events: September 2014 Join SQL Server professionals from around the world for free online technical training and networking year round. PASS Virtual Chapters (VC) are interest-based forums that unite the SQL Server community through live webcasts with top SQL Server experts, online forums and resources including an archive of past presentations, and  [...]</p>
<p>The post <a href="https://www.dawabi.com/pass-virtual-chapter-events-september-october-2014/">PASS Virtual Chapter Events: September &#038; October 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>PASS Virtual Chapter Events: September 2014</p>
<p>Join SQL Server professionals from around the world for free online technical training and networking year round. PASS Virtual Chapters (VC) are interest-based forums that unite the SQL Server community through live webcasts with top SQL Server experts, online forums and resources  including an archive of past presentations, and special training events.</p>
<div class="table-responsive"><table  style="width:100%; "  class="easy-table easy-table-default " >
<thead>
<tr><th >Date</th>
<th >Time</th>
<th >Title</th>
<th > Link</th>
</tr>
</thead>
<tbody>
<tr><td >September 16th </td>
<td > 11:00 CST</td>
<td > The Roadmap to Better Performance: Reading Query Plans </td>
<td > <a href="https://attendee.gotowebinar.com/register/3935830875052414466" target="_blank">https://attendee.gotowebinar.com/register/3935830875052414466</a></td>
</tr>

<tr><td >September 17th</td>
<td > 12:00 PST </td>
<td > Learn JavaScript Properly Part 2</td>
<td ><a href=" https://attendee.gotowebinar.com/register/4322399372235297538"> https://attendee.gotowebinar.com/register/4322399372235297538</a></td>
</tr>

<tr><td >September 17th </td>
<td > 4:00 EST </td>
<td > Absolute Beginners Presentation for Power BI for Office 365 </td>
<td ><a href="https://attendee.gotowebinar.com/register/4757737807317828865" target="_blank">https://attendee.gotowebinar.com/register/4757737807317828865</a></td>
</tr>

<tr><td >September 18th </td>
<td > 12:00 EST </td>
<td > Insider's Introduction to Microsoft Azure Machine Learning (AzureML) </td>
<td ><a href="http://bit.ly/PASSBAVC091814" target="_blank">http://bit.ly/PASSBAVC091814</a></td>
</tr>

<tr><td >September 26th </td>
<td > 11:00 EST </td>
<td > Improving Query Efficiency with Data Access Layers </td>
<td > <a href="http://oracle.sqlpass.org/">http://oracle.sqlpass.org/</a></td>
</tr>

<tr><td >October 8th </td>
<td >  12:00 CST </td>
<td >Understanding your SQL Server IO Bottlenecks and how Flash can solve them</td>
<td > <a href="https://attendee.gotowebinar.com/register/6093820357156042754" target="_blank">https://attendee.gotowebinar.com/register/6093820357156042754</a></td>
</tr>

<tr><td >October 16th </td>
<td > 10:00 EST </td>
<td > MrExcel's Favorite Excel Tips &amp; Tricks </td>
<td > <a href="https://attendee.gotowebinar.com/register/8089449354432962050" target="_blank">https://attendee.gotowebinar.com/register/8089449354432962050</a></td>
</tr>
</tbody></table></div>
<p>&nbsp;</p>
<p>The post <a href="https://www.dawabi.com/pass-virtual-chapter-events-september-october-2014/">PASS Virtual Chapter Events: September &#038; October 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PASS Virtual Chapter Events: August 2014</title>
		<link>https://www.dawabi.com/pass-virtual-chapter-events-august-2014/</link>
		
		<dc:creator><![CDATA[Marc Beacom]]></dc:creator>
		<pubDate>Fri, 15 Aug 2014 15:01:40 +0000</pubDate>
				<category><![CDATA[PASS]]></category>
		<category><![CDATA[Virtual Chapters]]></category>
		<category><![CDATA[PASS Virtual Chapters]]></category>
		<guid isPermaLink="false">http://www.dawabi.com/?p=5226</guid>

					<description><![CDATA[<p>   Date|Time|Title| Link August 15th| 12:00 EST | Manage Your Shop with CMS and Policy Based Management | https://attendee.gotowebinar.com/register/4279519516082609665 August 19th | 11:00 CST | The Roadmap to Better Performance: Reading Query Plans | https://attendee.gotowebinar.com/register/2124351382524970497 August 20th | 12:00 PST | Learn JavaScript Properly | http://bookreaders.sqlpass.org/ August 21st | 12:00 EST | Looking Through  [...]</p>
<p>The post <a href="https://www.dawabi.com/pass-virtual-chapter-events-august-2014/">PASS Virtual Chapter Events: August 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="table-responsive"><table  style="width:100%; "  class="easy-table easy-table-default " >
<thead>
<tr><th >Date</th>
<th >Time</th>
<th >Title</th>
<th > Link</th>
</tr>
</thead>
<tbody>
<tr><td >August 15th</td>
<td > 12:00 EST </td>
<td > Manage Your Shop with CMS and Policy Based Management </td>
<td > https://attendee.gotowebinar.com/register/4279519516082609665</td>
</tr>

<tr><td >August 19th </td>
<td > 11:00 CST </td>
<td > The Roadmap to Better Performance: Reading Query Plans </td>
<td > https://attendee.gotowebinar.com/register/2124351382524970497</td>
</tr>

<tr><td >August 20th </td>
<td > 12:00 PST </td>
<td > Learn JavaScript Properly </td>
<td > http://bookreaders.sqlpass.org/</td>
</tr>

<tr><td >August 21st </td>
<td > 12:00 EST </td>
<td > Looking Through the Windshield: Creating Forward-looking Dashboards and KPIs  </td>
<td > https://attendee.gotowebinar.com/register/5282114692357849346</td>
</tr>

<tr><td >August 21st </td>
<td > 1:00 EST </td>
<td > SQL Server Security Easy Button </td>
<td > https://attendee.gotowebinar.com/register/4752057729799585025</td>
</tr>

<tr><td >August 27th </td>
<td >  12:00 EST </td>
<td > The Curious Case of Isolation Levels</td>
<td > http://dba.sqlpass.org/</td>
</tr>
</tbody></table></div>
<p>&nbsp;</p>
<p>The post <a href="https://www.dawabi.com/pass-virtual-chapter-events-august-2014/">PASS Virtual Chapter Events: August 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PASS SQL Saturday Events: September 2014</title>
		<link>https://www.dawabi.com/pass-sql-saturday-events-september-2014/</link>
		
		<dc:creator><![CDATA[Marc Beacom]]></dc:creator>
		<pubDate>Fri, 15 Aug 2014 00:10:56 +0000</pubDate>
				<category><![CDATA[PASS]]></category>
		<category><![CDATA[SQLSaturday]]></category>
		<category><![CDATA[SQL Saturday]]></category>
		<guid isPermaLink="false">http://www.dawabi.com/?p=5223</guid>

					<description><![CDATA[<p>  Date|Event September 6 | SQLSaturday #301 - Cape Town 2014 September 6 | SQLSaturday #320 - Raleigh 2014 September 13 | SQLSaturday #323 - Paris 2014 September 13 | SQLSaturday #300 - Kansas City 2014 September 20 | SQLSaturday #290 - Kiev 2014 September 20 | SQLSaturday #310 - Dublin 2014 September 20 |  [...]</p>
<p>The post <a href="https://www.dawabi.com/pass-sql-saturday-events-september-2014/">PASS SQL Saturday Events: September 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="table-responsive"><table  style="width:100%; "  class="easy-table easy-table-default " >
<thead>
<tr><th >Date</th>
<th >Event</th>
</tr>
</thead>
<tbody>
<tr><td >September 6 </td>
<td > SQLSaturday #301 &#8211; Cape Town 2014</td>
</tr>

<tr><td >September 6 </td>
<td > SQLSaturday #320 &#8211; Raleigh 2014</td>
</tr>

<tr><td >September 13 </td>
<td > SQLSaturday #323 &#8211; Paris 2014</td>
</tr>

<tr><td >September 13 </td>
<td > SQLSaturday #300 &#8211; Kansas City 2014</td>
</tr>

<tr><td >September 20 </td>
<td > SQLSaturday #290 &#8211; Kiev 2014</td>
</tr>

<tr><td >September 20 </td>
<td > SQLSaturday #310 &#8211; Dublin 2014</td>
</tr>

<tr><td >September 20 </td>
<td > SQLSaturday #331 &#8211; Denver 2014</td>
</tr>

<tr><td >September 20 </td>
<td > SQLSaturday #340 &#8211; San Diego 2014</td>
</tr>

<tr><td >September 27 </td>
<td > SQLSaturday #325 &#8211; SÃ£o Paulo 2014</td>
</tr>

<tr><td >September 27 </td>
<td > SQLSaturday #343 &#8211; Medellin 2014</td>
</tr>

<tr><td >September 27 </td>
<td > SQLSaturday #334 &#8211; Boston &#8211; BI Edition 2014</td>
</tr>

<tr><td >September 27 </td>
<td > SQLSaturday #318 &#8211; Orlando 2014</td>
</tr>

<tr><td >September 27 </td>
<td > SQLSaturday #342 &#8211; Mobile 2014</td>
</tr>
</tbody></table></div>
<p>The post <a href="https://www.dawabi.com/pass-sql-saturday-events-september-2014/">PASS SQL Saturday Events: September 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PASS SQL Saturday Events: August 2014</title>
		<link>https://www.dawabi.com/pass-sql-saturday-events-august-2014/</link>
		
		<dc:creator><![CDATA[Marc Beacom]]></dc:creator>
		<pubDate>Tue, 15 Jul 2014 14:09:54 +0000</pubDate>
				<category><![CDATA[PASS]]></category>
		<category><![CDATA[SQLSaturday]]></category>
		<category><![CDATA[SQL Saturday]]></category>
		<guid isPermaLink="false">http://www.dawabi.com/?p=5166</guid>

					<description><![CDATA[<p>  Date|Event August 2 | SQLSaturday #324 - Baton Rouge 2014 August 9 | SQLSaturday #304 - Indianapolis 2014 August 23 | SQLSaturday #328 - Birmingham 2014 August 23 | SQLSaturday #309 - Oklahoma City 2014 August 30 | SQLSaturday #327 - Johannesburg 2014 August 30 | SQLSaturday #317 - Oslo 2014</p>
<p>The post <a href="https://www.dawabi.com/pass-sql-saturday-events-august-2014/">PASS SQL Saturday Events: August 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="table-responsive"><table  style="width:100%; "  class="easy-table easy-table-default " >
<thead>
<tr><th >Date</th>
<th >Event</th>
</tr>
</thead>
<tbody>
<tr><td >August 2 </td>
<td > SQLSaturday #324 &#8211; Baton Rouge 2014</td>
</tr>

<tr><td >August 9 </td>
<td > SQLSaturday #304 &#8211; Indianapolis 2014</td>
</tr>

<tr><td >August 23 </td>
<td > SQLSaturday #328 &#8211; Birmingham 2014</td>
</tr>

<tr><td >August 23 </td>
<td > SQLSaturday #309 &#8211; Oklahoma City 2014</td>
</tr>

<tr><td >August 30 </td>
<td > SQLSaturday #327 &#8211; Johannesburg 2014</td>
</tr>

<tr><td >August 30 </td>
<td > SQLSaturday #317 &#8211; Oslo 2014</td>
</tr>
</tbody></table></div>
<p>The post <a href="https://www.dawabi.com/pass-sql-saturday-events-august-2014/">PASS SQL Saturday Events: August 2014</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Will you be attending Mile High Tech Con?</title>
		<link>https://www.dawabi.com/will-attending-mile-high-tech-con/</link>
		
		<dc:creator><![CDATA[Marc Beacom]]></dc:creator>
		<pubDate>Wed, 09 Jul 2014 20:55:47 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Mile high tech con]]></category>
		<guid isPermaLink="false">http://www.dawabi.com/?p=5209</guid>

					<description><![CDATA[<p>Technical conferences have always been a great venue for networking and increasing my knowledge base. Mile High Tech Con will be no different. I would like to invite you to be part of the inaugural Mile High Tech Con which will be held July 24 -26 in Denver, Colorado. Mile High Tech Con will highlight  [...]</p>
<p>The post <a href="https://www.dawabi.com/will-attending-mile-high-tech-con/">Will you be attending Mile High Tech Con?</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Technical conferences have always been a great venue for networking and increasing my knowledge base. Mile High Tech Con will be no different. I would like to invite you to be part of the inaugural Mile High Tech Con which will be held July 24 -26 in Denver, Colorado. <a href="http://milehightechcon.com" target="_blank">Mile High Tech Con</a> will highlight innovative topics that will inspire strategic decision making while offering relationship building and networking.<a href="http://milehightechcon.com"><img decoding="async" class="alignright size-medium wp-image-5215" alt="MHTC-Twitter" src="http://www.dawabi.com/wp-content/uploads/2014/07/MHTC-Twitter-300x150.jpg" width="300" height="150" srcset="https://www.dawabi.com/wp-content/uploads/2014/07/MHTC-Twitter-300x150.jpg 300w, https://www.dawabi.com/wp-content/uploads/2014/07/MHTC-Twitter-540x272.jpg 540w, https://www.dawabi.com/wp-content/uploads/2014/07/MHTC-Twitter-1024x512.jpg 1024w, https://www.dawabi.com/wp-content/uploads/2014/07/MHTC-Twitter.jpg 1252w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>Here are the speakers and topics:</p>
<div class="table-responsive"><table  style="width:100%; "  class="easy-table easy-table-default " >
<thead>
<tr><th >Speaker</th>
<th >Topic</th>
</tr>
</thead>
<tbody>
<tr><td >Bill Fellows </td>
<td > SSIS package generation via Biml</td>
</tr>

<tr><td >Carlos Bossy </td>
<td > Getting Started with Big Data and Business Intelligence</td>
</tr>

<tr><td >Jeff Renz </td>
<td > Dashboards  More Than One Way to Visualize Data</td>
</tr>

<tr><td >Meagan Longoria </td>
<td > Somebody Got BIDS Helper in my Data Tools!</td>
</tr>

<tr><td >Peter Myers </td>
<td > Taking Your Application Design to the Next Level with SQL Server Data Mining</td>
</tr>

<tr><td >Reeves Smith </td>
<td > Master Data Services, How Does it Apply to My Enterprise?</td>
</tr>

<tr><td >Scot Reagin </td>
<td > Strategies for Fixing Broken Information Environments</td>
</tr>

<tr><td >Tim Mitchell </td>
<td > Error Handling Patterns in SSIS</td>
</tr>

<tr><td >Bill Fellows </td>
<td > Getting started with R and SQL Server</td>
</tr>

<tr><td >Carlos Bossy </td>
<td > SQL Server Replication in a Business Intelligence Framework</td>
</tr>

<tr><td >Dan Lewandowski </td>
<td > Securing the cube</td>
</tr>

<tr><td >Jeff Renz </td>
<td > Tabular Models</td>
</tr>

<tr><td >Meagan Longoria </td>
<td > Don't Miss Out on Excel Cube Functions</td>
</tr>

<tr><td >Peter Myers </td>
<td > Big Data Analytics with Excel</td>
</tr>

<tr><td >Reeves Smith </td>
<td > Increase your SSIS productivity with Biml</td>
</tr>

<tr><td >Scot Reagin </td>
<td > Taking the Mystery out of DAX</td>
</tr>

<tr><td >Tim Mitchell </td>
<td > Introduction to Data Quality Services</td>
</tr>

<tr><td >Carlos Bossy </td>
<td > Predictive Analytics in the Enterprise</td>
</tr>

<tr><td >Peter Myers </td>
<td > Superhero Power BI</td>
</tr>

<tr><td >Tim Mitchell </td>
<td > Real World SSIS</td>
</tr>
</tbody></table></div>
<p>There is still time to register and attend. You don&#8217;t want to miss it!</p>
<p>The post <a href="https://www.dawabi.com/will-attending-mile-high-tech-con/">Will you be attending Mile High Tech Con?</a> appeared first on <a href="https://www.dawabi.com">DawaBI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
