Demystifying Initializers in Swift ProgrammingInitializers in Swift are special methods that help with the creation of new instances of a particular entity before they are available for use in the application. Initializers handle the process of setting an initial value for each stored property o...Aug 29, 2023·4 min read
Importance of Inclusion and Representation in the Tech IndustryInclusion and Representation in the Tech industry is an agenda that has been gaining publicity during the past few years, however actionable steps need to be taken by members of the industry to further drive this agenda, as data suggests that the lev...May 13, 2023·5 min read
Arrays with JavaScript - 2Hello there 👋. In the previous article on Arrays with JavaScript, we learnt why we use arrays, how to declare and initialize arrays, how to access elements in an array, how to add elements to an array and how to remove elements from an array. In thi...May 6, 2023·12 min read
Arrays with JavaScriptArrays are the simplest data structures in computer science and problem-solving. Mastering the use of arrays as a software engineer is an important step to honing your problem-solving skills. In this chapter, we will learn the fundamentals of arrays ...Mar 29, 2023·9 min read