Before we talk about cookie banners, let’s talk briefly about cookie policies. Every website needs a cookie policy if any cookies are used. This policy informs the user what cookies are, how a company is using them, and what controls a user has.
We've reached the end of our week-long 2022 Dev Camp. Would OCC recommend the 3 technologies we tested? Read our final thoughts on our time spent trialling the latest updates to Blazor and Maui here
On Day 4 of Dev Camp the team finessed their Blazor Implementation work and explored the Entity Framework Core on MAUI.
Today the team will be creating a website and desktop version of the same application using the same code in Blazor Desktop.
OCC begins its Dev Camp 2022 by trialing new technologies in order to determine whether they are product ready.
Machine learning. Artificial intelligence. Deep learning. Once purely seen as buzzwords, these concepts were eagerly discussed in theoretical conversations and lofty imaginings of what our future may hold. But now we find ourselves firmly in the data age, where artificial intelligence has become a critical tool in processing the staggering amount of information we produce. Machine learning techniques can be used to crunch the numbers and spot patterns where the human brain cannot. Researchers are implementing their latest findings into[...]
Our senior developers at Oxford Computer Consultants have started a series of developer tips based on our decades of experience. The theme of this first set of tips is tools and is aimed at developers early in their careers. Play and experiment Our first tip is to find time to play and experiment. Not only is this fun, but trying new things helps you learn more about your software tools. One of the reasons that children learn faster than adults,[...]
This article describes the steps that aspiring developers should take to learn the skills that they will need to become a C# Developer.
Companies within the Health and Research sectors often operate in regulatory environments with additional auditing obligations to meet. This includes with regards to traceability within their custom software tools (including item history, item tracking, issue tracking). As such, OCC use Microsoft Azure DevOps tool chain for software development. This article explores what Azure DevOps is and why you should be using it.
Lockdown has affected every business here in the UK, resulting in most of us working from home and so communicating remotely with our colleagues and clients. Microsoft Teams has enabled us to stay in daily contact using video and audio calls and sharing screens. But as days turned into weeks, we needed more than this.
Recently, OCC completed a project converting MATLAB code to FORTRAN 95 which presented us with some interesting problems due to their differences in the treatment of variables, functions and matrices. This article describes how we solved those problems. Variables The most noticeable difference between the two languages is that MATLAB is dynamically typed, while all variables in FORTRAN are declared at the top of the scope. In FORTRAN, variables must be declared before use. A major challenge of converting dynamically[...]