After I logged about my 100DaysOfCode challenge, I decided that I will continue posting about my future learning and subject of interest.
Don't wanna be here? Send us removal request.
Text
Jekyll website
I finally was able to add pages to my website ( following the tutorial steps available at https://jekyllrb.com/docs/step-by-step/01-setup/), but I need to enhance the navigation menu.
website : https://amina-delali.github.io/
0 notes
Text
Code of the day
source 'https://rubygems.org' gem 'nokogiri' gem 'rack', '~> 2.0.1' gem 'rspec'
0 notes
Video
tumblr
My #HelloWorld #Haskell Code.
main = do putStrLn "Greetings! What is your name?" inpStr <- getLine putStrLn $ " Hello " ++ inpStr ++"! Welcome to Haskell"
0 notes
Photo
After the end of my first #100DaysOfCode period. I decided to write articles about what I am learning and that can be related to different subjects. So, the ones related to coding, will be published in this website: https://aminadelali.github.io/
1 note
·
View note
Text
Day 100
This is the final day of my #100DaysOfCode challenge. I didn’t finish the chapter 6. But I will continue reading the book. I was wondering if I will include this in an other #100DaysOfCode ( round 2). But, I decided to do only one #100DaysOfCode challenge a year. So, I will continue learning ( of course ), but I get to find a way to report or to summarize my learning. I don’t now if I will use #thumblr for that or something else. But, I think, tomorrow I will define the rules and specify the tools, that I am going to use during this period.
1 note
·
View note
Text
Day 99
I continued with the chapter 6 (typeclasses). I have to admit that the comments in the web pages are really helpful. If it is not for getting answers, finding readers having the same thoughts, concerns or questions as you do is really great.
1 note
·
View note
Text
Day 98
I started the chapter 6 about typeclasses. I tried to remember the issue reported and corrected about typeclasses in the #purescript language, but I wasn't able to do so. May be, I will find it later, when I will progress more in the current chapter.
1 note
·
View note
Text
Day 97
Finally I finished the code. I just made one tiny change. I just changed the import of one of the modules of the code. Next step will be the chapter 6. It is about Typeclasses.
1 note
·
View note
Text
Day 96
Today I finished the fifth chapter. But I have to finish writing the code first , before moving to the next chapter.
0 notes
Text
Day 95
I am just continuing with the fifth chapter. More detailed programmation and more concepts.
0 notes
Text
Day 94
I continued with chapter 5. Today, I just focused on writing some code.
0 notes
Text
Day 93
Today I continued with the chapter 5. It is about writing a library for JSON data. It also defines some #Haskell programming concepts.
0 notes
Text
Day 92
I started the chapter 5. In this chapter you learn more about how to write #Haskell modules, and how to create an executable ( in the previous chapter, there was an example, but not fully explained).
0 notes
Text
Day 91
I finally was able to finish the chapter 4 of the book “Real Wold Haskell”. Now I understand more the concerns and modifications handled by the #PureScript language. If some one would want to learn #PureScript, I will definitively recommend to him to start learning #Haskell and #JavaScript then to learn the #PureScript language.
0 notes
Text
Day 90
Today I thought I will be able to finish the chapter 4. I wasn’t. But What I’ve realized today, is that the key of learning #Haskell, is not to learn about its syntax but it is to know how to use it to write small, efficient, smart and beautiful code.
0 notes
Text
Day 89
Continued with the fourth chapter. I didn’t finish it yet. But, I decided to finish book after the #100DaysOfCode challenge.
0 notes
Text
Day 88
I continued with chapter four of the book. Today I focused more on learning than on completing the chapter.
0 notes