Open in app

Sign In

Write

Sign In

Ukeje Chukwuemeriwo Goodness
Ukeje Chukwuemeriwo Goodness

53 Followers

Home

About

Published in

DataDrivenInvestor

·Pinned

Visualization Tools for Technical Writing.

Images and Design Tools For Technical Writing — Table of Contents Diagramming. Presentation. Screenshot and Screen recording. Graphic design. Data visualization. Code visualization. Engineering Computer-aided design(CAD). Illustration Meme and GIF. I started technical writing in 2020, and if there’s anything I struggled with the most, it was visualizing my ideas for more accessible communication. The more I wrote and researched, the I…

Technical Writing

4 min read

Visualization Tools for Technical Writing.
Visualization Tools for Technical Writing.
Technical Writing

4 min read


Pinned

Demystifying Asymptotic Analysis

Asymptotic analysis most of the time begins a data structures and algorithms series and is a very important topic in computer science. As the size of a program grows, more resources and runtime are needed, and in production, this could lead to scalability issues and hence, the study of data…

JavaScript

6 min read

Demystifying Asymptotic Analysis
Demystifying Asymptotic Analysis
JavaScript

6 min read


Pinned

Chainlink: Implementing LinkedLists In Python.

Linked lists, according to Wikipedia are a linear collection of data elements whose order is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes that together represent a sequence. …

Data

5 min read

CHAINLINK: IMPLEMENTING LINKED LISTS IN PYTHON
CHAINLINK: IMPLEMENTING LINKED LISTS IN PYTHON
Data

5 min read


Pinned

SPOTLIGHT: A GENTLE INTRODUCTION TO MACHINE LEARNING CONCEPTS IN PYTHON

Machine Learning is a branch of Artificial intelligence that deals with the study of computational algorithms and statistical models to perform tasks through patterns and interference instead of explicit tasks. The machine (Your computer) takes in the data and algorithm, learns from it, and then could use it to predict…

6 min read

SPOTLIGHT:  A GENTLE INTRODUCTION TO MACHINE LEARNING IN PYTHON
SPOTLIGHT:  A GENTLE INTRODUCTION TO MACHINE LEARNING IN PYTHON

6 min read


Feb 14, 2022

Pointers In Golang(Go).

Pointers are objects e.g variables that link to the memory address of another variable. The memory address of a pointer contains the memory address to the referenced variable which often looks like this 0xc00010230 . Pointers are important in programming as they help us write more efficient clean code, helping…

Golang

4 min read

Pointers In Golang(Go).
Pointers In Golang(Go).
Golang

4 min read


Feb 5, 2022

A Beginners Introduction To Golang

AN OVERVIEW OF GO & LEARNING RESOURCES — TABLE OF CONTENTS What is Go? Why Go? Where to use Go? Installing Go. A simple “Hello World” program. Go learning resources. WHAT IS GO Lately, Go a.k.a Golang has been a buzzword and a preferred programming language by many developers and startups. Companies like Discord, Google, Netflix, Spotify, Uber e.t.c use Go to power their…

Go

3 min read

A Beginners Introduction To Golang
A Beginners Introduction To Golang
Go

3 min read


Jan 9, 2022

A SHED UNDER THE TREE DATA STRUCTURE

Once again, I write on another data structure. My other data structure articles have been on linear data structures (Sequentially arranged data structures) from Linked Lists to Stacks and Queues. Trees are nonlinear data structures(nodes can be connected to more than one node). There are different classifications of trees and…

Python

5 min read

A SHED UNDER THE TREE DATA STRUCTURE
A SHED UNDER THE TREE DATA STRUCTURE
Python

5 min read


Nov 2, 2021

STACKS AND QUEUES IN PYTHON

Stacks and Queues are abstract data types (ADT). These widely used data structures are implemented in applications from clipboards to web browsers and computers memory, to list a few. Stacks are similar to arrays, lists, and linked lists, push(add) and pop(remove) operations of stacks and queues are the main operations…

Algorithms

3 min read

STACKS AND QUEUES IN PYTHON
STACKS AND QUEUES IN PYTHON
Algorithms

3 min read


Jul 10, 2021

A BEGINNERS INTRODUCTION TO C++: HISTORY, BASIC PROGRAM STRUCTURE, LEARNING TIPS, AND RESOURCES

Like most engineering colleges, mine also has C++ added to our curriculum, and since I’ve been a C++ developer for close to a year now, I thought it’d be cool if I wrote an article on the language especially for those who think C++ and programming are uphill and only…

Programming

3 min read

A BEGINNERS INTRODUCTION TO C++: HISTORY, BASIC PROGRAM STRUCTURE, LEARNING TIPS, AND RESOURCES
A BEGINNERS INTRODUCTION TO C++: HISTORY, BASIC PROGRAM STRUCTURE, LEARNING TIPS, AND RESOURCES
Programming

3 min read


Jan 6, 2021

THE FRIENDLY ML ALGORITHM

The K-Nearest Neighbors is a simple, easy to implement, and very versatile algorithm and for anyone new to the machine learning field, it’s one of the building blocks. In this article, I’ll be explaining the theory behind the algorithm and how to implement it in the Python programming language. PREREQUISITES …

Machine Learning

5 min read

THE FRIENDLY ML ALGORITHM
THE FRIENDLY ML ALGORITHM
Machine Learning

5 min read

Ukeje Chukwuemeriwo Goodness

Ukeje Chukwuemeriwo Goodness

53 Followers

Mechanical Engineering Student. Interested in Computational Sciences, Human Philosophy and Psychology.

Following
  • CyberPunkMetalHead

    CyberPunkMetalHead

  • Bryan Dijkhuizen

    Bryan Dijkhuizen

  • Fetch.ai

    Fetch.ai

  • sheinix

    sheinix

  • DefiCalendar

    DefiCalendar

See all (164)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams